mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
More work on qsettings. Still get problem when expanding a template with no variables.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16146 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -130,6 +130,7 @@ void FSHost::run(void)
|
||||
}
|
||||
QString res;
|
||||
sendCmd("load", "mod_event_socket", &res);
|
||||
sendCmd("load", "mod_portaudio", &res);
|
||||
emit ready();
|
||||
/* Go into the runtime loop. If the argument is true, this basically sets runtime.running = 1 and loops while that is set
|
||||
* If its false, it initializes the libedit for the console, then does the same thing
|
||||
|
Reference in New Issue
Block a user