swaesch schrieb:Wie kann ich diesen ausschalten??
1 -- Making new call for cr 139
-- Requested transfer capability: 0x10 - 3K1AUDIO
1 > Protocol Discriminator: Q.931 (8 ) len=36
1 > Call Ref: len= 1 (reference 11/0xB) (Originator)
1 > Message type: SETUP (5)
1 > [1 041 031 901 901 a31 ]
1 > Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info transfer capability: 3.1kHz audio (16)
1 > Ext: 1 Trans mode/rate: 64kbps, circuit-mode (16)
1 > Ext: 1 User information layer 1: A-Law (35)
1 > [1 181 011 811 ]
1 > Channel ID (len= 3) [ Ext: 1 IntID: Implicit, Other Spare: 0, Preferred Dchan: 0
1 > ChanSel: B1 channel
1 ]
1 > [1 6c1 081 411 811 361 XXX XXX XXX XXX XXX ]
1 > Calling Number (len=10) [ Ext: 0 TON: Subscriber Number (4) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1)
1 > Presentation: Presentation permitted, user number passed network screening (1) '6XXXXX' ]
1 > [1 701 0b1 a11 311 371 311 361 351 XXX XXX XXX XXX XXX ]
1 > Called Number (len=13) [ Ext: 1 TON: National Number (2) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1) '17165XXXXX' ]
1 > [1 a11 ]
1 > Sending Complete (len= 1)
-- Called g1/17165XXXXX
1 < Protocol Discriminator: Q.931 (8 ) len=7
1 < Call Ref: len= 1 (reference 139/0x8B) (Terminator)
1 < Message type: CALL PROCEEDING (2)
1 < [1 181 011 891 ]
1 < Channel ID (len= 3) [ Ext: 1 IntID: Implicit, Other Spare: 0, Exclusive Dchan: 0
1 < ChanSel: B1 channel
1 ]
1 -- Processing IE 24 (cs0, Channel Identification)
-- Zap/1-1 is proceeding passing it to Zap/4-1
1 < Protocol Discriminator: Q.931 (8 ) len=4
1 < Call Ref: len= 1 (reference 139/0x8B) (Terminator)
1 < Message type: ALERTING (1)
-- Zap/1-1 is ringing
......... usw.
Enabling echo training will cause Asterisk to briefly mute the channel, send an impulse, and use the impulse response to pre-train the echo canceller so it can start out with a much closer idea of the actual echo
[channels]
language=de
;erste Karte TE
switchtype=euroisdn
signalling=bri_cpe_ptmp
usecallerid=yes
overlapdial=no
immediate=no
group=1
internationalprefix=00
nationalprefix=0
prilocaldialplan=local
context=isdn_in
channel => 1-2
echocancel=128
echocancelwhenbridged=128
echotraining=no
rxgain=-1
txgain=-1
;zweite Karte NT
signalling=bri_net_ptmp
overlapdial=yes
group=2
pridialplan=local
context=intern
channel => 4-5
rxgain=0.25
txgain=0.25
;dritte Karte NT
group=3
context=intern
channel => 7-8
asterisk:~# cat /etc/asterisk/zapata.conf
;
; Zapata telephony interface
;
; Configuration file
[channels]
language=de
switchtype = euroisdn
signalling = bri_net_ptmp
pridialplan = local
prilocaldialplan = local
nationalprefix = 0
internationalprefix = 00
echocancel = yes
overlapdial = yes
echocancelwhenbridged = yes
echotraining = yes
immediate = no
usecallerid = yes
signalling = bri_net_ptmp
group = 1
context = internal
channel => 1-2
; TE Equipment
signalling = bri_cpe_ptmp
group = 2
context = incoming
channel => 4-5
; Zapata telephony interface
; Configuration file
[channels]
language=de
switchtype = euroisdn
;pridialplan = local
prilocaldialplan = local
nationalprefix = 0
internationalprefix = 00
echocancel = yes
overlapdial = yes
echocancelwhenbridged = yes
echotraining = no
immediate = no
usecallerid = yes
;erste Karte TE
signalling = bri_cpe_ptmp
group = 1
context = isdn_in
channel => 1-2
;zweite Karte NT
pridialplan = local
signalling = bri_net_ptmp
group = 2
context = intern
channel => 4-5
;dritte Karte NT
signalling = bri_net_ptmp
group = 3
context = intern
channel => 7-8
pridialplan = local
prilocaldialplan = dynamic
priindication=passthrough
nationalprefix = 0
internationalprefix = 00
; Zapata telephony interface
; Configuration file
;
[channels]
language=de
;
switchtype = euroisdn
prilocaldialplan = local
overlapdial = yes
immediate = no
usecallerid = yes
;
;
;erste Karte NT
signalling = bri_net_ptmp
group = 2
context = intern
channel => 1-2
;
;
;zweite Karte NT
signalling = bri_net_ptmp
group = 3
context = intern
channel => 4-5
;
;
;dritte Karte TE
signalling = bri_cpe_ptmp
group = 1
context = isdn_in
channel => 7-8