Hi,

I'm pulling my hair down and getting bold :-) ..... I have Asterisk between
Panasonic KXTD816 and Euroisdn in Italy (beronet octobri and bristuff
Asterisk)....

I'm trying to do just plain transfer of call from pbx to ISDN through
Asterisk...

It seems like PBX hangsup, when call is progressing with no apparent reason.
I'd kindly ask for any advice or some working example for this....

On isdn side I also have a problem. Asterisk quite often says that it cannot create ZAP channel, although partticular span is reported up and active..... I've also tried to connect loop between NT and TE port and call doesn't get through....

I'd really appreciate if anyone has any advice on this problem, or any experience or working example for italian ISDN and particular Panasonic PBX.....

Thanks in advance,

regards,

Rob.


I'm getting this :
Jun 22 16:25:13 VERBOSE[5536]:     -- Accepting overlap voice call from
'432575513' to '000' on channel 0/2, span 4
Jun 22 16:25:21 VERBOSE[5536]:     -- Executing
Dial("Zap/11-1",
"ZAP/g1/000038670613063|60") in new stack
Jun 22 16:25:21 VERBOSE[5536]:     -- Called g1/000038670613063
Jun 22 16:25:32 DEBUG[5536]: Queuing frame from PRI_EVENT_PROCEEDING on
channel 0/2 span 1
Jun 22 16:25:32 VERBOSE[5536]:     -- Zap/2-1 is making progress passing it
to Zap/11-1
Jun 22 16:25:32 DEBUG[5536]: Received AST_CONTROL_PROGRESS on Zap/11-1
Jun 22 16:25:32 DEBUG[5536]: Dunno what to do with control type 15
Jun 22 16:25:34 VERBOSE[5536]:     -- Channel 0/2, span 4 got hangup
Jun 22 16:25:34 DEBUG[5536]: Set option AUDIO MODE, value: ON(1) on Zap/2-1
Jun 22 16:25:34 DEBUG[5536]: Hangup: channel: 2 index = 0, normal = 33,
callwait = -1, thirdcall = -1
Jun 22 16:25:34 DEBUG[5536]: Not yet hungup...  Calling hangup once with
icause, and clearing call
Jun 22 16:25:34 DEBUG[5536]: disabled echo cancellation on channel 2
Jun 22 16:25:34 DEBUG[5536]: Set option TDD MODE, value: OFF(0) on Zap/2-1
Jun 22 16:25:34 DEBUG[5536]: Updated conferencing on 2, with 0 conference
users
Jun 22 16:25:34 DEBUG[5536]: Set option AUDIO MODE, value: OFF(0) on Zap/2-1
Jun 22 16:25:34 DEBUG[5536]: disabled echo cancellation on channel 2
Jun 22 16:25:34 VERBOSE[5536]:     -- Hungup 'Zap/2-1'
Jun 22 16:25:34 DEBUG[5536]: Exiting with DIALSTATUS=CANCEL.



I have zapata.conf:
[channels]

switchtype = euroisdn

pridialplan = dynamic
prilocaldialplan = local
nationalprefix = 0
internationalprefix = 00
usecallingpres=yes

callerid=asreceived
overlapdial=yes
usecallingpres=yes




echocancel = yes
echocancelwhenbridged = yes
echotraining = 100

;-------------------------------------------------------------------
; p2p TE mode (for connecting ISDN lines in point-to-point mode)
signalling = bri_cpe
; p2mp TE mode (for connecting ISDN lines in point-to-multipoint mode)
;signalling = bri_cpe_ptmp

context=from-isdn
group = 1

; S/T port 1-4 (first quadBRI, or lower ports of an octoBRI)
channel => 1-2
channel => 4-5
channel => 7-8
;channel => 10-11

;-------------------------------------------------------------------

; p2p NT mode (for connecting an ISDN PBX in point-to-point mode)
;signalling = bri_net
; p2p NT mode (for connecting an ISDN PBX in point-to-multipoint mode)
signalling = bri_net_ptmp

context=from-pbx
group = 2
;overlapdial=no

; S/T port 5-8 (second quadBRI, or upper ports of an octoBRI)
channel => 10-11
;channel => 13-14
;channel => 16-17
;channel => 19-20
;channel => 22-23

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to