"Marcus Hofbauer" <[EMAIL PROTECTED]> writes:

> Hi!
>
> I'm looking for someone who has successfuly setup an asterisk in
> austria with isdn in p2p mode and chan_capi.
>
> There is is a special problem in austria with DID. If someone is
> dialing the phone number of the asterisk pbx like 12345-0, zero is
> passed as an DID, but in Austria u can dial 12345, and the DID which
> is passed is empty.
>
> It seems that asterisk cant handle this. Any ideas?

I am doing this (with zaphfc) and it works. I have it running with DID
and overlap dial. It's not a big deal. Create the "s"-Extension and
use WaitExten(). Then create DID-extensions. 

Here is an example:

exten => s,1,DigitTimeout(5)
exten => s,2,WaitExten(3)
exten => s,3,Macro(dialone,SIP/${DURCHWAHL},10)

exten => 0,1,Macro(dialone,SIP/${DURCHWAHL},10)
exten => 10,1,Macro(dialone,SIP/${DURCHWAHL},10)



hth,
Wolfgang
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to