Jeremy McNamara
2003-Apr-19 20:30 UTC
[Asterisk-Users] Taking a call for someone elses extension from my extension
From configs/zapata.conf.samples: ; Ring groups (a.k.a. call groups) and pickup groups. If a phone is ringing ; and it is a member of a group which is one of your pickup groups, then ; you can answer it by picking up and dialing *8#. For simple offices, just ; make these both the same ; callgroup=1 pickupgroup=1 Jeremy McNamara Uriel Carrasquilla wrote:> Does anybod have a suggestion on how I can pick up a call from my > extension for another extension that is ringing. I have a channel > bank with multiple extensions and when a call comes in for someelse, I > want to pick it up. I know I can go thru a complicated dial plan to > eventually ring me for the caller might not be patient. > Regards, > Uriel-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030419/86081936/attachment.htm
Uriel Carrasquilla
2003-Apr-19 20:49 UTC
[Asterisk-Users] Taking a call for someone elses extension from my extension
Does anybod have a suggestion on how I can pick up a call from my extension for another extension that is ringing. I have a channel bank with multiple extensions and when a call comes in for someelse, I want to pick it up. I know I can go thru a complicated dial plan to eventually ring me for the caller might not be patient. Regards, Uriel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030419/8ad45f9c/attachment.htm
WipeOut .
2003-Apr-20 01:36 UTC
[Asterisk-Users] Taking a call for someone elses extension from my extension
Is there a way to pickup a call whn using a SIP phone?> From configs/zapata.conf.samples: > > > ; Ring groups (a.k.a. call groups) and pickup groups. If a phone is ringing > ; and it is a member of a group which is one of your pickup groups, then > ; you can answer it by picking up and dialing *8#. For simple offices, just > ; make these both the same > ; > callgroup=1 > pickupgroup=1 > > > Jeremy McNamara > > Uriel Carrasquilla wrote: > > > Does anybod have a suggestion on how I can pick up a call from my > > extension for another extension that is ringing. I have a channel > > bank with multiple extensions and when a call comes in for someelse, I > > want to pick it up. I know I can go thru a complicated dial plan to > > eventually ring me for the caller might not be patient. > > Regards, > > Uriel > >-- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
Jeremy McNamara
2003-Apr-20 08:08 UTC
[Asterisk-Users] Taking a call for someone elses extension from my extension
See configs/sip.conf.samples search for pickupgroup RTFSC (Sample Configs) Jeremy McNamara WipeOut . wrote:>Is there a way to pickup a call whn using a SIP phone? > > > >> From configs/zapata.conf.samples: >> >> >>; Ring groups (a.k.a. call groups) and pickup groups. If a phone is ringing >>; and it is a member of a group which is one of your pickup groups, then >>; you can answer it by picking up and dialing *8#. For simple offices, just >>; make these both the same >>; >>callgroup=1 >>pickupgroup=1 >> >> >>Jeremy McNamara >> >>Uriel Carrasquilla wrote: >> >> >> >>>Does anybod have a suggestion on how I can pick up a call from my >>>extension for another extension that is ringing. I have a channel >>>bank with multiple extensions and when a call comes in for someelse, I >>>want to pick it up. I know I can go thru a complicated dial plan to >>>eventually ring me for the caller might not be patient. >>>Regards, >>>Uriel >>> >>> >> >> > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030420/431701f3/attachment.htm
Adam Goryachev
2003-Apr-20 22:13 UTC
[Asterisk-Users] Taking a call for someone elses extension from my extension
> From configs/zapata.conf.samples: > > ; Ring groups (a.k.a. call groups) and pickup groups. If a phone isringing> ; and it is a member of a group which is one of your pickup groups, then > ; you can answer it by picking up and dialing *8#. For simple offices,just> ; make these both the same > ; > callgroup=1 > pickupgroup=1A somewhat related but not 100% question... If I define a callgroup in zapata.conf and in modem.conf like so: modem.conf: group=1 ; group=1,2,3,9-12 features=dtmf msn=96941100 callerid=asreceived device => /dev/ttyI0 device => /dev/ttyI1 group => 1 busydetect => no immediate => yes context => remote signalling => fxs_ls callerid=asreceived stripmsd => 1 channel => 1 What do I do in extensions.conf to use all three channels when making my outbound calls? exten => _0.,1,Dial,Zap/g1/${EXTEN:0}||rt exten => _0.,1,Dial,Modem/g1:${EXTEN:0}||rt At the moment, I can use these two lines to dial either of the channels on the ISDN line, or the single zapata channel, but how can I call any one of the three whichever is available?? For the part that does relate to the previous question, can these callgroup/pickupgroup cross different technologies but still be the same logical group? Regards, Adam