[Freeswitch-users] overloaded 'CoreSession_execute'
Brian West
brian at freeswitch.org
Mon Oct 20 14:45:33 PDT 2008
It would be session:execute as outlined here http://wiki.freeswitch.org/wiki/Mod_lua#session
:execute
/b
On Oct 20, 2008, at 4:36 PM, Damon Brown wrote:
> digits = session:playAndGetDigits(1, 10, 10, 5000, "#",
> "dialno.wav", "ivr-imsorry.wav", "\\d+")
> freeswitch.consoleLog("info", "Got dtmf: ".. digits .."\n");
> cmd = "sofia/gateway/broadvox/1" .. digits .. "@broadvox";
> freeswitch.consoleLog("info", "Command: ".. cmd .."\n");
> session.execute("bridge", cmd)
More information about the FreeSWITCH-users
mailing list