Hallo,
habe eine Asterisk (noch Trixbox m. asterisk 1.6.0.26-FONCORE-r78) mit Diva Pro (4 Ports) mit 3 Ports (ISDN1-3) für Anlagenanschluß und 1 Port (ISDN4) intern NT-Mode mit analog<->ISDN Adapter, an dem zwei analoge Telefone und ein Fax hängen.
Alles läuft soweit. Analoge Telefone können von intern wie inbound per ISDN angerufen werden und interne Nebenstellen anrufen.
Anrufe nach draußen funktionieren auch, soweit die Gegenstelle binnen ca. 2-3 mal Klingeln abnimmt. Geht dort keiner "rechtzeitig" ran, hört man einen Besetztton, während die externe Gegenstelle noch 1-2 mal weiterklingelt (ca. 10-15 Sekunden) bis am Asterisk ein hangup erfolgt.
Es scheint als käme da irgendwo ein Timeout o.ä. zustande, den ich jedoch bisher noch nicht lokalisieren konnte.
capi.conf
Logging einer solchen Sitzung (komplettes File gern a.A. als ink (ca. 280k) - hoffe hier die richtigen Ausschnitte gefunden zu haben):
Vielen Dank für jeden Tip / Hinweis.
Beste Grüße,
Niels Dettenbach.
habe eine Asterisk (noch Trixbox m. asterisk 1.6.0.26-FONCORE-r78) mit Diva Pro (4 Ports) mit 3 Ports (ISDN1-3) für Anlagenanschluß und 1 Port (ISDN4) intern NT-Mode mit analog<->ISDN Adapter, an dem zwei analoge Telefone und ein Fax hängen.
Alles läuft soweit. Analoge Telefone können von intern wie inbound per ISDN angerufen werden und interne Nebenstellen anrufen.
Anrufe nach draußen funktionieren auch, soweit die Gegenstelle binnen ca. 2-3 mal Klingeln abnimmt. Geht dort keiner "rechtzeitig" ran, hört man einen Besetztton, während die externe Gegenstelle noch 1-2 mal weiterklingelt (ca. 10-15 Sekunden) bis am Asterisk ein hangup erfolgt.
Es scheint als käme da irgendwo ein Timeout o.ä. zustande, den ich jedoch bisher noch nicht lokalisieren konnte.
capi.conf
Code:
[general]
; ----------------------------------------------
; /usr/lib/eicon/divas/chancapi.general
; ----------------------------------------------
nationalprefix=0 ; or for example "+49"
internationalprefix=00 ; or for example "+"
;subscriberprefix=+49551 ; prefix including area code (some lines need this)
rxgain=0.8 ;linear receive gain, 1.0 = no change, use Diva rxdgain and rxagc for gain control
txgain=0.8 ;linear transmit gain, 1.0 = no change, use Diva txdgain and txagc for gain control
language=de ;set default language
;alaw=yes ;set this, if you live in u-law world instead of a-law
;jb..... ;with Asterisk 1.4 you can configure jitterbuffer,
;see Asterisk documentation for all jb* setting available.
;mohinterpret=default ;Asterisk 1.4: default music on hold class when placed on hold.
[ISDN1]
ntmode=no
isdnmode=did
incomingmsn=* ;Use Diva MSN settings
group=1
callgroup=1
pickupgroup=1
transfergroup=1
controller=1
softdtmf=off
relaxdtmf=off
faxdetect=off
faxdetecttime=0
accountcode=
context=from-isdn
holdtype=local
echocancelold=no
bridge=yes
devices=2
echocancel=yes
echocancelnlp=1
disallow=all
;allow=alaw
[ISDN2]
ntmode=no
isdnmode=did
incomingmsn=* ;Use Diva MSN settings
group=2
callgroup=2
pickupgroup=2
transfergroup=2
controller=2
softdtmf=off
relaxdtmf=off
faxdetect=off
faxdetecttime=0
accountcode=
context=from-isdn
holdtype=local
echocancelold=no
bridge=yes
devices=2
echocancel=yes
echocancelnlp=1
disallow=all
;allow=alaw
[ISDN3]
ntmode=no
isdnmode=did
incomingmsn=* ;Use Diva MSN settings
group=3
callgroup=3
pickupgroup=3
transfergroup=3
controller=3
softdtmf=off
relaxdtmf=off
faxdetect=off
faxdetecttime=0
accountcode=
context=from-isdn
holdtype=local
echocancelold=no
bridge=yes
devices=2
echocancel=yes
echocancelnlp=1
disallow=all
;allow=alaw
[ISDN4]
ntmode=yes
isdnmode=did
incomingmsn=* ;Use Diva MSN settings
group=4
callgroup=4
pickupgroup=4
transfergroup=4
controller=4
softdtmf=off
relaxdtmf=off
faxdetect=off
faxdetecttime=0
accountcode=
context=from-internal
;context=from-isdn-4
holdtype=local
echocancelold=no
bridge=no
devices=2
echocancel=no
echocancelnlp=1
disallow=all
;allow=alaw
Logging einer solchen Sitzung (komplettes File gern a.A. als ink (ca. 280k) - hoffe hier die richtigen Ausschnitte gefunden zu haben):
Code:
[Sep 6 09:41:44] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x02 SubCommand=0x82 MsgNum=0xda9a NCCI=0x00001404
[Sep 6 09:41:44] VERBOSE[2821] logger.c: CONNECT_IND ID=002 #0xda9a LEN=0047
Controller/PLCI/NCCI = 0x1404
CIPValue = 0x4
CalledPartyNumber = <80>055150414031
CallingPartyNumber = <01 80>59
CalledPartySubaddress = default
CallingPartySubaddress = default
BC = <90 90 a3>
LLC = default
HLC = default
AdditionalInfo
BChannelinformation = default
Keypadfacility = default
Useruserdata = default
Facilitydataarray = default
SendingComplete = default
[Sep 6 09:41:44] VERBOSE[2821] logger.c: -- CONNECT_IND (PLCI=0x1404,DID=055150414031,CID=59,CIP=0x4,CONTROLLER=0x4)
[Sep 6 09:41:44] VERBOSE[2821] logger.c: > ISDN4#01: msn='*' DNID='055150414031' DID
[Sep 6 09:41:44] VERBOSE[2821] logger.c: == ISDN4#01: setting format alaw - 0x8 (alaw)
[Sep 6 09:41:44] VERBOSE[2821] logger.c: == ISDN4#01: Incoming call '59' -> '055150414031'
[Sep 6 09:41:44] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x08 SubCommand=0x82 MsgNum=0xda9b NCCI=0x00001404
[Sep 6 09:41:44] VERBOSE[2821] logger.c: INFO_IND ID=002 #0xda9b LEN=0028
Controller/PLCI/NCCI = 0x1404
InfoNumber = 0x70
InfoElement = <80>055150414031
[Sep 6 09:41:44] VERBOSE[2821] logger.c: INFO_RESP ID=002 #0xda9b LEN=0012
Controller/PLCI/NCCI = 0x1404
[Sep 6 09:41:44] VERBOSE[2821] logger.c: -- ISDN4#01: info element CALLED PARTY NUMBER
[Sep 6 09:41:44] VERBOSE[2821] logger.c: -- ISDN4#01: Updated channel name: CAPI/ISDN4#01/055150414031-91a6
[Sep 6 09:41:44] VERBOSE[2821] logger.c: -- ISDN4#01: CAPI/ISDN4#01/055150414031-91a6: 055150414031 matches in context from-internal
[Sep 6 09:41:44] VERBOSE[2821] logger.c: == Started pbx on channel CAPI/ISDN4#01/055150414031-91a6
[Sep 6 09:41:44] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x08 SubCommand=0x82 MsgNum=0xda9c NCCI=0x00001404
[Sep 6 09:41:44] VERBOSE[2821] logger.c: INFO_IND ID=002 #0xda9c LEN=0021
Controller/PLCI/NCCI = 0x1404
InfoNumber = 0x28
InfoElement = LINK<3d>0
[Sep 6 09:41:44] VERBOSE[2821] logger.c: INFO_RESP ID=002 #0xda9c LEN=0012
Controller/PLCI/NCCI = 0x1404
[Sep 6 09:41:44] VERBOSE[2821] logger.c: -- ISDN4#01: info element DSP
[Sep 6 09:41:44] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x08 SubCommand=0x82 MsgNum=0xda9d NCCI=0x00001404
[Sep 6 09:41:44] VERBOSE[2821] logger.c: INFO_IND ID=002 #0xda9d LEN=0016
Controller/PLCI/NCCI = 0x1404
InfoNumber = 0x18
InfoElement = <81>
[Sep 6 09:41:44] VERBOSE[2821] logger.c: INFO_RESP ID=002 #0xda9d LEN=0012
Controller/PLCI/NCCI = 0x1404
[Sep 6 09:41:44] VERBOSE[2821] logger.c: -- ISDN4#01: info element CHANNEL IDENTIFICATION 81
[Sep 6 09:41:44] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x08 SubCommand=0x82 MsgNum=0xda9e NCCI=0x00001404
[Sep 6 09:41:44] VERBOSE[2821] logger.c: INFO_IND ID=002 #0xda9e LEN=0015
Controller/PLCI/NCCI = 0x1404
InfoNumber = 0x8005
InfoElement = default
[Sep 6 09:41:44] VERBOSE[2821] logger.c: INFO_RESP ID=002 #0xda9e LEN=0012
Controller/PLCI/NCCI = 0x1404
[Sep 6 09:41:44] VERBOSE[2821] logger.c: -- ISDN4#01: info element SETUP
[Sep 6 09:41:44] VERBOSE[2821] logger.c: == ISDN4#01: pbx already started on channel CAPI/ISDN4#01/055150414031-91a6
[Sep 6 09:41:44] VERBOSE[2818] logger.c: > chan_capi devicestate requested for ISDN4#01/055150414031 is 'Ringing'
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [055150414031@from-internal:1] Set("CAPI/ISDN4#01/055150414031-91a6", "EMERGENCYROUTE=YES") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [055150414031@from-internal:2] Macro("CAPI/ISDN4#01/055150414031-91a6", "user-callerid,SKIPTTL,") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:1] Set("CAPI/ISDN4#01/055150414031-91a6", "AMPUSER=59") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:2] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "0?report") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:1] Set("CAPI/ISDN4#01/055150414031-91a6", "AMPUSER=59") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:2] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "0?report") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:3] ExecIf("CAPI/ISDN4#01/055150414031-91a6", "1?Set(REALCALLERIDNUM=59)") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:4] Set("CAPI/ISDN4#01/055150414031-91a6", "AMPUSER=59") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:5] Set("CAPI/ISDN4#01/055150414031-91a6", "AMPUSERCIDNAME=B-Studio - Pult") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:6] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "0?report") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:7] Set("CAPI/ISDN4#01/055150414031-91a6", "AMPUSERCID=59") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:8] Set("CAPI/ISDN4#01/055150414031-91a6", "CALLERID(all)="B-Studio - Pult" <59>") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:9] ExecIf("CAPI/ISDN4#01/055150414031-91a6", "1?Set(CHANNEL(language)=de)") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:10] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "1?continue") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Goto (macro-user-callerid,s,19)
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-user-callerid:19] NoOp("CAPI/ISDN4#01/055150414031-91a6", "Using CallerID "B-Studio - Pult" <59>") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [055150414031@from-internal:3] Set("CAPI/ISDN4#01/055150414031-91a6", "_NODEST=") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [055150414031@from-internal:4] Macro("CAPI/ISDN4#01/055150414031-91a6", "record-enable,59,OUT,") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-record-enable:1] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "1?check") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Goto (macro-record-enable,s,4)
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Executing [s@macro-record-enable:4] AGI("CAPI/ISDN4#01/055150414031-91a6", "recordingcheck,20120906-094144,pbx.stadtradio-goettingen.de-1346917304.55032") in new stack
[Sep 6 09:41:44] VERBOSE[9290] logger.c: -- Launched AGI Script /var/lib/asterisk/agi-bin/recordingcheck
[Sep 6 09:41:45] VERBOSE[9290] logger.c: recordingcheck,20120906-094144,pbx.stadtradio-goettingen.de-1346917304.55032: Outbound recording not enabled
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- <CAPI/ISDN4#01/055150414031-91a6>AGI Script recordingcheck completed, returning 0
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-record-enable:5] MacroExit("CAPI/ISDN4#01/055150414031-91a6", "") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [055150414031@from-internal:5] Macro("CAPI/ISDN4#01/055150414031-91a6", "dialout-trunk,2,055150414031,,") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:1] Set("CAPI/ISDN4#01/055150414031-91a6", "DIAL_TRUNK=2") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:2] GosubIf("CAPI/ISDN4#01/055150414031-91a6", "0?sub-pincheck,s,1") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:3] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "0?disabletrunk,1") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:4] Set("CAPI/ISDN4#01/055150414031-91a6", "DIAL_NUMBER=055150414031") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:5] Set("CAPI/ISDN4#01/055150414031-91a6", "DIAL_TRUNK_OPTIONS=wWtTkKxXr") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:6] Set("CAPI/ISDN4#01/055150414031-91a6", "OUTBOUND_GROUP=OUT_2") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:7] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "1?nomax") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Goto (macro-dialout-trunk,s,9)
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:9] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "0?skipoutcid") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:10] Set("CAPI/ISDN4#01/055150414031-91a6", "DIAL_TRUNK_OPTIONS=wWtTwWkKxX") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:11] Macro("CAPI/ISDN4#01/055150414031-91a6", "outbound-callerid,2") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-outbound-callerid:1] ExecIf("CAPI/ISDN4#01/055150414031-91a6", "0?Set(CALLERPRES()=)") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-outbound-callerid:2] ExecIf("CAPI/ISDN4#01/055150414031-91a6", "0?Set(REALCALLERIDNUM=59)") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-outbound-callerid:3] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "1?normcid") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Goto (macro-outbound-callerid,s,6)
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-outbound-callerid:6] Set("CAPI/ISDN4#01/055150414031-91a6", "USEROUTCID=") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-outbound-callerid:7] Set("CAPI/ISDN4#01/055150414031-91a6", "EMERGENCYCID=") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-outbound-callerid:8] Set("CAPI/ISDN4#01/055150414031-91a6", "TRUNKOUTCID=") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-outbound-callerid:9] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "1?trunkcid") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Goto (macro-outbound-callerid,s,12)
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-outbound-callerid:12] ExecIf("CAPI/ISDN4#01/055150414031-91a6", "0?Set(CALLERID(all)=)") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-outbound-callerid:13] ExecIf("CAPI/ISDN4#01/055150414031-91a6", "0?Set(CALLERID(all)=)") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-outbound-callerid:14] ExecIf("CAPI/ISDN4#01/055150414031-91a6", "0?Set(CALLERPRES()=prohib_passed_screen)") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:12] ExecIf("CAPI/ISDN4#01/055150414031-91a6", "0?AGI(fixlocalprefix)") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:13] Set("CAPI/ISDN4#01/055150414031-91a6", "OUTNUM=055150414031") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:14] Set("CAPI/ISDN4#01/055150414031-91a6", "custom=AMP") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:15] ExecIf("CAPI/ISDN4#01/055150414031-91a6", "0?Set(DIAL_TRUNK_OPTIONS=M(setmusic^)wWtTwWkKxX)") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:16] Macro("CAPI/ISDN4#01/055150414031-91a6", "dialout-trunk-predial-hook,") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk-predial-hook:1] MacroExit("CAPI/ISDN4#01/055150414031-91a6", "") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:17] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "0?bypass,1") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:18] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "1?customtrunk") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Goto (macro-dialout-trunk,s,21)
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:21] Set("CAPI/ISDN4#01/055150414031-91a6", "pre_num=AMP:capi/ISDN1/") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:22] Set("CAPI/ISDN4#01/055150414031-91a6", "the_num=OUTNUM") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:23] Set("CAPI/ISDN4#01/055150414031-91a6", "post_num=/b") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:24] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "1?outnum:skipoutnum") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Goto (macro-dialout-trunk,s,25)
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:25] Set("CAPI/ISDN4#01/055150414031-91a6", "the_num=055150414031") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Executing [s@macro-dialout-trunk:26] Dial("CAPI/ISDN4#01/055150414031-91a6", "capi/ISDN1/055150414031/b,300,wWtTwWkKxX") in new stack
[Sep 6 09:41:45] VERBOSE[9290] logger.c: > data = ISDN1/055150414031/b format=8
[Sep 6 09:41:45] VERBOSE[9290] logger.c: > parsed dialstring: 'ISDN1' 'NULL' '055150414031' 'b'
[Sep 6 09:41:45] VERBOSE[9290] logger.c: > capi request for interface 'ISDN1'
[Sep 6 09:41:45] VERBOSE[9290] logger.c: == ISDN1#02: setting format alaw - 0x8 (alaw)
[Sep 6 09:41:45] VERBOSE[9290] logger.c: > parsed dialstring: 'ISDN1' 'NULL' '055150414031' 'b'
[Sep 6 09:41:45] VERBOSE[9290] logger.c: > capi: peerlink -1 allocated, peer is unlinked
[Sep 6 09:41:45] VERBOSE[9290] logger.c: == ISDN1#02: Call CAPI/ISDN1#02/055150414031-91a7 with B3 (pres=0x00, ton=0x01)
[Sep 6 09:41:45] VERBOSE[9290] logger.c: CONNECT_REQ ID=002 #0x740d LEN=0059
Controller/PLCI/NCCI = 0x1
CIPValue = 0x4
CalledPartyNumber = <80>055150414031
CallingPartyNumber = <01 80>59
CalledPartySubaddress = default
CallingPartySubaddress = default
BProtocol
B1protocol = 0x1
B2protocol = 0x1
B3protocol = 0x0
B1configuration = default
B2configuration = default
B3configuration = default
GlobalConfiguration = default
BC = default
LLC = default
HLC = default
AdditionalInfo
BChannelinformation = <00 00>
Keypadfacility = default
Useruserdata = default
Facilitydataarray = default
SendingComplete = <01 00>
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- Called ISDN1/055150414031/b
[Sep 6 09:41:45] VERBOSE[2818] logger.c: > chan_capi devicestate requested for ISDN1#02/055150414031 is 'In use'
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x02 SubCommand=0x81 MsgNum=0x740d NCCI=0x00002301
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CONNECT_CONF ID=002 #0x740d LEN=0014
Controller/PLCI/NCCI = 0x2301
Info = 0x0
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- ISDN1#02: received CONNECT_CONF PLCI = 0x2301
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x08 SubCommand=0x82 MsgNum=0xda9f NCCI=0x00002301
[Sep 6 09:41:45] VERBOSE[2821] logger.c: INFO_IND ID=002 #0xda9f LEN=0016
Controller/PLCI/NCCI = 0x2301
InfoNumber = 0x18
InfoElement = <89>
[Sep 6 09:41:45] VERBOSE[2821] logger.c: INFO_RESP ID=002 #0xda9f LEN=0012
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- ISDN1#02: received CONNECT_CONF PLCI = 0x2301
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x08 SubCommand=0x82 MsgNum=0xda9f NCCI=0x00002301
[Sep 6 09:41:45] VERBOSE[2821] logger.c: INFO_IND ID=002 #0xda9f LEN=0016
Controller/PLCI/NCCI = 0x2301
InfoNumber = 0x18
InfoElement = <89>
[Sep 6 09:41:45] VERBOSE[2821] logger.c: INFO_RESP ID=002 #0xda9f LEN=0012
Controller/PLCI/NCCI = 0x2301
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- ISDN1#02: info element CHANNEL IDENTIFICATION 89
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x08 SubCommand=0x82 MsgNum=0xdaa0 NCCI=0x00002301
[Sep 6 09:41:45] VERBOSE[2821] logger.c: INFO_IND ID=002 #0xdaa0 LEN=0015
Controller/PLCI/NCCI = 0x2301
InfoNumber = 0x8002
InfoElement = default
[Sep 6 09:41:45] VERBOSE[2821] logger.c: INFO_RESP ID=002 #0xdaa0 LEN=0012
Controller/PLCI/NCCI = 0x2301
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- ISDN1#02: info element CALL PROCEEDING
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- chan_capi queue frame: [ TYPE: Control (4) SUBCLASS: Unknown control '15' (15) ] [ISDN1#02]
[Sep 6 09:41:45] VERBOSE[9290] logger.c: -- CAPI/ISDN1#02/055150414031-91a7 is proceeding passing it to CAPI/ISDN4#01/055150414031-91a6
[Sep 6 09:41:45] VERBOSE[9290] logger.c: == ISDN4#01: Requested PROCEEDING-Indication for CAPI/ISDN4#01/055150414031-91a6
[Sep 6 09:41:45] VERBOSE[9290] logger.c: SELECT_B_PROTOCOL_REQ ID=002 #0x740e LEN=0023
Controller/PLCI/NCCI = 0x1404
BProtocol
B1protocol = 0x1
B2protocol = 0x1
B3protocol = 0x0
B1configuration = default
B2configuration = default
B3configuration = default
GlobalConfiguration = default
[Sep 6 09:41:45] VERBOSE[9290] logger.c: INFO_REQ ID=002 #0x740f LEN=0023
Controller/PLCI/NCCI = 0x1404
CalledPartyNumber = default
AdditionalInfo
BChannelinformation = default
Keypadfacility = default
Useruserdata = default
Facilitydataarray = <1e 02 82 88>
SendingComplete = default
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x41 SubCommand=0x81 MsgNum=0x740e NCCI=0x00001404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: SELECT_B_PROTOCOL_CONF ID=002 #0x740e LEN=0014
Controller/PLCI/NCCI = 0x1404
Info = 0x0
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x82 SubCommand=0x82 MsgNum=0xdaa2 NCCI=0x00151404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CONNECT_B3_IND ID=002 #0xdaa2 LEN=0013
Controller/PLCI/NCCI = 0x151404
NCPI = default
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CONNECT_B3_RESP ID=002 #0xdaa2 LEN=0015
Controller/PLCI/NCCI = 0x151404
Reject = 0x0
NCPI = default
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x08 SubCommand=0x81 MsgNum=0x740f NCCI=0x00001404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: INFO_CONF ID=002 #0x740f LEN=0014
Controller/PLCI/NCCI = 0x1404
Info = 0x0
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x83 SubCommand=0x82 MsgNum=0xdaa3 NCCI=0x00151404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CONNECT_B3_ACTIVE_IND ID=002 #0xdaa3 LEN=0013
Controller/PLCI/NCCI = 0x151404
NCPI = default
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CONNECT_B3_ACTIVE_RESP ID=002 #0xdaa3 LEN=0012
Controller/PLCI/NCCI = 0x151404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: == ISDN4#01: Setting up DTMF detector (PLCI=0x1404, flag=1)
[Sep 6 09:41:45] VERBOSE[2821] logger.c: FACILITY_REQ ID=002 #0x7410 LEN=0023
Controller/PLCI/NCCI = 0x1404
FacilitySelector = 0x1
FacilityRequestParameter = <01 00>P<00>P<00 00 00>
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x80 SubCommand=0x81 MsgNum=0x7410 NCCI=0x00001404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: FACILITY_CONF ID=002 #0x7410 LEN=0019
Controller/PLCI/NCCI = 0x1404
Info = 0x0
FacilitySelector = 0x1
FacilityConfirmationParameter = <00 00>
[Sep 6 09:41:45] VERBOSE[2821] logger.c: > ISDN4#01: DTMF conf(PLCI=0x1404)
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdaa4 NCCI=0x00151404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdaa4 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c727e2
DataLength = 0xa0
DataHandle = 0x38
Flags = 0x0
Data64 = 0xaaaaaaabaaaa2aaa
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdaa4 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x38
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdaa5 NCCI=0x00151404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdaa5 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c72fe2
DataLength = 0xa0
DataHandle = 0x39
Flags = 0x0
Data64 = 0x2aaaaaabababaaaa
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdaa5 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x39
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdaa6 NCCI=0x00151404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdaa6 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c737e2
DataLength = 0xa0
DataHandle = 0x3a
Flags = 0x0
Data64 = 0xababaaaa2a2a2a2a
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdaa6 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x3a
....
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdab2 NCCI=0x00151404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdab2 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c797e2
DataLength = 0xa0
DataHandle = 0x46
Flags = 0x0
Data64 = 0xabababaaaaaa2aaa
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdab2 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x46
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdab3 NCCI=0x00151404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdab3 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c79fe2
DataLength = 0xa0
DataHandle = 0x47
Flags = 0x0
Data64 = 0xababaaaaabababab
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdab3 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x47
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdab4 NCCI=0x00151404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdab4 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c7a7e2
DataLength = 0xa0
DataHandle = 0x48
Flags = 0x0
Data64 = 0xaaaaaaaaaaaaaaaa
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdab4 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x48
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdab5 NCCI=0x00151404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdab5 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c7afe2
DataLength = 0xa0
DataHandle = 0x49
Flags = 0x0
Data64 = 0xaaaaaaaaaaaaaaaa
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdab5 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x49
[Sep 6 09:41:45] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:45] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdab6 NCCI=0x00151404
[Sep 6 09:41:45] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdab6 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c7b7e2
DataLength = 0xa0
DataHandle = 0x4a
Flags = 0x0
Data64 = 0xaaabaaaaabaaaaaa
....
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x81 MsgNum=0x743f NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_CONF ID=002 #0x743f LEN=0016
Controller/PLCI/NCCI = 0x151404
DataHandle = 0xba4
Info = 0x0
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbaf NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbaf LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c7b7e2
DataLength = 0xa0
DataHandle = 0x4a
Flags = 0x0
Data64 = 0xabaaaaaaaaaaaaaa
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbaf LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x4a
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbb0 NCCI=0x004c2301
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbb0 LEN=0022
Controller/PLCI/NCCI = 0x4c2301
Data32 = 0xb7c7bfe2
DataLength = 0xa0
DataHandle = 0x4b
Flags = 0x0
Data64 = 0xabababababababab
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbb0 LEN=0014
Controller/PLCI/NCCI = 0x4c2301
DataHandle = 0x4b
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN1#02: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[9290] logger.c: DATA_B3_REQ ID=002 #0x7440 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0x93de024
DataLength = 0xa0
DataHandle = 0xba5
Flags = 0x0
Data64 = 0x7cc0006adff40000
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x81 MsgNum=0x7440 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_CONF ID=002 #0x7440 LEN=0016
Controller/PLCI/NCCI = 0x151404
DataHandle = 0xba5
Info = 0x0
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbb1 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbb1 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c7cfe2
DataLength = 0xa0
DataHandle = 0x4d
Flags = 0x0
Data64 = 0xababaaaaababaaaa
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbb1 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x4d
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbb2 NCCI=0x004c2301
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbb2 LEN=0022
Controller/PLCI/NCCI = 0x4c2301
Data32 = 0xb7c7d7e2
DataLength = 0xa0
DataHandle = 0x4e
Flags = 0x0
Data64 = 0xabababababababab
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbb2 LEN=0014
Controller/PLCI/NCCI = 0x4c2301
DataHandle = 0x4e
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN1#02: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[9290] logger.c: DATA_B3_REQ ID=002 #0x7441 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0x93de104
DataLength = 0xa0
DataHandle = 0xba6
Flags = 0x0
Data64 = 0x7cc0006adff40000
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x81 MsgNum=0x7441 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_CONF ID=002 #0x7441 LEN=0016
Controller/PLCI/NCCI = 0x151404
DataHandle = 0xba6
Info = 0x0
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbb3 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbb3 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c7e7e2
DataLength = 0xa0
DataHandle = 0x50
Flags = 0x0
Data64 = 0xaaababababaaaaaa
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbb3 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x50
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbb4 NCCI=0x004c2301
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbb4 LEN=0022
Controller/PLCI/NCCI = 0x4c2301
Data32 = 0xb7c7efe2
DataLength = 0xa0
DataHandle = 0x51
Flags = 0x0
Data64 = 0xabababababababab
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbb4 LEN=0014
Controller/PLCI/NCCI = 0x4c2301
DataHandle = 0x51
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN1#02: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[9290] logger.c: DATA_B3_REQ ID=002 #0x7442 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0x93ddbc4
DataLength = 0xa0
DataHandle = 0xba7
Flags = 0x0
Data64 = 0x7cc0006adff40000
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x81 MsgNum=0x7442 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_CONF ID=002 #0x7442 LEN=0016
Controller/PLCI/NCCI = 0x151404
DataHandle = 0xba7
Info = 0x0
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbb5 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbb5 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c7ffe2
DataLength = 0xa0
DataHandle = 0x53
Flags = 0x0
Data64 = 0xaaaaaaaaaaababab
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbb5 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x53
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbb6 NCCI=0x004c2301
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbb6 LEN=0022
Controller/PLCI/NCCI = 0x4c2301
Data32 = 0xb7c807e2
DataLength = 0xa0
DataHandle = 0x54
Flags = 0x0
Data64 = 0xabababababababab
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbb6 LEN=0014
Controller/PLCI/NCCI = 0x4c2301
DataHandle = 0x54
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN1#02: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[9290] logger.c: DATA_B3_REQ ID=002 #0x7443 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0x93ddca4
DataLength = 0xa0
DataHandle = 0xba8
Flags = 0x0
Data64 = 0x7cc0006adff40000
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x81 MsgNum=0x7443 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_CONF ID=002 #0x7443 LEN=0016
Controller/PLCI/NCCI = 0x151404
DataHandle = 0xba8
Info = 0x0
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbb7 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbb7 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c817e2
DataLength = 0xa0
DataHandle = 0x56
Flags = 0x0
Data64 = 0xababaaaaaaaaaaaa
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbb7 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x56
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbb8 NCCI=0x004c2301
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbb8 LEN=0022
Controller/PLCI/NCCI = 0x4c2301
Data32 = 0xb7c81fe2
DataLength = 0xa0
DataHandle = 0x57
Flags = 0x0
Data64 = 0xabababababababab
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbb8 LEN=0014
Controller/PLCI/NCCI = 0x4c2301
DataHandle = 0x57
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN1#02: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[9290] logger.c: DATA_B3_REQ ID=002 #0x7444 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0x93ddd84
DataLength = 0xa0
DataHandle = 0xba9
Flags = 0x0
Data64 = 0x7cc0006adff40000
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x81 MsgNum=0x7444 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_CONF ID=002 #0x7444 LEN=0016
Controller/PLCI/NCCI = 0x151404
DataHandle = 0xba9
Info = 0x0
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbb9 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbb9 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c82fe2
DataLength = 0xa0
DataHandle = 0x59
Flags = 0x0
Data64 = 0xaaaaaaaaaaabaaaa
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbb9 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x59
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbba NCCI=0x004c2301
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbba LEN=0022
Controller/PLCI/NCCI = 0x4c2301
Data32 = 0xb7c837e2
DataLength = 0xa0
DataHandle = 0x5a
Flags = 0x0
Data64 = 0xabababababababab
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbba LEN=0014
Controller/PLCI/NCCI = 0x4c2301
DataHandle = 0x5a
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN1#02: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[9290] logger.c: DATA_B3_REQ ID=002 #0x7445 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0x93dde64
DataLength = 0xa0
DataHandle = 0xbaa
Flags = 0x0
Data64 = 0x7cc0006adff40000
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x81 MsgNum=0x7445 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_CONF ID=002 #0x7445 LEN=0016
Controller/PLCI/NCCI = 0x151404
DataHandle = 0xbaa
Info = 0x0
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbbb NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbbb LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c847e2
DataLength = 0xa0
DataHandle = 0x5c
Flags = 0x0
Data64 = 0xabaaaaaaaaaaaaaa
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbbb LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x5c
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbbc NCCI=0x004c2301
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbbc LEN=0022
Controller/PLCI/NCCI = 0x4c2301
Data32 = 0xb7c84fe2
DataLength = 0xa0
DataHandle = 0x5d
Flags = 0x0
Data64 = 0xabababababababab
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbbc LEN=0014
Controller/PLCI/NCCI = 0x4c2301
DataHandle = 0x5d
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN1#02: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[9290] logger.c: DATA_B3_REQ ID=002 #0x7446 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0x93ddf44
DataLength = 0xa0
DataHandle = 0xbab
Flags = 0x0
Data64 = 0x7cc0006adff40000
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x81 MsgNum=0x7446 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_CONF ID=002 #0x7446 LEN=0016
Controller/PLCI/NCCI = 0x151404
DataHandle = 0xbab
Info = 0x0
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbbd NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbbd LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c85fe2
DataLength = 0xa0
DataHandle = 0x5f
Flags = 0x0
Data64 = 0xababababaaabaaab
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbbd LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x5f
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbbe NCCI=0x004c2301
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbbe LEN=0022
Controller/PLCI/NCCI = 0x4c2301
Data32 = 0xb7c867e2
DataLength = 0xa0
DataHandle = 0x60
Flags = 0x0
Data64 = 0xabababababababab
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbbe LEN=0014
Controller/PLCI/NCCI = 0x4c2301
DataHandle = 0x60
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN1#02: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[9290] logger.c: DATA_B3_REQ ID=002 #0x7447 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0x93de024
DataLength = 0xa0
DataHandle = 0xbac
Flags = 0x0
Data64 = 0x7cc0006adff40000
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x81 MsgNum=0x7447 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_CONF ID=002 #0x7447 LEN=0016
Controller/PLCI/NCCI = 0x151404
DataHandle = 0xbac
Info = 0x0
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbbf NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbbf LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c567e2
DataLength = 0xa0
DataHandle = 0x0
Flags = 0x0
Data64 = 0xaaababaaaaabaaaa
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbbf LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x0
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbc0 NCCI=0x004c2301
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbc0 LEN=0022
Controller/PLCI/NCCI = 0x4c2301
Data32 = 0xb7c56fe2
DataLength = 0xa0
DataHandle = 0x1
Flags = 0x0
Data64 = 0xabababababababab
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbc0 LEN=0014
Controller/PLCI/NCCI = 0x4c2301
DataHandle = 0x1
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN1#02: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:41:49] VERBOSE[9290] logger.c: DATA_B3_REQ ID=002 #0x7448 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0x93de104
DataLength = 0xa0
DataHandle = 0xbad
Flags = 0x0
Data64 = 0x7cc0006adff40000
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x81 MsgNum=0x7448 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_CONF ID=002 #0x7448 LEN=0016
Controller/PLCI/NCCI = 0x151404
DataHandle = 0xbad
Info = 0x0
[Sep 6 09:41:49] VERBOSE[2821] logger.c: CAPI: ApplId=0x0002 Command=0x86 SubCommand=0x82 MsgNum=0xdbc1 NCCI=0x00151404
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_IND ID=002 #0xdbc1 LEN=0022
Controller/PLCI/NCCI = 0x151404
Data32 = 0xb7c57fe2
DataLength = 0xa0
DataHandle = 0x3
Flags = 0x0
Data64 = 0xaaaaaaababababaa
[Sep 6 09:41:49] VERBOSE[2821] logger.c: DATA_B3_RESP ID=002 #0xdbc1 LEN=0014
Controller/PLCI/NCCI = 0x151404
DataHandle = 0x3
[Sep 6 09:41:49] VERBOSE[2821] logger.c: -- ISDN4#01: DATA_B3_IND (len=160) fr.datalen=160 fr.subclass=8
[Sep 6 09:42:05] VERBOSE[2821] logger.c: > ISDN4#01: CAPI INFO 0x3490: Normal call clearing
[Sep 6 09:42:05] VERBOSE[9290] logger.c: == ISDN1#02: CAPI Hangingup for PLCI=0x2301 in state 5
[Sep 6 09:42:05] VERBOSE[9290] logger.c: == Spawn extension (macro-dialout-trunk, s, 26) exited non-zero on 'CAPI/ISDN4#01/055150414031-91a6' in macro 'dialout-trunk'
[Sep 6 09:42:05] VERBOSE[9290] logger.c: == Spawn extension (from-internal, 055150414031, 5) exited non-zero on 'CAPI/ISDN4#01/055150414031-91a6'
[Sep 6 09:42:05] VERBOSE[9290] logger.c: -- Executing [h@from-internal:1] Macro("CAPI/ISDN4#01/055150414031-91a6", "hangupcall") in new stack
[Sep 6 09:42:05] VERBOSE[9290] logger.c: -- Executing [s@macro-hangupcall:1] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "1?skiprg") in new stack
[Sep 6 09:42:05] VERBOSE[9290] logger.c: -- Goto (macro-hangupcall,s,4)
[Sep 6 09:42:05] VERBOSE[9290] logger.c: -- Executing [s@macro-hangupcall:4] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "1?skipblkvm") in new stack
[Sep 6 09:42:05] VERBOSE[9290] logger.c: -- Goto (macro-hangupcall,s,7)
[Sep 6 09:42:05] VERBOSE[9290] logger.c: -- Executing [s@macro-hangupcall:7] GotoIf("CAPI/ISDN4#01/055150414031-91a6", "1?theend") in new stack
[Sep 6 09:42:05] VERBOSE[9290] logger.c: -- Goto (macro-hangupcall,s,9)
[Sep 6 09:42:05] VERBOSE[9290] logger.c: -- Executing [s@macro-hangupcall:9] Hangup("CAPI/ISDN4#01/055150414031-91a6", "") in new stack
[Sep 6 09:42:05] VERBOSE[9290] logger.c: == Spawn extension (macro-hangupcall, s, 9) exited non-zero on 'CAPI/ISDN4#01/055150414031-91a6' in macro 'hangupcall'
[Sep 6 09:42:05] VERBOSE[9290] logger.c: == Spawn extension (from-internal, h, 1) exited non-zero on 'CAPI/ISDN4#01/055150414031-91a6'
[Sep 6 09:42:05] VERBOSE[9290] logger.c: == ISDN4#01: CAPI Hangingup for PLCI=0xdead0000 in state 4
[Sep 6 09:42:05] VERBOSE[2821] logger.c: > ISDN1#02: CAPI INFO 0x3490: Normal call clearing
[Sep 6 09:42:14] NOTICE[2838] chan_iax2.c: Restricting registration for peer '68' to 60 seconds (requested 300)
Vielen Dank für jeden Tip / Hinweis.
Beste Grüße,
Niels Dettenbach.
Zuletzt bearbeitet: