Hello to all
I succefully installed Asterisk and an Eicon Diva Server 4 BRI (with CAPI) to connect to a Siemens PBX, but I still cant forward calls to the Siemens PBX (neither receive them from the PBX). Here s the result in the asterisk console when I try to dial the 116 PBX phone:


-- Executing Dial("SIP/193.136.2.205:5060-fd1f", "CAPI/12345678:b116|90") in new stack
   -- data = 12345678:b116
   -- capi request omsn = 12345678
 == found capi with omsn = 12345678
 == CAPI Call CAPI[contr1/12345678]/11 with B3    -- Called 12345678:b116
   -- CONNECT_CONF ID=001 #0x0012 LEN=0014
 Controller/PLCI/NCCI            = 0x301
 Info                            = 0x0

   -- CONNECT_CONF ID=001 #0x0012 LEN=0014
 Controller/PLCI/NCCI            = 0x301
 Info                            = 0x0

 == received CONNECT_CONF PLCI = 0x301 INFO = 0
   -- DISCONNECT_IND ID=001 #0x001b LEN=0014
 Controller/PLCI/NCCI            = 0x301
 Reason                          = 0x3302

 == DISCONNECT_IND PLCI=0x301 REASON=0x3302
   -- CAPI Hangingup
 == No one is available to answer at this time



------------------------this is my CAPI.CONF

; CAPI config
;
;
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8

[interfaces]

msn=12345678
incomingmsn=*
controller=1
softdtmf=1
accountcode=
context=demo
;echosquelch=1
;echocancel=yes
;echotail=64
;callgroup=1
;deflect=12345678
devices=2

-----------------this is my EXTENSIONS.CONF
[from-sip]
exten => _XXX,1,Dial,CAPI/12345678:b${EXTEN}|90



Does someone have an ideia of what is missing?
The Siemens PBX should forward the call to its 116 extension... but there's no way I can debug it...
Joao Pereira
_______________________________________________
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