[Asterisk-Dev] Help Asterisk can't call mobiles

Rick.Bates at kaz-group.com Rick.Bates at kaz-group.com
Wed Mar 10 01:33:24 MST 2004


Hello from down under,

We have been using Asterisk and Digium cards for the digital intrastructure
of our speech recognition product Speech(fx) for the last 3 months, and are
suitably impressed by it.

We are trying to clean up a few small issues with our Asterisk
implementation, the major one being unable to call mobile/cell numbers.

We can sucessfully make outbound calls via our ISDN-PRI (E1) to "regular"
PSTN phone numbers (both inter and intrastate) via Asterisk.  But we cannot
call mobile\cell phones or 1800 numbers.  Asterisk hangs up as soon as it
dials the number.  We have no problem receiving calls from mobiles.

As a sanity test we CAN call mobiles and 1800 numbers using one of our
Dialogic JCT600 cards and a test dial application when they are directly
connected to the ISDN line, ie bypassing asterisk completely.  So it
"appears" the problem is not with our Telco, but we may be missing some
ISDN data required to move on to the mobile network?

Background:
We are located in Sydney, Australia, and are using two TE410P cards in a
Dual Athlon 2600 box as the PBX.  Span 1 is connected to an ISDN-PRI
service.  We are using the latest versions of asterisk, zaptel and libpri
from CVS as at 8th Mar 2004, on a Redhat 9.0 machine with a 2.4.20-8smp
kernel.

When we try calling mobile numbers inside the PBX from Dialogic cards, Ciso
7940 and X-Lite SIP phones we get the same problem, we never move to the
ALERTING state, we just get a diconnect.

Any ideas ...

The relevant asterisk conf files and the PRI INTENSE DEBUG SPAN log file
for a successful call to land line as well as unsuccessful call to
mobile/cell phone is included below.

BTW Can the mailing list handle attachments?

zaptel.conf:
************
#span=<span no>,<sync>,<LBO>,<protocol>,<framing>,<error>,<alarm>
span=1,1,2,ccs,hdb3,crc4,yellow
span=2,0,0,ccs,hdb3,crc4,yellow
span=3,0,0,ccs,hdb3,crc4,yellow
span=4,0,0,ccs,hdb3,crc4,yellow
span=5,0,0,ccs,hdb3,crc4,yellow
span=6,2,0,ccs,hdb3,crc4,yellow
span=7,0,0,ccs,hdb3,crc4,yellow
span=8,0,0,ccs,hdb3,crc4,yellow

# Channels 22-31 are not used as ISDN span only uses first
# twenty channels as per the OnRamp20 Service
# span 1
bchan=1-15,17-21
# unused b channels
bchan=22-31
dchan=16

# speech server - Dialogic JCT600
# span 2
bchan=32-46,48-62
dchan=47

# hammer #1 - Dialogic JCT300
# span 3
bchan=63-77,79-93
dchan=78

# hammer #2 - Dialogic JCT300
# span 4
bchan=94-108,110-124
dchan=109

# speech server - Dialogic JCT600
# span 5
bchan=125-139,141-155
dchan=140

# not currently used
# span 6
bchan=156-170,172-186
dchan=171

# not currently used
# span 7
bchan=187-201,203-217
dchan=202

# not currently used
# span 8
bchan=218-232,234-248
dchan=233

loadzone=au
defaultzone=au

zapata.conf:
************
[channels]
busydetect=yes
busycount=8

relaxdtmf=yes

callprogress=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
adsi=yes

usecallerid=yes
hidecallerid=no
callerid=asrecieved
calleridcallwaiting=yes
usecallingpres=yes

echocancel=no
echocancelwhenbridged=no
echotraining=no

switchtype=euroisdn
pridialplan=national
overlapdial=yes

context=isdn
signalling=pri_cpe
group=1
channel=>1-15
group=2
channel=>17-21

SNIP^^^


extensions.conf:
****************
[general]
static=yes
writeprotect=yes

vvvSNIP

[sip-default]
ignorepat=>0
exten=>_004XXXXXXXX,1,SetCallerID(293640901)
exten=>_004XXXXXXXX,2,Wait(1)
exten=>_004XXXXXXXX,3,Playback(beep)
exten=>_004XXXXXXXX,4,Dial(Zap/18/${EXTEN:2},60,rH)
exten=>_004XXXXXXXX,5,Hangup
exten=>_004XXXXXXXX,105,Congestion

exten=>_002XXXXXXXX,1,SetCallerID(293640901)
exten=>_002XXXXXXXX,2,Wait(1)
exten=>_002XXXXXXXX,3,Playback(beep)
exten=>_002XXXXXXXX,4,Dial(Zap/g2/${EXTEN:2},60,rH)
exten=>_002XXXXXXXX,5,Hangup
exten=>_002XXXXXXXX,105,Congestion

^^^SNIP

sip.conf
********
;
; SIP Configuration for Asterisk
;
[general]
port = 5060             ; Port to bind to
bindaddr = 0.0.0.0            ; Address to bind to
externip = 172.21.103.48      ; Address that we're going to put in SIP
messages if we're behind a NAT
context = sip-default         ; Default for incoming calls
;srvlookup = yes        ; Enable SRV lookups on outbound calls
;pedantic = yes               ; Enable slow, pedantic checking for Pingtel
tos=lowdelay
;tos=255
;maxexpirey=3600        ; Max length of incoming registration we allow
;defaultexpirey=120           ; Default length of incoming/outoing
registration
;notifymimetype=text/plain    ; Allow overriding of mime type in NOTIFY
;videosupport=yes       ; Turn on support for SIP video
;disallow=all                 ; Disallow all codecs

allow=alaw
allow=ulaw              ; Allow codecs in order of preference
allow=gsm

bandwidth=high

vvvSNIP

[901]
type=friend
;dtmfmode=inband
username=901
secret=XYZ
host=dynamic
qualify=4000
;defaultip=
context=sip
callerid=901
mailbox=901
canreinvite=no
reinvite=no
nat=yes

^^^SNIP


PRI INTENSE DEBUG SPAN of a landline (working) and mobile call (failing).
*************************************************************************
  == Parsing '/etc/asterisk/asterisk.conf': Found

Asterisk CVS-03/09/04-08:38:15, Copyright (C) 1999-2004 Digium.

Written by Mark Spencer <markster at digium.com>

=========================================================================

Connected to Asterisk CVS-03/09/04-08:38:15 currently running on K000048
(pid = 2931)
K000048*CLI>
    -- Remote UNIX connection
K000048*CLI>
Mar  9 10:52:48 DEBUG[1133718080]: chan_sip.c:598 __sip_ack: Stopping
retransmission on '6a30a6a96ce3b3e14269bc9b513eb643 at 172.21.103.48' of
Request 102: Found
K000048*CLI>
T203 counter expired, sending RR and scheduling T203 again
Sending Receiver Ready (86)

> [
> [00
> [00 01
> [00 01 01
> [00 01 01 ad
> [00 01 01 ad ]
> [00 01 01 ad ]
> Supervisory frame:
> SAPI: 00  C/R: 0 EA: 0
>  TEI: 000        EA: 1
> Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
> N(R): 086 P/F: 1
> 0 bytes of data
-- Restarting T203 counter
K000048*CLI>
< [
< [00
< [00 01
< [00 01 01
< [00 01 01 a9
< [00 01 01 a9 ]
< [00 01 01 a9 ]
< Supervisory frame:
< SAPI: 00  C/R: 0 EA: 0
<  TEI: 000        EA: 1
< Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
< N(R): 084 P/F: 1
< 0 bytes of data
-- ACKing all packets from 83 to (but not including) 84
-- Since there was nothing left, stopping T200 counter
-- Stopping T203 counter since we got an ACK
-- Nothing left, starting T203 counter
-- Got RR response to our frame
-- Restarting T203 counter

**** START HERE FOR CALL TO REGULAR PHONE THAT WORKS ****

K000048*CLI>
Mar  9 10:52:57 DEBUG[1133718080]: chan_sip.c:4220 check_user: Setting NAT
on RTP to -1
K000048*CLI>
Mar  9 10:52:57 DEBUG[1133718080]: chan_sip.c:598 __sip_ack: Stopping
retransmission on '000d659f-e6b80068-35b5d3da-15f139b5 at 172.21.103.102' of
Response 101: Found
K000048*CLI>
Mar  9 10:52:57 DEBUG[1133718080]: chan_sip.c:4220 check_user: Setting NAT
on RTP to -1
K000048*CLI>
Mar  9 10:52:57 DEBUG[1133718080]: chan_sip.c:5318 handle_request: Check
for res for 901
Mar  9 10:52:57 DEBUG[1133718080]: chan_sip.c:1150 find_user: Call from
user '901' is 1 out of 0
K000048*CLI>
Mar  9 10:52:57 DEBUG[1133718080]: chan_sip.c:3596 build_route:
build_route: Contact hop: <sip:901 at 172.21.103.102:5060>
K000048*CLI>
    -- Executing
Wait("
SIP/901-ab2c", "
1") in new stack
K000048*CLI>
    -- Executing
Dial("
SIP/901-ab2c", "
Zap/g2/298080306|60|rH") in new stack
K000048*CLI>
Mar  9 10:52:58 DEBUG[1310566464]: app_dial.c:411 dial_exec: SIMPLE DIAL
(NO URL)
K000048*CLI>
> [
> [00
> [00 01
> [00 01 a8
> [00 01 a8 ac
> [00 01 a8 ac 08
> [00 01 a8 ac 08 02
> [00 01 a8 ac 08 02 00
> [00 01 a8 ac 08 02 00 06
> [00 01 a8 ac 08 02 00 06 05
> [00 01 a8 ac 08 02 00 06 05 04
> [00 01 a8 ac 08 02 00 06 05 04 03
> [00 01 a8 ac 08 02 00 06 05 04 03 80
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32 39
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32 39 38
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32 39 38 30
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32 39 38 30 38
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32 39 38 30 38 30
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32 39 38 30 38 30 33
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32 39 38 30 38 30 33 30
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32 39 38 30 38 30 33 30 36
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32 39 38 30 38 30 33 30 36 a1
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32 39 38 30 38 30 33 30 36 a1 ]
> [00 01 a8 ac 08 02 00 06 05 04 03 80 90 a3 18 03 a9 83 91 6c 05 21 81 39
30 31 70 0a a1 32 39 38 30 38 30 33 30 36 a1 ]
> Informational frame:
> SAPI: 00  C/R: 0 EA: 0
>  TEI: 000        EA: 1
> N(S): 084   0: 0
> N(R): 086   P: 0
> 35 bytes of data
K000048*CLI>
-- Restarting T203 counter
Stopping T_203 timer
Starting T_200 timer
> Protocol Discriminator: Q.931 (8)  len=35
> Call Ref: len= 2 (reference 6/0x6) (Originator)
> Message type: SETUP (5)
> Bearer Capability (len= 3) [ Ext: 1  Q.931 Std: 0  Info transfer
capability: Speech (0)
>                              Ext: 1  Trans mode/rate: 64kbps,
circuit-mode (16)
>                              Ext: 1  User information layer 1: A-Law (35)
> Channel ID (len= 5) [ Ext: 1  IntID: Implicit, PRI Spare: 0, Exclusive
Dchan: 0
>                        ChanSel: Reserved
>                       Ext: 1  Coding: 0   Number Specified   Channel
Type: 3
>                       Ext: 1  Channel: 17 ]
> Calling Number (len= 7) [ Ext: 0  TON: National Number (2)  NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1)
>                           Presentation: Presentation permitted, user
number passed network screening (1) '901' ]
> Called Number (len=12) [ Ext: 1  TON: National Number (2)  NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1) '298080306' ]
> Sending Complete (len= 0)
    -- Called g2/298080306
K000048*CLI>
< [
< [00
< [00 01
< [00 01 01
< [00 01 01 aa
< [00 01 01 aa ]
< [00 01 01 aa ]
< Supervisory frame:
< SAPI: 00  C/R: 0 EA: 0
<  TEI: 000        EA: 1
< Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
< N(R): 085 P/F: 0
< 0 bytes of data
-- ACKing all packets from 83 to (but not including) 85
-- ACKing packet 84, new txqueue is -1 (-1 means empty)
-- Since there was nothing left, stopping T200 counter
-- Nothing left, starting T203 counter
-- Restarting T203 counter
K000048*CLI>
< [
< [02
< [02 01
< [02 01 ac
< [02 01 ac aa
< [02 01 ac aa 08
< [02 01 ac aa 08 02
< [02 01 ac aa 08 02 80
< [02 01 ac aa 08 02 80 06
< [02 01 ac aa 08 02 80 06 02
< [02 01 ac aa 08 02 80 06 02 18
< [02 01 ac aa 08 02 80 06 02 18 03
< [02 01 ac aa 08 02 80 06 02 18 03 a9
< [02 01 ac aa 08 02 80 06 02 18 03 a9 83
< [02 01 ac aa 08 02 80 06 02 18 03 a9 83 91
< [02 01 ac aa 08 02 80 06 02 18 03 a9 83 91 ]
< [02 01 ac aa 08 02 80 06 02 18 03 a9 83 91 ]
< Informational frame:
< SAPI: 00  C/R: 1 EA: 0
<  TEI: 000        EA: 1
< N(S): 086   0: 0
< N(R): 085   P: 0
< 10 bytes of data
-- ACKing all packets from 84 to (but not including) 85
-- Since there was nothing left, stopping T200 counter
-- Stopping T203 counter since we got an ACK
-- Nothing left, starting T203 counter
< Protocol Discriminator: Q.931 (8)  len=10
< Call Ref: len= 2 (reference 32774/0x8006) (Terminator)
< Message type: CALL PROCEEDING (2)
< Channel ID (len= 5) [ Ext: 1  IntID: Implicit, PRI Spare: 0, Exclusive
Dchan: 0
<                        ChanSel: Reserved
<                       Ext: 1  Coding: 0   Number Specified   Channel
Type: 3
<                       Ext: 1  Channel: 17 ]
Sending Receiver Ready (87)

> [
> [02
> [02 01
> [02 01 01
> [02 01 01 ae
> [02 01 01 ae ]
> [02 01 01 ae ]
> Supervisory frame:
> SAPI: 00  C/R: 1 EA: 0
>  TEI: 000        EA: 1
> Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
> N(R): 087 P/F: 0
> 0 bytes of data
-- Restarting T203 counter
-- Restarting T203 counter
K000048*CLI>
< [
< [02
< [02 01
< [02 01 ae
< [02 01 ae aa
< [02 01 ae aa 08
< [02 01 ae aa 08 02
< [02 01 ae aa 08 02 80
< [02 01 ae aa 08 02 80 06
< [02 01 ae aa 08 02 80 06 01
< [02 01 ae aa 08 02 80 06 01 1e
< [02 01 ae aa 08 02 80 06 01 1e 02
< [02 01 ae aa 08 02 80 06 01 1e 02 84
< [02 01 ae aa 08 02 80 06 01 1e 02 84 88
< [02 01 ae aa 08 02 80 06 01 1e 02 84 88 ]
< [02 01 ae aa 08 02 80 06 01 1e 02 84 88 ]
< Informational frame:
< SAPI: 00  C/R: 1 EA: 0
<  TEI: 000        EA: 1
< N(S): 087   0: 0
< N(R): 085   P: 0
< 9 bytes of data
-- ACKing all packets from 84 to (but not including) 85
-- Since there was nothing left, stopping T200 counter
-- Stopping T203 counter since we got an ACK
-- Nothing left, starting T203 counter
< Protocol Discriminator: Q.931 (8)  len=9
< Call Ref: len= 2 (reference 32774/0x8006) (Terminator)
< Message type: ALERTING (1)
< Progress Indicator (len= 2) [ Ext: 1  Coding: CCITT (ITU) standard (0) 0:
0   Location: Public network serving the remote user (4)
<                               Ext: 1  Progress Description: Inband
information or appropriate pattern now available. (8) ]
Sending Receiver Ready (88)

> [
> [02
> [02 01
> [02 01 01
> [02 01 01 b0
> [02 01 01 b0 ]
> [02 01 01 b0 ]
> Supervisory frame:
> SAPI: 00  C/R: 1 EA: 0
>  TEI: 000        EA: 1
> Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
> N(R): 088 P/F: 0
> 0 bytes of data
-- Restarting T203 counter
-- Restarting T203 counter
Mar  9 10:52:58 DEBUG[1184048960]: chan_zap.c:1110 zt_enable_ec: Enabled
echo cancellation on channel 17
K000048*CLI>
    -- Zap/17-1 is ringing
K000048*CLI>
Mar  9 10:52:58 DEBUG[1310566464]: channel.c:1228 ast_indicate: Driver for
channel 'SIP/901-ab2c' does not support indication 3, emulating it
K000048*CLI>
Mar  9 10:52:58 DEBUG[1310566464]: channel.c:1337 ast_prod: Prodding
channel 'SIP/901-ab2c'
K000048*CLI>
Mar  9 10:52:58 DEBUG[1310566464]: rtp.c:1015 ast_rtp_write: Ooh, format
changed from UNKN to ALAW
K000048*CLI>
< [
< [02
< [02 01
< [02 01 b0
< [02 01 b0 aa
< [02 01 b0 aa 08
< [02 01 b0 aa 08 02
< [02 01 b0 aa 08 02 80
< [02 01 b0 aa 08 02 80 06
< [02 01 b0 aa 08 02 80 06 07
< [02 01 b0 aa 08 02 80 06 07 29
< [02 01 b0 aa 08 02 80 06 07 29 05
< [02 01 b0 aa 08 02 80 06 07 29 05 04
< [02 01 b0 aa 08 02 80 06 07 29 05 04 03
< [02 01 b0 aa 08 02 80 06 07 29 05 04 03 09
< [02 01 b0 aa 08 02 80 06 07 29 05 04 03 09 0a
< [02 01 b0 aa 08 02 80 06 07 29 05 04 03 09 0a 35
< [02 01 b0 aa 08 02 80 06 07 29 05 04 03 09 0a 35 ]
< [02 01 b0 aa 08 02 80 06 07 29 05 04 03 09 0a 35 ]
< Informational frame:
< SAPI: 00  C/R: 1 EA: 0
<  TEI: 000        EA: 1
< N(S): 088   0: 0
< N(R): 085   P: 0
< 12 bytes of data
-- ACKing all packets from 84 to (but not including) 85
-- Since there was nothing left, stopping T200 counter
-- Stopping T203 counter since we got an ACK
-- Nothing left, starting T203 counter
< Protocol Discriminator: Q.931 (8)  len=12
< Call Ref: len= 2 (reference 32774/0x8006) (Terminator)
< Message type: CONNECT (7)
< Time Date (len= 5) [ < Time Date (len= 5) [ 04< Time Date (len= 5) [
04-03< Time Date (len= 5) [ 04-03-09< Time Date (len= 5) [ 04-03-09 10<
Time Date (len= 5) [ 04-03-09 10:53< Time Date (len= 5) [ 04-03-09 10:53 ]

> [
> [00
> [00 01
> [00 01 aa
> [00 01 aa b2
> [00 01 aa b2 08
> [00 01 aa b2 08 02
> [00 01 aa b2 08 02 00
> [00 01 aa b2 08 02 00 06
> [00 01 aa b2 08 02 00 06 0f
> [00 01 aa b2 08 02 00 06 0f ]
> [00 01 aa b2 08 02 00 06 0f ]
> Informational frame:
> SAPI: 00  C/R: 0 EA: 0
>  TEI: 000        EA: 1
> N(S): 085   0: 0
> N(R): 089   P: 0
> 5 bytes of data
-- Restarting T203 counter
Stopping T_203 timer
Starting T_200 timer
> Protocol Discriminator: Q.931 (8)  len=5
> Call Ref: len= 2 (reference 6/0x6) (Originator)
> Message type: CONNECT ACKNOWLEDGE (15)
Mar  9 10:53:00 DEBUG[1184048960]: chan_zap.c:1094 zt_enable_ec: Echo
cancellation already on
K000048*CLI>
< [
< [00
< [00 01
< [00 01 01
< [00 01 01 ac
< [00 01 01 ac ]
< [00 01 01 ac ]
< Supervisory frame:
< SAPI: 00  C/R: 0 EA: 0
<  TEI: 000        EA: 1
< Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
< N(R): 086 P/F: 0
< 0 bytes of data
-- ACKing all packets from 84 to (but not including) 86
-- ACKing packet 85, new txqueue is -1 (-1 means empty)
-- Since there was nothing left, stopping T200 counter
-- Nothing left, starting T203 counter
-- Restarting T203 counter
K000048*CLI>
    -- Zap/17-1 answered SIP/901-ab2c
K000048*CLI>
Mar  9 10:53:00 DEBUG[1133718080]: chan_sip.c:598 __sip_ack: Stopping
retransmission on '000d659f-e6b80068-35b5d3da-15f139b5 at 172.21.103.102' of
Response 102: Found
K000048*CLI>
< [
< [02
< [02 01
< [02 01 b2
< [02 01 b2 ac
< [02 01 b2 ac 08
< [02 01 b2 ac 08 02
< [02 01 b2 ac 08 02 80
< [02 01 b2 ac 08 02 80 06
< [02 01 b2 ac 08 02 80 06 45
< [02 01 b2 ac 08 02 80 06 45 08
< [02 01 b2 ac 08 02 80 06 45 08 02
< [02 01 b2 ac 08 02 80 06 45 08 02 80
< [02 01 b2 ac 08 02 80 06 45 08 02 80 90
< [02 01 b2 ac 08 02 80 06 45 08 02 80 90 1e
< [02 01 b2 ac 08 02 80 06 45 08 02 80 90 1e 02
< [02 01 b2 ac 08 02 80 06 45 08 02 80 90 1e 02 82
< [02 01 b2 ac 08 02 80 06 45 08 02 80 90 1e 02 82 88
< [02 01 b2 ac 08 02 80 06 45 08 02 80 90 1e 02 82 88 ]
< [02 01 b2 ac 08 02 80 06 45 08 02 80 90 1e 02 82 88 ]
< Informational frame:
< SAPI: 00  C/R: 1 EA: 0
<  TEI: 000        EA: 1
< N(S): 089   0: 0
< N(R): 086   P: 0
< 13 bytes of data
-- ACKing all packets from 85 to (but not including) 86
-- Since there was nothing left, stopping T200 counter
-- Stopping T203 counter since we got an ACK
-- Nothing left, starting T203 counter
< Protocol Discriminator: Q.931 (8)  len=13
< Call Ref: len= 2 (reference 32774/0x8006) (Terminator)
< Message type: DISCONNECT (69)
< Cause (len= 2) [ Ext: 1  Coding: CCITT (ITU) standard (0) 0: 0
Location: User (0)
<                  Ext: 1  Cause: Normal Clearing (16), class = Normal
Event (1) ]
< Progress Indicator (len= 2) [ Ext: 1  Coding: CCITT (ITU) standard (0) 0:
0   Location: Public network serving the local user (2)
<                               Ext: 1  Progress Description: Inband
information or appropriate pattern now available. (8) ]
Sending Receiver Ready (90)

> [
> [02
> [02 01
> [02 01 01
> [02 01 01 b4
> [02 01 01 b4 ]
> [02 01 01 b4 ]
> Supervisory frame:
> SAPI: 00  C/R: 1 EA: 0
>  TEI: 000        EA: 1
> Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
> N(R): 090 P/F: 0
> 0 bytes of data
-- Restarting T203 counter
-- Restarting T203 counter
    -- Channel 17, span 1 got hangup
K000048*CLI>
Mar  9 10:53:02 DEBUG[1310566464]: channel.c:2304 ast_channel_bridge:
Didn't get a frame from channel: Zap/17-1
K000048*CLI>
Mar  9 10:53:02 DEBUG[1310566464]: channel.c:2372 ast_channel_bridge:
Bridge stops bridging channels SIP/901-ab2c and Zap/17-1
K000048*CLI>
Mar  9 10:53:02 DEBUG[1310566464]: chan_zap.c:2194 zt_setoption: Set option
AUDIO MODE, value: ON(1) on Zap/17-1
K000048*CLI>
Mar  9 10:53:02 DEBUG[1310566464]: chan_zap.c:1724 zt_hangup: Hangup:
channel: 17 index = 0, normal = 37, callwait = -1, thirdcall = -1
K000048*CLI>
> [
> [00
> [00 01
> [00 01 ac
> [00 01 ac b4
> [00 01 ac b4 08
> [00 01 ac b4 08 02
> [00 01 ac b4 08 02 00
> [00 01 ac b4 08 02 00 06
> [00 01 ac b4 08 02 00 06 4d
> [00 01 ac b4 08 02 00 06 4d 08
> [00 01 ac b4 08 02 00 06 4d 08 02
> [00 01 ac b4 08 02 00 06 4d 08 02 81
> [00 01 ac b4 08 02 00 06 4d 08 02 81 90
> [00 01 ac b4 08 02 00 06 4d 08 02 81 90 ]
> [00 01 ac b4 08 02 00 06 4d 08 02 81 90 ]
> Informational frame:
> SAPI: 00  C/R: 0 EA: 0
>  TEI: 000        EA: 1
> N(S): 086   0: 0
> N(R): 090   P: 0
> 9 bytes of data
K000048*CLI>
-- Restarting T203 counter
Stopping T_203 timer
Starting T_200 timer
K000048*CLI>
> Protocol Discriminator: Q.931 (8)  len=9
> Call Ref: len= 2 (reference 6/0x6) (Originator)
> Message type: RELEASE (77)
K000048*CLI>
> Cause (len= 2) [ Ext: 1  Coding: CCITT (ITU) standard (0) 0: 0
Location: Private network serving the local user (1)
K000048*CLI>
>                  Ext: 1  Cause: Normal Clearing (16), class = Normal
Event (1) ]
Mar  9 10:53:02 DEBUG[1310566464]: chan_zap.c:1142 zt_disable_ec: disabled
echo cancellation on channel 17
K000048*CLI>
Mar  9 10:53:02 DEBUG[1310566464]: chan_zap.c:2104 zt_setoption: Set option
TDD MODE, value: OFF(0) on Zap/17-1
Mar  9 10:53:02 DEBUG[1310566464]: chan_zap.c:1085 update_conf: Updated
conferencing on 17, with 0 conference users
K000048*CLI>
Mar  9 10:53:02 DEBUG[1310566464]: chan_zap.c:2188 zt_setoption: Set option
AUDIO MODE, value: OFF(0) on Zap/17-1
K000048*CLI>
Mar  9 10:53:02 DEBUG[1310566464]: chan_zap.c:1142 zt_disable_ec: disabled
echo cancellation on channel 17
K000048*CLI>
    -- Hungup 'Zap/17-1'
K000048*CLI>
  == Spawn extension (sip, 00298080306, 2) exited non-zero on
'SIP/901-ab2c'
K000048*CLI>
Mar  9 10:53:02 DEBUG[1310566464]: chan_sip.c:1229 sip_hangup:
find_user(901) - decrement inUse counter
K000048*CLI>
< [
< [00
< [00 01
< [00 01 01
< [00 01 01 ae
< [00 01 01 ae ]
< [00 01 01 ae ]
< Supervisory frame:
< SAPI: 00  C/R: 0 EA: 0
<  TEI: 000        EA: 1
< Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
< N(R): 087 P/F: 0
< 0 bytes of data
-- ACKing all packets from 85 to (but not including) 87
-- ACKing packet 86, new txqueue is -1 (-1 means empty)
-- Since there was nothing left, stopping T200 counter
-- Nothing left, starting T203 counter
-- Restarting T203 counter
K000048*CLI>
Mar  9 10:53:02 DEBUG[1133718080]: chan_sip.c:598 __sip_ack: Stopping
retransmission on '000d659f-e6b80068-35b5d3da-15f139b5 at 172.21.103.102' of
Request 102: Found
K000048*CLI>
< [
< [02
< [02 01
< [02 01 b4
< [02 01 b4 ae
< [02 01 b4 ae 08
< [02 01 b4 ae 08 02
< [02 01 b4 ae 08 02 80
< [02 01 b4 ae 08 02 80 06
< [02 01 b4 ae 08 02 80 06 5a
< [02 01 b4 ae 08 02 80 06 5a ]
< [02 01 b4 ae 08 02 80 06 5a ]
< Informational frame:
< SAPI: 00  C/R: 1 EA: 0
<  TEI: 000        EA: 1
< N(S): 090   0: 0
< N(R): 087   P: 0
< 5 bytes of data
-- ACKing all packets from 86 to (but not including) 87
-- Since there was nothing left, stopping T200 counter
-- Stopping T203 counter since we got an ACK
-- Nothing left, starting T203 counter
< Protocol Discriminator: Q.931 (8)  len=5
< Call Ref: len= 2 (reference 32774/0x8006) (Terminator)
< Message type: RELEASE COMPLETE (90)
Sending Receiver Ready (91)

> [
> [02
> [02 01
> [02 01 01
> [02 01 01 b6
> [02 01 01 b6 ]
> [02 01 01 b6 ]
> Supervisory frame:
> SAPI: 00  C/R: 1 EA: 0
>  TEI: 000        EA: 1
> Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
> N(R): 091 P/F: 0
> 0 bytes of data
-- Restarting T203 counter
-- Restarting T203 counter
K000048*CLI>
T203 counter expired, sending RR and scheduling T203 again
Sending Receiver Ready (91)

> [
> [00
> [00 01
> [00 01 01
> [00 01 01 b7
> [00 01 01 b7 ]
> [00 01 01 b7 ]
> Supervisory frame:
> SAPI: 00  C/R: 0 EA: 0
>  TEI: 000        EA: 1
> Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
> N(R): 091 P/F: 1
> 0 bytes of data
-- Restarting T203 counter
K000048*CLI>
< [
< [00
< [00 01
< [00 01 01
< [00 01 01 af
< [00 01 01 af ]
< [00 01 01 af ]
< Supervisory frame:
< SAPI: 00  C/R: 0 EA: 0
<  TEI: 000        EA: 1
< Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
< N(R): 087 P/F: 1
< 0 bytes of data
-- ACKing all packets from 86 to (but not including) 87
-- Since there was nothing left, stopping T200 counter
-- Stopping T203 counter since we got an ACK
-- Nothing left, starting T203 counter
-- Got RR response to our frame
-- Restarting T203 counter

**** START HERE FOR CALL TO MOBILE,CELL PHONE THAT DOES NOT WORK ****

K000048*CLI>
Mar  9 10:53:10 DEBUG[1133718080]: chan_sip.c:4220 check_user: Setting NAT
on RTP to -1
K000048*CLI>
Mar  9 10:53:10 DEBUG[1133718080]: chan_sip.c:598 __sip_ack: Stopping
retransmission on '000d659f-e6b80069-6ec2155a-1973edc5 at 172.21.103.102' of
Response 101: Found
K000048*CLI>
Mar  9 10:53:10 DEBUG[1133718080]: chan_sip.c:4220 check_user: Setting NAT
on RTP to -1
Mar  9 10:53:10 DEBUG[1133718080]: chan_sip.c:5318 handle_request: Check
for res for 901
Mar  9 10:53:10 DEBUG[1133718080]: chan_sip.c:1150 find_user: Call from
user '901' is 1 out of 0
K000048*CLI>
Mar  9 10:53:10 DEBUG[1133718080]: chan_sip.c:3596 build_route:
build_route: Contact hop: <sip:901 at 172.21.103.102:5060>
K000048*CLI>
    -- Executing
Playback("
SIP/901-6710", "
beep") in new stack
K000048*CLI>
Mar  9 10:53:10 DEBUG[1310566464]: rtp.c:1015 ast_rtp_write: Ooh, format
changed from UNKN to ALAW
K000048*CLI>
Mar  9 10:53:10 DEBUG[1310566464]: channel.c:981 ast_settimeout: Scheduling
timer at 160 sample intervals
    -- Playing 'beep' (language 'en')
K000048*CLI>
Mar  9 10:53:10 DEBUG[1133718080]: chan_sip.c:598 __sip_ack: Stopping
retransmission on '000d659f-e6b80069-6ec2155a-1973edc5 at 172.21.103.102' of
Response 102: Found
K000048*CLI>
Mar  9 10:53:11 DEBUG[1310566464]: channel.c:981 ast_settimeout: Scheduling
timer at 0 sample intervals
K000048*CLI>
Mar  9 10:53:11 DEBUG[1310566464]: channel.c:981 ast_settimeout: Scheduling
timer at 0 sample intervals
K000048*CLI>
    -- Executing
Wait("
SIP/901-6710", "
1") in new stack
K000048*CLI>
    -- Executing
Dial("
SIP/901-6710", "
Zap/18/410158951|20") in new stack
K000048*CLI>
> [
> [00
> [00 01
> [00 01 ae
> [00 01 ae b6
> [00 01 ae b6 08
> [00 01 ae b6 08 02
> [00 01 ae b6 08 02 00
> [00 01 ae b6 08 02 00 07
> [00 01 ae b6 08 02 00 07 05
> [00 01 ae b6 08 02 00 07 05 04
> [00 01 ae b6 08 02 00 07 05 04 03
> [00 01 ae b6 08 02 00 07 05 04 03 80
> [00 01 ae b6 08 02 00 07 05 04 03 80 90
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a
>^DK000048*CLI>
 [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34 31
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34 31 30
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34 31 30 31
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34 31 30 31 35
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34 31 30 31 35 38
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34 31 30 31 35 38 39
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34 31 30 31 35 38 39 35
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34 31 30 31 35 38 39 35 31
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34 31 30 31 35 38 39 35 31 a1
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34 31 30 31 35 38 39 35 31 a1 ]
> [00 01 ae b6 08 02 00 07 05 04 03 80 90 a3 18 03 a9 83 92 6c 05 21 81 39
30 31 70 0a a1 34 31 30 31 35 38 39 35 31 a1 ]
> Informational frame:
> SAPI: 00  C/R: 0 EA: 0
>  TEI: 000        EA: 1
> N(S): 087   0: 0
> N(R): 091   P: 0
> 35 bytes of data
-- Restarting T203 counter
Stopping T_203 timer
Starting T_200 timer
> Protocol Discriminator: Q.931 (8)  len=35
> Call Ref: len= 2 (reference 7/0x7) (Originator)
> Message type: SETUP (5)
> Bearer Capability (len= 3) [ Ext: 1  Q.931 Std: 0  Info transfer
capability: Speech (0)
>                              Ext: 1  Trans mode/rate: 64kbps,
circuit-mode (16)
>                              Ext: 1  User information layer 1: A-Law (35)
> Channel ID (len= 5) [ Ext: 1  IntID: Implicit, PRI Spare: 0, Exclusive
Dchan: 0
>                        ChanSel: Reserved
>                       Ext: 1  Coding: 0   Number Specified   Channel
Type: 3
>                       Ext: 1  Channel: 18 ]
> Calling Number (len= 7) [ Ext: 0  TON: National Number (2)  NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1)
>                           Presentation: Presentation permitted, user
number passed network screening (1) '901' ]
> Called Number (len=12) [ Ext: 1  TON: National Number (2)  NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1) '410158951' ]
> Sending Complete (len= 0)
    -- Called 18/410158951
K000048*CLI>
< [
< [00
< [00 01
< [00 01 01
< [00 01 01 b0
< [00 01 01 b0 ]
< [00 01 01 b0 ]
< Supervisory frame:
< SAPI: 00  C/R: 0 EA: 0
<  TEI: 000        EA: 1
< Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
< N(R): 088 P/F: 0
< 0 bytes of data
-- ACKing all packets from 86 to (but not including) 88
-- ACKing packet 87, new txqueue is -1 (-1 means empty)
-- Since there was nothing left, stopping T200 counter
-- Nothing left, starting T203 counter
-- Restarting T203 counter
K000048*CLI>
Mar  9 10:53:12 DEBUG[1310566464]: rtp.c:950 ast_rtp_raw_write: Difference
is 8120, ms is 1035
K000048*CLI>
< [
< [02
< [02 01
< [02 01 b6
< [02 01 b6 b0
< [02 01 b6 b0 08
< [02 01 b6 b0 08 02
< [02 01 b6 b0 08 02 80
< [02 01 b6 b0 08 02 80 07
< [02 01 b6 b0 08 02 80 07 02
< [02 01 b6 b0 08 02 80 07 02 18
< [02 01 b6 b0 08 02 80 07 02 18 03
< [02 01 b6 b0 08 02 80 07 02 18 03 a9
< [02 01 b6 b0 08 02 80 07 02 18 03 a9 83
< [02 01 b6 b0 08 02 80 07 02 18 03 a9 83 92
< [02 01 b6 b0 08 02 80 07 02 18 03 a9 83 92 ]
< [02 01 b6 b0 08 02 80 07 02 18 03 a9 83 92 ]
< Informational frame:
< SAPI: 00  C/R: 1 EA: 0
<  TEI: 000        EA: 1
< N(S): 091   0: 0
< N(R): 088   P: 0
< 10 bytes of data
-- ACKing all packets from 87 to (but not including) 88
-- Since there was nothing left, stopping T200 counter
-- Stopping T203 counter since we got an ACK
-- Nothing left, starting T203 counter
< Protocol Discriminator: Q.931 (8)  len=10
< Call Ref: len= 2 (reference 32775/0x8007) (Terminator)
< Message type: CALL PROCEEDING (2)
< Channel ID (len= 5) [ Ext: 1  IntID: Implicit, PRI Spare: 0, Exclusive
Dchan: 0
<                        ChanSel: Reserved
<                       Ext: 1  Coding: 0   Number Specified   Channel
Type: 3
<                       Ext: 1  Channel: 18 ]
Sending Receiver Ready (92)

> [
> [02
> [02 01
> [02 01 01
> [02 01 01 b8
> [02 01 01 b8 ]
> [02 01 01 b8 ]
> Supervisory frame:
> SAPI: 00  C/R: 1 EA: 0
>  TEI: 000        EA: 1
> Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
> N(R): 092 P/F: 0
> 0 bytes of data
-- Restarting T203 counter
-- Restarting T203 counter
K000048*CLI>
< [
< [02
< [02 01
< [02 01 b8
< [02 01 b8 b0
< [02 01 b8 b0 08
< [02 01 b8 b0 08 02
< [02 01 b8 b0 08 02 80
< [02 01 b8 b0 08 02 80 07
< [02 01 b8 b0 08 02 80 07 45
< [02 01 b8 b0 08 02 80 07 45 08
< [02 01 b8 b0 08 02 80 07 45 08 02
< [02 01 b8 b0 08 02 80 07 45 08 02 84
< [02 01 b8 b0 08 02 80 07 45 08 02 84 9f
< [02 01 b8 b0 08 02 80 07 45 08 02 84 9f 1e
< [02 01 b8 b0 08 02 80 07 45 08 02 84 9f 1e 02
< [02 01 b8 b0 08 02 80 07 45 08 02 84 9f 1e 02 82
< [02 01 b8 b0 08 02 80 07 45 08 02 84 9f 1e 02 82 88
< [02 01 b8 b0 08 02 80 07 45 08 02 84 9f 1e 02 82 88 ]
< [02 01 b8 b0 08 02 80 07 45 08 02 84 9f 1e 02 82 88 ]
< Informational frame:
< SAPI: 00  C/R: 1 EA: 0
<  TEI: 000        EA: 1
< N(S): 092   0: 0
< N(R): 088   P: 0
< 13 bytes of data
-- ACKing all packets from 87 to (but not including) 88
-- Since there was nothing left, stopping T200 counter
-- Stopping T203 counter since we got an ACK
-- Nothing left, starting T203 counter
< Protocol Discriminator: Q.931 (8)  len=13
< Call Ref: len= 2 (reference 32775/0x8007) (Terminator)
< Message type: DISCONNECT (69)
< Cause (len= 2) [ Ext: 1  Coding: CCITT (ITU) standard (0) 0: 0
Location: Public network serving the remote user (4)
<                  Ext: 1  Cause: Normal, unspecified (31), class = Normal
Event (1) ]
< Progress Indicator (len= 2) [ Ext: 1  Coding: CCITT (ITU) standard (0) 0:
0   Location: Public network serving the local user (2)
<                               Ext: 1  Progress Description: Inband
information or appropriate pattern now available. (8) ]
Sending Receiver Ready (93)

> [
> [02
> [02 01
> [02 01 01
> [02 01 01 ba
> [02 01 01 ba ]
> [02 01 01 ba ]
> Supervisory frame:
> SAPI: 00  C/R: 1 EA: 0
>  TEI: 000        EA: 1
> Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
> N(R): 093 P/F: 0
> 0 bytes of data
-- Restarting T203 counter
-- Restarting T203 counter
    -- Channel 18, span 1 got hangup
K000048*CLI>
Mar  9 10:53:13 WARNING[1310566464]: app_dial.c:338 wait_for_answer: Unable
to forward voice
K000048*CLI>
Mar  9 10:53:13 DEBUG[1310566464]: chan_zap.c:2194 zt_setoption: Set option
AUDIO MODE, value: ON(1) on Zap/18-1
K000048*CLI>
Mar  9 10:53:13 DEBUG[1310566464]: chan_zap.c:1724 zt_hangup: Hangup:
channel: 18 index = 0, normal = 38, callwait = -1, thirdcall = -1
K000048*CLI>
> [
> [00
> [00 01
> [00 01 b0
> [00 01 b0 ba
> [00 01 b0 ba 08
> [00 01 b0 ba 08 02
> [00 01 b0 ba 08 02 00
> [00 01 b0 ba 08 02 00 07
> [00 01 b0 ba 08 02 00 07 4d
> [00 01 b0 ba 08 02 00 07 4d 08
> [00 01 b0 ba 08 02 00 07 4d 08 02
> [00 01 b0 ba 08 02 00 07 4d 08 02 81
> [00 01 b0 ba 08 02 00 07 4d 08 02 81 90
> [00 01 b0 ba 08 02 00 07 4d 08 02 81 90 ]
> [00 01 b0 ba 08 02 00 07 4d 08 02 81 90 ]
> Informational frame:
K000048*CLI>
> SAPI: 00  C/R: 0 EA: 0
>  TEI: 000        EA: 1
K000048*CLI>
> N(S): 088   0: 0
> N(R): 093   P: 0
> 9 bytes of data
K000048*CLI>
-- Restarting T203 counter
K000048*CLI>
Stopping T_203 timer
K000048*CLI>
Starting T_200 timer
K000048*CLI>
> Protocol Discriminator: Q.931 (8)  len=9
K000048*CLI>
> Call Ref: len= 2 (reference 7/0x7) (Originator)
K000048*CLI>
> Message type: RELEASE (77)
K000048*CLI>
> Cause (len= 2) [ Ext: 1  Coding: CCITT (ITU) standard (0) 0: 0
Location: Private network serving the local user (1)
K000048*CLI>
>                  Ext: 1  Cause: Normal Clearing (16), class = Normal
Event (1) ]
K000048*CLI>
Mar  9 10:53:13 DEBUG[1310566464]: chan_zap.c:1142 zt_disable_ec: disabled
echo cancellation on channel 18
Mar  9 10:53:13 DEBUG[1310566464]: chan_zap.c:2104 zt_setoption: Set option
TDD MODE, value: OFF(0) on Zap/18-1
K000048*CLI>
Mar  9 10:53:13 DEBUG[1310566464]: chan_zap.c:1085 update_conf: Updated
conferencing on 18, with 0 conference users
K000048*CLI>
Mar  9 10:53:13 DEBUG[1310566464]: chan_zap.c:2188 zt_setoption: Set option
AUDIO MODE, value: OFF(0) on Zap/18-1
K000048*CLI>
Mar  9 10:53:13 DEBUG[1310566464]: chan_zap.c:1142 zt_disable_ec: disabled
echo cancellation on channel 18
K000048*CLI>
    -- Hungup 'Zap/18-1'
K000048*CLI>
  == No one is available to answer at this time
K000048*CLI>
< [
< [00
< [00 01
< [00 01 01
< [00 01 01 b2
< [00 01 01 b2 ]
< [00 01 01 b2 ]
< Supervisory frame:
< SAPI: 00  C/R: 0 EA: 0
<  TEI: 000        EA: 1
< Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
< N(R): 089 P/F: 0
< 0 bytes of data
-- ACKing all packets from 87 to (but not including) 89
-- ACKing packet 88, new txqueue is -1 (-1 means empty)
-- Since there was nothing left, stopping T200 counter
-- Nothing left, starting T203 counter
-- Restarting T203 counter
K000048*CLI>
< [
< [02
< [02 01
< [02 01 ba
< [02 01 ba b2
< [02 01 ba b2 08
< [02 01 ba b2 08 02
< [02 01 ba b2 08 02 80
< [02 01 ba b2 08 02 80 07
< [02 01 ba b2 08 02 80 07 5a
< [02 01 ba b2 08 02 80 07 5a ]
< [02 01 ba b2 08 02 80 07 5a ]
< Informational frame:
< SAPI: 00  C/R: 1 EA: 0
<  TEI: 000        EA: 1
< N(S): 093   0: 0
< N(R): 089   P: 0
< 5 bytes of data
-- ACKing all packets from 88 to (but not including) 89
-- Since there was nothing left, stopping T200 counter
-- Stopping T203 counter since we got an ACK
-- Nothing left, starting T203 counter
< Protocol Discriminator: Q.931 (8)  len=5
< Call Ref: len= 2 (reference 32775/0x8007) (Terminator)
< Message type: RELEASE COMPLETE (90)
Sending Receiver Ready (94)

> [
> [02
> [02 01
> [02 01 01
> [02 01 01 bc
> [02 01 01 bc ]
> [02 01 01 bc ]
> Supervisory frame:
> SAPI: 00  C/R: 1 EA: 0
>  TEI: 000        EA: 1
> Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
> N(R): 094 P/F: 0
> 0 bytes of data
-- Restarting T203 counter
-- Restarting T203 counter
K000048*CLI>
T203 counter expired, sending RR and scheduling T203 again
Sending Receiver Ready (94)

> [
> [00
> [00 01
> [00 01 01
> [00 01 01 bd
> [00 01 01 bd ]
> [00 01 01 bd ]
> Supervisory frame:
> SAPI: 00  C/R: 0 EA: 0
>  TEI: 000        EA: 1
> Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
> N(R): 094 P/F: 1
> 0 bytes of data
-- Restarting T203 counter
K000048*CLI>
< [
< [00
< [00 01
< [00 01 01
< [00 01 01 b3
< [00 01 01 b3 ]
< [00 01 01 b3 ]
< Supervisory frame:
< SAPI: 00  C/R: 0 EA: 0
<  TEI: 000        EA: 1
< Zero: 0     S: 0 01: 1  [ RR (receive ready) ]
< N(R): 089 P/F: 1
< 0 bytes of data
-- ACKing all packets from 88 to (but not including) 89
-- Since there was nothing left, stopping T200 counter
-- Stopping T203 counter since we got an ACK
-- Nothing left, starting T203 counter
-- Got RR response to our frame
-- Restarting T203 counter
K000048*CLI> exit
Mar  9 10:53:23 WARNING[1310566464]: pbx.c:1837 ast_pbx_run: Timeout, but
no rule 't' in context 'sip'
Mar  9 10:53:23 DEBUG[1310566464]: chan_sip.c:1229 sip_hangup:
find_user(901) - decrement inUse counter

Mar  9 10:53:23 DEBUG[1133718080]: chan_sip.c:598 __sip_ack: Stopping
retransmission on '000d659f-e6b80069-6ec2155a-1973edc5 at 172.21.103.102' of
Request 102: Found


Executing last minute cleanups


**** THE END  ****


Thanks & Regards Rick Bates
Australia




More information about the asterisk-dev mailing list