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. In misdn.conf there is the possibility to
activate the parameter "always_immediate=no". The the s extension
should be executed where the Timeout(digit) can be set.
Who knows how to configure the disabling of overlap dialing either in
the s extension or in another way.
misdn.conf is configured in the following way:
[general]
debug=0
bridging=yes
append_digits2exten=yes
[default]
context=default
language=de
nationalprefix=0
internationalprefix=00
rxgain=0
txgain=0
dialplan=0
echocancelwhenbridged=no
echotraining=yes
[TEports]
context=telecom
ports=1ptp,2ptp,7ptp,8ptp
msns=*
[NTports]
context=integral
ports=3ptp,4ptp,5ptp,6ptp
dialplan=4
The extension.conf is configured in the following way:
[general]
static=yes
writeprotect=no
;----------------------------------------------------------------------------------
;Calls SIP Phones
;----------------------------------------------------------------------------------
[lokal]
exten => 95,1,Dial(SIP/${EXTEN})
exten => _X,1,Dial(misdn/g:NTports/1111${EXTEN})
exten => _XX,1,Dial(misdn/g:NTports/1111${EXTEN})
exten => 110,1,Dial(misdn/g:TEports/${EXTEN})
exten => 112,1,Dial(misdn/g:TEports/${EXTEN})
exten => _XXX,1,Dial(SIP/${EXTEN})
exten => _ZXXXX.,1,Dial(misdn/g:TEports/${EXTEN})
exten => _0XXXXX.,1,Dial(misdn/g:TEports/${EXTEN})
exten => _00XXXXX.,1,Dial(misdn/g:TEports/${EXTEN})
;----------------------------------------------------------------------------------
;Calls from Telecom (Asterisk TE)
;----------------------------------------------------------------------------------
[telecom]
exten =>_111195,1,Dial(SIP/${EXTEN:4})
exten =>_X.,1,Dial(misdn/g:NTports/${EXTEN})
;----------------------------------------------------------------------------------
;
;----------------------------------------------------------------------------------
;Calls from Integral-PBX (Asterisk NT)
;----------------------------------------------------------------------------------
[integral]
exten => 95,1,Dial(SIP/${EXTEN})
exten => _X,1,Dial(misdn/g:NTports/1111${EXTEN})
exten => _XX,1,Dial(misdn/g:NTports/11111${EXTEN})
exten => 110,1,Dial(misdn/g:TEports/${EXTEN})
exten => 112,1,Dial(misdn/g:TEports/${EXTEN})
exten => _XXX,1,Dial(SIP/${EXTEN})
exten => _ZXXXX.,1,Dial(misdn/g:TEports/${EXTEN})
exten => _0XXXXX.,1,Dial(misdn/g:TEports/${EXTEN})
exten => _00XXXXX.,1,Dial(misdn/g:TEports/${EXTEN})
;----------------------------------------------------------------------------------
[default]
include => lokal
_______________________________________________
Misdn-asterisk mailing list
[email protected]
http://lists.beronet.com/cgi-bin/mailman/listinfo/misdn-asterisk