How can I change the channel_variable like destination_number at run time (dynamically) in Freeswitch? -


i looking solution dynamically changing channel_variable, destination_number without needing reloadxml (as might affect ongoing or incoming call). basically, fs has wait till provide appropriate destination_number. till now, have been doing xml way (editing xml files) , reloadxml command @ fs prompt. not viable requirement

you can use lua(or other freeswitch supported scripting language) script this. using lua can write custom script sophisticated logic.

more details:

https://freeswitch.org/confluence/display/freeswitch/lua+api+reference


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -