[Asterisk-Users] Taking a call for someone elses extension from my extension

Adam Goryachev mailinglists at websitemanagers.com.au
Sun Apr 20 22:13:16 MST 2003


> 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

A 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




More information about the asterisk-users mailing list