ERRORA("No chat with dialog_partner='%s' was found. (If you're using mod_sms this is a bug of mod_skypopen when using mod_sms, from next incoming message it will probably work...)\n",SKYPOPEN_P_LOG,to);
ERRORA
("No chat with dialog_partner='%s' was found. (If you're using mod_sms this is a bug of mod_skypopen when using mod_sms, from next incoming message it will probably work...)\n",
SKYPOPEN_P_LOG,to);
break;
}
switch_sleep(50000);
...
...
@@ -2194,7 +2197,7 @@ int dtmf_received(private_t *tech_pvt, char *value)
WARNINGA("received %c DTMF, but no channel?\n",SKYPOPEN_P_LOG,value[0]);
}
switch_core_session_rwunlock(session);
}else{
}else{
WARNINGA("received %c DTMF, but no session?\n",SKYPOPEN_P_LOG,value[0]);
}
...
...
@@ -2274,7 +2277,8 @@ int start_audio_threads(private_t *tech_pvt)