[Freeswitch-users] outbound sip call via lua: NORMAL_TEMPORARY_FAILURE

Brian West brian at freeswitch.org
Wed May 5 18:17:35 PDT 2010


How are you running this script?

/b

On May 5, 2010, at 8:13 PM, Neil Patel wrote:

> I was testing a luascript that I am using to initiate calls from the command line using luarun. Here is the relevant snippet of the script:
> -- make the call
> session = freeswitch.Session(DIALSTRING_PREFIX .. phone_num)
> session:setVariable("caller_id_number", phone_num)
> session:setVariable("playback_terminators", "#");
> session:setHangupHook("hangup");
> session:setInputCallback("my_cb", "arg");
> 




More information about the FreeSWITCH-users mailing list