I want to run a script with a scheduler but I'm having a problem with how to 
set up the originate in Javascript.

The originate would go something like:

originate 
{id_name='${caller_id_name}',id_number=${caller_id_number}}sofia/gateway/spa3102PSTN/[email protected]:5061
 GINO_ANS

I can get this to work:

session = new 
Session("{id_name='${caller_id_name}',id_number=${caller_id_number}}sofia/gateway/spa3102PSTN/[email protected]:5061");

But I want to "drop" that into an extension that runs another script and can't 
get either of these to work:

session = new 
Session("{id_name='${caller_id_name}',id_number=${caller_id_number}}sofia/gateway/spa3102PSTN/[email protected]:5061
 GINO_ANS"); 

session = new
Session("{id_name='${caller_id_name}',id_number=${caller_id_number}}sofia/gateway/spa3102PSTN/[email protected]:5061
GINO_ANS XML default");

Also, will I have problems running the second script from the first script?

Thanks.


_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to