Thanks Anthony, got to say I am hugely impressed with the software - I am another Asterisk refugee :-)

So the answering of the call even though the bridge fails is correct operation for the system? (Just curious)

Scott

Anthony Minessale wrote:
Have a look here:

http://wiki.freeswitch.org/wiki/Custom_Ring_Back_Tones


On Wed, Jan 14, 2009 at 4:03 AM, Scott Ellis <scott.el...@novatex.com.au> wrote:
I have an inbound call via OpenZap, when I attempt to bridge to a SIP
extension, I get the ring tone (inbound line) up until the bridge fails
(for timeout or do not disturb). At this point the call is answered and
then my dial plan moves on to attempt another bridge to different
extensions. So I no longer have the ring tone for the person dialing in.
The call can still be answered and everything works ok, but I would
rather not answer the call until someone actually picks up. Failing that
simulating a ring tone would be good enough.

Have searched around, but at a bit of a loss on how to dothis.

Any suggestions greatly appreciated.

Scott

 From my dialplan

<extension name="LandLine IN">
   <condition field="source" _expression_="mod_openzap"/>
   <condition field="caller_id_number" _expression_="^[1-8]$">

     <!-- Ring reception for 30 seconds -->
     <!--<action application="set" data=""/> -->
     <action application="set" data=""/>
     <!--<action application="set" data=""/>-->
     <action application="bridge"
data=""/>

     <!--<action application="playback"
data=""/> -->

     <!-- Ring second group for 15 seconds -->
     <action application="set" data=""/>
     <action application="set" data=""/>
     <action application="set" data=""/>
     <action application="ring_ready"/>
     <action application="bridge"
data=""/>

     <!-- Ring everybody -->
     <action application="set" data=""/>
     <action application="set" data=""/>
     <action application="bridge"
data=""/>
     <action application="hangup" data=""/>
   </condition>
 </extension>


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_miness...@hotmail.com
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.org
pstn:213-799-1400

_______________________________________________ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
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