[Freeswitch-users] No ring/can't answer during early media playback of wav
Mario G
mario_fs at mgtech.com
Mon Nov 8 09:39:46 PST 2010
During early media the steps below work except the target stops ringing during step 3 and if the phone is picked up it does not answer the call, other extensions continue ringing. Is there a way to continue ringing the target while the wav is played to the caller so it can be answered? No luck on searching wiki and the few things I tried so far. Thanks, Mario G
1. I play 2 wav files
2. ring 17 seconds
3. play 2 wav files <- at this point the target phones stop ringing and cannot answer the call, after this point no problem.
4. set music on hold while bridging to cell phones.
step 1
<action application="set" data="ringback=${us-ring}"/
<action application="execute_extension" data="2921 XML default"/> <<<-play wav based on caller id,no ringing of target
step 2
<action application="set" data="call_timeout=17"/>
<action application="bridge" data="group/users1@${domain_name}"/>
steps 3. <<<-play wav based on caller id, ringing stops and can't answer
<action application="execute_extension" data="2922 XML default"/>
<action application="playback" data="../mvsounds/we_trying_please_hold.wav"/>
step 4. <<<-ringing starts agsin and can answer
<action application="set" data="ringback=$${hold_music}"/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101108/85d5bf9f/attachment.html
More information about the FreeSWITCH-users
mailing list