mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
skypiax: 'SILENT_MODE' is a stupid joke, removed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16714 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
97d3f93c07
commit
1b80ea6c37
@ -1716,8 +1716,10 @@ static switch_status_t load_config(int reload_type)
|
||||
switch_sleep(10000);
|
||||
skypiax_signaling_write(&globals.SKYPIAX_INTERFACES[interface_id], "SET WINDOWSTATE MINIMIZED");
|
||||
switch_sleep(10000);
|
||||
skypiax_signaling_write(&globals.SKYPIAX_INTERFACES[interface_id], "SET SILENT_MODE ON");
|
||||
#ifdef WIN32
|
||||
skypiax_signaling_write(&globals.SKYPIAX_INTERFACES[interface_id], "SET WINDOWSTATE MINIMIZED");
|
||||
switch_sleep(10000);
|
||||
#endif
|
||||
} else {
|
||||
ERRORA
|
||||
("The Skype client to which we are connected FAILED to gave us CURRENTUSERHANDLE=%s, interface_id=%d FAILED to start. No Skype client logged in as '%s' has been found. Please (re)launch a Skype client logged in as '%s'. Skypiax exiting now\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user