mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
skypiax: added one more 'PROTOCOL 7' command, because windows was not getting it. Now CHATMESSAGES will probably work on windows too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15342 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
243828ad39
commit
5a16fd1cce
@ -1356,6 +1356,9 @@ static switch_status_t load_config(int reload_type)
|
||||
("Interface_id=%d is now STARTED, the Skype client to which we are connected gave us the correct CURRENTUSERHANDLE (%s)\n",
|
||||
SKYPIAX_P_LOG, interface_id, globals.SKYPIAX_INTERFACES[interface_id].skype_user);
|
||||
|
||||
|
||||
skypiax_signaling_write(&globals.SKYPIAX_INTERFACES[interface_id], "PROTOCOL 7");
|
||||
switch_sleep(10000);
|
||||
skypiax_signaling_write(&globals.SKYPIAX_INTERFACES[interface_id], "SET AUTOAWAY OFF");
|
||||
} else {
|
||||
ERRORA
|
||||
|
Loading…
x
Reference in New Issue
Block a user