[Freeswitch-users] (no subject)

Michael Collins msc at freeswitch.org
Mon Nov 12 21:11:30 MSK 2012


what happens in the media stream prior to the call being answered?
-MC

On Thu, Nov 8, 2012 at 4:31 PM, Jim Daley <jim.daley1223 at yahoo.com> wrote:

> I hope this is the right place to ask this question.
>
> I am running freeswitch using LUA. I'm doing outbound calling for a load
> tester.
>
> I have a number that when you call it you need to enter 2654# before the
> call get's answered. So I need a way of dialing DTMF digits before the
> other end answers. I tried to just sleep and send_dtmf after the
> session.ready but that doesn't work.
>
> Is there a way to do this. Sample code below...thanks
>
> if (session:ready()) then
> session:answer();
> session:setVariable("CallCmp", "Script_dcetest1")
> session:setVariable("PromptFail", "Script_dcetest1") ;
> api = freeswitch.API();
> session:sleep(1000);
>  --status = session:getVariable("SilenceStatus");
>  session:execute("wait_for_silence", "200 30 20 20000"); --
>  -- Continue in english, press 2
> status = session:getVariable("SilenceStatus"); -- This will get past
> langauge and main menu prompts
> if((status == "unset")and(session:ready())) then
> session:execute("send_dtmf", "2 at 100"); --@ determines dtmf length, enter
> NPI
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>


-- 
Michael S Collins
Twitter: @mercutioviz
http://www.FreeSWITCH.org
http://www.ClueCon.com
http://www.OSTAG.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20121112/b693d681/attachment.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list