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.
On Mon, 5 Sep 2005, Konrads Smelkovs wrote:> 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'There are no more messages? SETUP or SENDING COMPLETE IE is missing and without it, chan_capi will not signal the call to Asterisk. What card/driver do you use? And what kind of line is it (ptmp of a pbx)? Armin
Armin Schindler ha scritto:>There are no more messages? >SETUP or SENDING COMPLETE IE is missing and without it, chan_capi will not >signal the call to Asterisk. > > >The sending complete field is pretty new in the libcapi, maybe he just need to update the capi20 lib. Sergio
On Mon, 5 Sep 2005, Sergio Chersovani wrote:> Armin Schindler ha scritto: > > > There are no more messages? > > SETUP or SENDING COMPLETE IE is missing and without it, chan_capi will not > > signal the call to Asterisk. > > > > > > > The sending complete field is pretty new in the libcapi, maybe he just need to > update the capi20 lib.Yes, that field is new in the lib. But chan_capi does not use this field, it waits for the INFO_IND for that IE. Armin
It is connected to the PBX, alcatel omnipcx. My libcapi20is dated Oct 21, 2004. Where can I get the libcapi? There seems to be 100 sources and none smells "official". On 05/09/05, Sergio Chersovani <mlists@c-net.it> wrote:> Armin Schindler ha scritto: > > >There are no more messages? > >SETUP or SENDING COMPLETE IE is missing and without it, chan_capi will not > >signal the call to Asterisk. > > > > > > > The sending complete field is pretty new in the libcapi, maybe he just > need to update the capi20 lib. > > Sergio > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > 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 >-- Konrads Smelkovs Applied IT sorcery.
Oh, and I am using chan_cap via mISDN on HFCPCI. On 05/09/05, Konrads Smelkovs <konrads.smelkovs@gmail.com> wrote:> It is connected to the PBX, alcatel omnipcx. > My libcapi20is dated Oct 21, 2004. > Where can I get the libcapi? There seems to be 100 sources and none > smells "official". > > > On 05/09/05, Sergio Chersovani <mlists@c-net.it> wrote: > > Armin Schindler ha scritto: > > > > >There are no more messages? > > >SETUP or SENDING COMPLETE IE is missing and without it, chan_capi will not > > >signal the call to Asterisk. > > > > > > > > > > > The sending complete field is pretty new in the libcapi, maybe he just > > need to update the capi20 lib. > > > > Sergio > > _______________________________________________ > > --Bandwidth and Colocation sponsored by Easynews.com -- > > > > 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 > > > > > -- > Konrads Smelkovs > Applied IT sorcery. >-- Konrads Smelkovs Applied IT sorcery.
On Mon, 5 Sep 2005, Konrads Smelkovs wrote:> It is connected to the PBX, alcatel omnipcx. > My libcapi20is dated Oct 21, 2004. > Where can I get the libcapi? There seems to be 100 sources and none > smells "official".You can get the sources from isdn4linux.de via CVS: cvs -d :pserver:guest@cvs.isdn4linux.de:/i4ldev login password: readonly cvs -d :pserver:guest@cvs.isdn4linux.de:/i4ldev co isdn4k-utils/capi20 Armin> On 05/09/05, Sergio Chersovani <mlists@c-net.it> wrote: > > Armin Schindler ha scritto: > > > > >There are no more messages? > > >SETUP or SENDING COMPLETE IE is missing and without it, chan_capi will not > > >signal the call to Asterisk. > > > > > > > > > > > The sending complete field is pretty new in the libcapi, maybe he just > > need to update the capi20 lib. > > > > Sergio > > _______________________________________________ > > --Bandwidth and Colocation sponsored by Easynews.com -- > > > > 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 > > > > > -- > Konrads Smelkovs > Applied IT sorcery. > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > 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 >