[Asterisk-Users] dialing multiple extensions

brian brian at bkw.org
Mon May 24 12:02:37 MST 2004


You can use progress detect because on analog it will answer once its done
dialing otherwise.

bkw

> -----Original Message-----
> From: asterisk-users-admin at lists.digium.com [mailto:asterisk-users-
> admin at lists.digium.com] On Behalf Of Roger
> Sent: Monday, May 24, 2004 1:48 PM
> To: asterisk-users at lists.digium.com
> Subject: [Asterisk-Users] dialing multiple extensions
>
> I've tried to setup multiple extension dialing - ie dial 1 number and it
> rings at a number of sources.
>
> For the most part its worked....  Now if someone dials 107 it rings Sip
> phones at 102 and 107, then goes to voicemail after 40 seconds.
>
> exten => 107,1,Dial(SIP/102&SIP/107,40|r)
> exten => 107,2,Voicemail(u102 at pstn)
> exten => 107,3,Hangup
> exten => 107,102,Voicemail(b102 at pstn)
> exten => 107,103,Hangup
>
> The problem I'm running into is when I add my cell phone in
>
> exten => 107,1,Dial(SIP/102&SIP/107&Zap/2/11235551212,40|r)
> exten => 107,2,Voicemail(u102 at pstn)
> exten => 107,3,Hangup
> exten => 107,102,Voicemail(b102 at pstn)
> exten => 107,103,Hangup
>
> Calling from x110 the SIP extensions ring once, maybe twice.  Then once
> my cell phone starts ringing the SIP phones stop, even though I haven't
> answered my cell phone.  Here's what happens:
>
>     -- Executing Dial("SIP/110-3e4f",
> "SIP/107&SIP/102&Zap/2/11235551212|40|r") in new stack
>     -- Called 107
>     -- Called 102
>     -- Called 2/11235551212
>     -- SIP/107-3d25 is ringing
>     -- SIP/102-1f69 is ringing
>     -- Zap/2-1 answered SIP/110-3e4f
>
> I know I can do the following....
>
> exten => 107,1,Dial(SIP/102&SIP/107,40|r)
> exten => 107,2,Dial(ZAP/2/11235551212,40|r)
> exten => 107,3,Voicemail(u102 at pstn)
> exten => 107,4,Hangup
> exten => 107,102,Voicemail(b102 at pstn)
> exten => 107,103,Hangup
>
> I'm just wondering if I could get all this in one line.
>
> Would dialing via IAX2 help rather then through the zaptel lines?
>
> --
> Rock River Internet                          Roger Grunkemeyer
> 202 W. State St, 8th Floor                grunky at rockriver.net
> Rockford, IL 61101                           815-968-9888 x102
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users





More information about the asterisk-users mailing list