[Asterisk-video] Regd: Hang Up issue

jack nicolson jack.nicolson123 at gmail.com
Mon Mar 23 05:57:08 CDT 2009


Hi,
 while I am trying to make an outbound call, my call got hangup.
Below is asterisk Cli log with pri debug.

previously I am getting unknown user information layer1 but after applying
0010217 patch I am getting the rgt user information layer1 i.e H.223/H.245
Multimedia .

 Executing [09868132852 at 3G:1] System("Local/09868132852 at 3G-bf04,2", "sh
/etc/asterisk/video_callback.sh 09868132852 CALLING") in new stack
    -- Executing [09868132852 at 3G:2] Set("Local/09868132852 at 3G-bf04,2",
"CHANNEL(transfercapability)=VIDEO") in new stack
    -- Executing [09868132852 at 3G:3] NoOp("Local/09868132852 at 3G-bf04,2",
"transfer=VIDEO") in new stack
    -- Executing [09868132852 at 3G:4] NoOp("Local/09868132852 at 3G-bf04,2",
"ul1=0") in new stack
    -- Executing [09868132852 at 3G:5] Set("Local/09868132852 at 3G-bf04,2",
"CHANNEL(userinformationlayer1)= 38") in new stack
    -- Executing [09868132852 at 3G:6] Dial("Local/09868132852 at 3G-bf04,2",
"Zap/g0/09868132852") in new stack
-- Making new call for cr 32777
    -- digital call, setting user information layer 1 to 38 (0x26)
    -- zap call: h324musellc=0, ast->userinformationlayer1=38
    -- Requested transfer capability: 0x18 - VIDEO
> Protocol Discriminator: Q.931 (8)  len=45
> Call Ref: len= 2 (reference 9/0x9) (Originator)
> Message type: SETUP (5)
> [04 03 88 90 a6]
> Bearer Capability (len= 5) [ Ext: 1  Q.931 Std: 0  Info transfer
capability: Unrestricted digital information (8)
>                              Ext: 1  Trans mode/rate: 64kbps, circuit-mode
(16)
>                                User information layer 1: H.223/H.245
Multimedia (38)
> [18 03 a9 83 81]
> Channel ID (len= 5) [ Ext: 1  IntID: Implicit  PRI  Spare: 0  Exclusive
Dchan: 0
>                        ChanSel: As indicated in following octets
>                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
>                       Ext: 1  Channel: 1 ]
> [6c 0d 21 80 30 34 30 34 34 33 31 33 30 30 30]
> Calling Number (len=15) [ Ext: 0  TON: National Number (2)  NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1)
>                           Presentation: Presentation permitted, user
number not screened (0)  '04044313000' ]
> [70 0c c1 30 39 38 36 38 31 33 32 38 35 32]
> Called Number (len=14) [ Ext: 1  TON: Subscriber Number (4)  NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1)  '09868132852' ]
> [a1]
> Sending Complete (len= 1)
q931.c:3092 q931_setup: call 32777 on channel 1 enters state 1 (Call
Initiated)
    -- Called g0/09868132852
< Protocol Discriminator: Q.931 (8)  len=10
< Call Ref: len= 2 (reference 9/0x9) (Terminator)
< Message type: CALL PROCEEDING (2)
< [18 03 a9 83 81]
< Channel ID (len= 5) [ Ext: 1  IntID: Implicit  PRI  Spare: 0  Exclusive
Dchan: 0
<                        ChanSel: As indicated in following octets
<                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
<                       Ext: 1  Channel: 1 ]
-- Processing IE 24 (cs0, Channel Identification)
q931.c:3641 q931_receive: call 32777 on channel 1 enters state 3 (Outgoing
call  Proceeding)
    -- Zap/1-1 is proceeding passing it to Local/09868132852 at 3G-bf04,2
< Protocol Discriminator: Q.931 (8)  len=9
< Call Ref: len= 2 (reference 9/0x9) (Terminator)
< Message type: DISCONNECT (69)
< [08 02 84 9f]
< Cause (len= 4) [ Ext: 1  Coding: CCITT (ITU) standard (0)  Spare: 0
Location: Public network serving the remote user (4)
<                  Ext: 1  Cause: Normal, unspecified (31), class = Normal
Event (1) ]
-- Processing IE 8 (cs0, Cause)
q931.c:3784 q931_receive: call 32777 on channel 1 enters state 12
(Disconnect Indication)
    -- Channel 0/1, span 1 got hangup request, cause 31
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Disconnect Indication,
peerstate Disconnect Request
q931.c:2925 q931_release: call 32777 on channel 1 enters state 19 (Release
Request)
> Protocol Discriminator: Q.931 (8)  len=9
> Call Ref: len= 2 (reference 9/0x9) (Originator)
> Message type: RELEASE (77)
> [08 02 81 9f]
> Cause (len= 4) [ Ext: 1  Coding: CCITT (ITU) standard (0)  Spare: 0
Location: Private network serving the local user (1)
>                  Ext: 1  Cause: Normal, unspecified (31), class = Normal
Event (1) ]
    -- Hungup 'Zap/1-1'
  == Everyone is busy/congested at this time (1:0/0/1)
  == Auto fallthrough, channel 'Local/09868132852 at 3G-bf04,2' status is
'CHANUNAVAIL'
       > Channel Local/09868132852 at 3G-bf04,1 was never answered.
[Mar 23 16:27:10] NOTICE[11778]: pbx_spool.c:341 attempt_thread: Call failed
to go through, reason (8) Congestion (circuits busy)< Protocol
Discriminator: Q.931 (8)  len=5
< Call Ref: len= 2 (reference 9/0x9) (Terminator)
< Message type: RELEASE COMPLETE (90)
q931.c:3724 q931_receive: call 32777 on channel 1 enters state 0 (Null)
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-video/attachments/20090323/4c2aca31/attachment.htm 


More information about the asterisk-video mailing list