[Asterisk-Users] Re: [Asterisk-Users] Asterisk answering only one (dialed-) Number on a PT MP (German "Mehrgeräteanschluss")?
Philipp von Klitzing
klitzing at pool.informatik.rwth-aachen.de
Wed Jun 23 03:22:21 MST 2004
Hi!
> I have 3 Numbers (641717, 928752....)
> Is it possible to tellAsterisk (in Extensions.conf?) toAnswer 641717 an
> ignore incomming calls on 928752?
Sure. However you might want to tell us what ISDN hardware and, more
importantly, which Asterisk channel you are using: isdn4linux or
chan_capi? Anyway, if you look into the respective configuration files
for i4l and chan_capi you will find a setting "incomingmsn=" that will
fit your needs.
Apart from that you *could* also instruct the ISDN card to listen on all
MSNs (incomingmsn=*), but in extensions.conf you then only do an Answer()
for the extension that you want to answer. Of course that needs a
carefully drafted dialplan where you don't have e.g. an 's' extension in
your incoming ISDN context that would still answer the call...
Cheers, Philipp
More information about the asterisk-users
mailing list