What type is your "ISDN house telephone system"? Without more specific information all we can do is guess...
For a sollution to 1 ... drop the "r" option of dial...
exten => _X.,1,Dial(Zap/g1/${EXTEN})You might need pridialplan/prilocaldialplan set to local for local calls... or both to unknown... just experiment with those values.
Regards
Ben Bosshardt wrote:
I am running * with a Junghanns quadbri that should allow us to integrate our ISDN house telephone system with VOIP. Preferably I would like to run a setup, so that our internal ISDN phones on an S bus are not aware that * is sitting in between.
With the configuration below I run into the following problems:
1. On outbound calls, I get the normal rining call progress tone althought the the other party has not even been reached. This then changes from normal ringing suddenly to busy when the other party is sending a busy signal. I'd rather have the call progress send a busy signal right away.
2. Internal calls between to ISDN phones on the S-bus is not possible. The phone rings but the call is dropped as soon as it is answered.
Can the signalling= bri_net_ptmp be the cause and how would I configure it for bri_net?
Does anyone have a working configuration that overcomes thoses problems?
Regards,
Ben
; Zapata telephony interface
;
; Configuration file
[channels]
switchtype = euroisdn
overlapdial=no
echocancel=yes
echocancelwhenbridged=yes
pridialplan = unknown
prilocaldialplan = local
context=isdn-in
group = 1
signalling = bri_cpe_ptmp
channel => 1-2
context=local
signalling = bri_net_ptmp
group = 3
channel => 4-5
;
; extensions.conf
;
[local]
include => parkedcalls
include => ntout
include => conference
exten => 903,1,Dial(Zap/g2/9771762)
exten => 904,1,Dial(Zap/g2/9771707)
[ntout]
exten => s,1,DigitTimeout,3
exten => s,2,ResponseTimeout,5
exten => _X.,1,Dial(Zap/g1/${EXTEN},,r)
exten => _X.,2,Congestion
[isdn-in]
exten => 9771762,1,Dial(Zap/g2/9771762)
exten => 9771707,1,Dial(Zap/g2/9771707)
_______________________________________________ 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
