"Thorsten Gehrig" <[EMAIL PROTECTED]> wrote: >If i pick up my ISDN-teleophne asterisk is direct regognizing an incoming >call from xxxxx (MSN of the telephone) to 's'. >I have NO DIALTONE and no chance to dial any number. > >How must I change my configuration to provide a Dialton to the telephone and >can dial an extension?
I've had the same problem. The following works for me: In zapata.conf: overlapdial=no (you can als use overlapdial = yes, but I had some problems using it with an IAX-provider) in extensions.conf: use an "s" extension, but **don't answer it** : ------------------ exten => s,1,DigitTimeout,3 ; Set Digit Timeout to 3 seconds exten => s,2,ResponseTimeout,5 ; Set Response Timeout to 5 seconds exten => 500,1,Dial(IAX2/[EMAIL PROTECTED]/[EMAIL PROTECTED]) ------------------ Chr�tien _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
