[Asterisk-Users] asterisk CAPI dial-in issues

Konrads Smelkovs konrads.smelkovs at gmail.com
Mon Sep 5 06:13:22 MST 2005


Hello configuration as follows, dial-out works:

capi.conf:
[hfcpci]
;;PointToPoint (55512-0)
isdnmode=MSN
incomingmsn=*
;msn=61
controller=1
devices=2
context=incoming

extensions.conf:
[incoming]
exten => _XX,1,Playback(demo-abouttotry)
exten => _XX,n,Dial,SIP/xlite1
exten => _XX,n,HangUp


When call is placed, the following debug info is shown, after the last
line, it stalls until caller gives up:


INFO_IND ID=001 #0x040a LEN=0016
  Controller/PLCI/NCCI            = 0x101
  InfoNumber                      = 0x7e
  InfoElement                     = <04>

       > CAPI: no interface for PLCI = 0x101 MN = 0x40a
INFO_RESP ID=001 #0x040a LEN=0012
  Controller/PLCI/NCCI            = 0x101

CAPI: INFO_IND no interface for PLCI=0x101
INFO_IND ID=001 #0x040b LEN=0016
  Controller/PLCI/NCCI            = 0x101
  InfoNumber                      = 0x18
  InfoElement                     = <89>

       > CAPI: no interface for PLCI = 0x101 MN = 0x40b
INFO_RESP ID=001 #0x040b LEN=0012
  Controller/PLCI/NCCI            = 0x101

CAPI: INFO_IND no interface for PLCI=0x101
CONNECT_IND ID=001 #0x040c LEN=0038
  Controller/PLCI/NCCI            = 0x101
  CIPValue                        = 0x10
  CalledPartyNumber               = <81>61
  CallingPartyNumber              = <09 80>17
  CalledPartySubaddress           = default
  CallingPartySubaddress          = default
  BC                              = <80 90 a3>
  LLC                             = default
  HLC                             = <91 81>
  AdditionalInfo
   BChannelinformation            = default
   Keypadfacility                 = default
   Useruserdata                   = default
   Facilitydataarray              = default

    -- CONNECT_IND (PLCI=0x101,DID=61,CID=17,CIP=0x10,CONTROLLER=0x1)
       > hfcpci: msn='*' DNID='61' MSN
  == hfcpci: Incoming call '17' -> '61'

-- 
Konrads Smelkovs
Applied IT sorcery.



More information about the asterisk-users mailing list