Hi everyone, I want to have a group and dial multiple phones/lines simultaneously. If I use this Dial command: exten => 222,2,Dial(${TRUNKBP}/246&SIP/258&${TRUNKBP}/243,20,tTr) ... all phones ring just once, after that only the first one continues ringing and only that one can answer. Can anyone tell me why? thanks! Tomica -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040901/5a60afc9/attachment.htm
Tomica Crnek [Tomica.Crnek@span.hr] wrote:> (Article auto-converted from unnecessary HTML to nice plain text.) > > I want to have a group and dial multiple phones/lines simultaneously. If > I use this Dial command: > > exten => 222,2,Dial(${TRUNKBP}/246&SIP/258&${TRUNKBP}/243,20,tTr) > > ... all phones ring just once, after that only the first one continues > ringing and only that one can answer. Can anyone tell me why? >I haven't noticed that on my setups; all phones ring as expected. Are you using the latest CVS version or some old version. Perhaps an upgrade will help. By the way, I don't use the [tTr] flags either, but I don't think that makes a difference in this case. -- _/ _/ _/_/_/_/ _/ _/ _/_/_/ _/ _/ _/_/_/ _/_/ _/ _/ _/ _/_/ _/ K e v i n W a l s h _/ _/ _/ _/ _/ _/ _/ _/_/ kevin@cursor.biz _/ _/ _/_/_/_/ _/ _/_/_/ _/ _/
What is your definition of TRUNKBP ? It is probably because that channel is being answered first.... Rgds Tim -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tomica Crnek Sent: 01 September 2004 15:19 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Group Dial Hi everyone, I want to have a group and dial multiple phones/lines simultaneously. If I use this Dial command: exten => 222,2,Dial(${TRUNKBP}/246&SIP/258&${TRUNKBP}/243,20,tTr) ... all phones ring just once, after that only the first one continues ringing and only that one can answer. Can anyone tell me why? thanks! Tomica -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040901/a24a9db6/attachment.htm
TRUNKBP=Zap/g2 This is E1 trunk to Ericsson BusinessPhone PBX. The channel is not answered in that moment. First ring goes to all phones, and after that only first phone continues ringing and only this one can be answered. ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Robinson Tim-W10277 Sent: Wednesday, September 01, 2004 6:01 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Group Dial What is your definition of TRUNKBP ? It is probably because that channel is being answered first.... Rgds Tim -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tomica Crnek Sent: 01 September 2004 15:19 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Group Dial Hi everyone, I want to have a group and dial multiple phones/lines simultaneously. If I use this Dial command: exten => 222,2,Dial(${TRUNKBP}/246&SIP/258&${TRUNKBP}/243,20,tTr) ... all phones ring just once, after that only the first one continues ringing and only that one can answer. Can anyone tell me why? thanks! Tomica -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040903/1e38dadb/attachment.htm
The new one, it was upgraded few days ago CVS-HEAD-08/29/04-13:17:08> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Kevin Walsh > Sent: Wednesday, September 01, 2004 5:08 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] Group Dial > > Tomica Crnek [Tomica.Crnek@span.hr] wrote: > > (Article auto-converted from unnecessary HTML to nice plain text.) > > > > I want to have a group and dial multiple phones/lines > simultaneously. > > If I use this Dial command: > > > > exten => 222,2,Dial(${TRUNKBP}/246&SIP/258&${TRUNKBP}/243,20,tTr) > > > > ... all phones ring just once, after that only the first > one continues > > ringing and only that one can answer. Can anyone tell me why? > > > I haven't noticed that on my setups; all phones ring as > expected. Are you using the latest CVS version or some old > version. Perhaps an upgrade will help. > > By the way, I don't use the [tTr] flags either, but I don't > think that makes a difference in this case. > > -- > _/ _/ _/_/_/_/ _/ _/ _/_/_/ _/ _/ > _/_/_/ _/_/ _/ _/ _/ _/_/ _/ K e v i n > W a l s h > _/ _/ _/ _/ _/ _/ _/ _/_/ kevin@cursor.biz > _/ _/ _/_/_/_/ _/ _/_/_/ _/ _/ > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@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 > >