Hi,

Jörg Simon wrote:

> I am using a BN8S0 between our Integral PBX and the Telekom. The PBX
> is connected via four NT ports and the Telekom is connected via four
> TE ports. Now the subscribers of the PBX can either dial with overlap
> or block dialing. With block dialing the dialing plan will be executed
> as defined, but with overlap dialing not. So overlap dialing must be
> disabled for the NT ports. 

there is an option for that in the 0.4.0. But i would not yet recommend
to use 0.4.0 in production. In 0.3.1 you can have a workaround which
should work like this:


modify your misdn.conf to:

[NTports]
context=integral-nooverlap
ports=3ptp,4ptp,5ptp,6ptp
dialplan=4


than add the nooverlap context to your extensions.conf:

[integral-nooverlap]
exten => _X.,1,Waitfordigits(4000)  ; waits for 4 seconds
exten => _X.,1,Goto(integral|${EXTEN}|1)


That should work for your issue.

Regards,

Christian

_______________________________________________
Misdn-asterisk mailing list
[email protected]
http://lists.beronet.com/cgi-bin/mailman/listinfo/misdn-asterisk

Reply via email to