[Asterisk-Users] Asterisk+zaphfc: how to answer incoming calls from a BRI (EuroISDN)?
Holger Schurig
hs4233 at mail.mn-solutions.de
Fri Jul 30 02:07:56 MST 2004
Don't use Answer/Goto, use Dial() instead.
exten=0991234567,1,Dial(SIP/abissoli)
This assumes that your telco really sends this "0991234567". AFAIK this is
different from telco to telco, some omit the zero, some the areacode,
some send only the last 4 digits.
When you have an extra contest for this, it's easy to catch them all:
[in-pstn]
exten=0991234567,1,Dial(SIP/abissoli)
exten=991234567,1,Dial(SIP/abissoli)
exten=1234567,1,Dial(SIP/abissoli)
exten=5567,1,Dial(SIP/abissoli)
This assumes that you have context=in-pstn in proper section of your
zaptel.conf file.
(Actually I just changed DeStar in my CVS to generate this config)
More information about the asterisk-users
mailing list