|
h323 Trunk 3 Years, 3 Months ago
|
Karma: 0
|
Dear comunity, im implementing a trunk with elastix and a Siemens Hi-Path 4000 v2 with an HG3550.
Ive set up the ooh323 and this is my ooh323.conf
| Code: |
[general]
;Define the asterisk server h323 endpoint
;The port asterisk should listen for incoming H323 connections.
;Default - 1720
port=1720
;The IP address, asterisk should listen on for incoming H323
;connections
;Default - 0.0.0.0: tries to find out local ip address on it's own
bindaddr=0.0.0.0
;Alias address for for asterisk server
;Default - "Asterisk PBX"
h323id=ObjSysAsterisk
e164=100
;CallerID for the asterisk originated calls
;Default - Same as h323id
callerid=asterisk
;This parameter indicates whether channel driver should register with
;gatekeeper as a gateway or an endpoint.
;Default - no
gateway=yes
;Whether this asterisk server will use gatekeeper.
;Default - DISABLE
;gatekeeper = DISCOVER
;gatekeeper = a.b.c.d
gateway = 10.10.12.13
;Whether asterisk should use fast-start and tunneling for H323 connections.
;Default - yes
;faststart=yes
;h245tunneling=yes
;Whether media wait for connect for fast start call
;Default - no
;mediawaitforconnect=no
;Location for H323 log file
;Default - /var/log/asterisk/h323_log
logfile=/var/log/asterisk/h323_log
;Following values apply to all users/peers/friends defined below, unless
;overridden within their client definition
;Sets default context all clients will be placed in.
;Default - default
context=default
;Sets rtptimeout for all clients, unless overridden
;Default - 60 seconds
;rtptimeout=60 ; Terminate call if 60 seconds of no RTP activity
; when we're not on hold
;Type of Service
;Default - none (lowdelay, thoughput, reliability, mincost, none)
;tos=lowdelay
;amaflags = default
;The account code used by default for all clients.
;accountcode=h3230101
;The codecs to be used for all clients.Only ulaw and gsm supported as of now.
;Default - ulaw
; ONLY ulaw, gsm, g729 and g7231 supported as of now
disallow=all ;Note order of disallow/allow is important.
allow=ulaw
;allow=gsm
;allow=g729
; dtmf mode to be used by default for all clients. Supports rfc2833, q931keypad
; h245alphanumeric, h245signal.
;Default - rfc 2833
dtmfmode=rfc2833
; User/peer/friend definitions:
; User config options Peer config options
; ------------------ -------------------
; context
; disallow disallow
; allow allow
; accountcode accountcode
; amaflags amaflags
; dtmfmode dtmfmode
; rtptimeout rtptimeout
; ip
; port
; h323id
; email
; url
; e164
;
;
;Define users here
;Section header is extension
[myuser1]
type=user
context=context1
disallow=all
allow=gsm
allow=ulaw
[mypeer1]
type=peer
context=context2
;context=from-internal
ip=10.10.12.13
port=1720
disallow=all
allow=ulaw
e164=101
[myfriend1]
type=friend
context=default
ip=a.b.c.d ; UPDATE with appropriate ip address
port=1720 ; UPDATE with appropriate port
disallow=all
allow=ulaw
e164=12345
rtptimeout=60
dtmfmode=rfc2833
|
I can make calls to Hipath extentions, but they cant hear me neither me to them.
Can you give me some help?
Regads
|
|
|
|
|
|
|
Re:h323 Trunk 3 Years, 3 Months ago
|
Karma: 0
|
|
the trunk is configured with this string
Custom Dial String: ooH323/$OUTNUM$@10.10.12.13:1720
|
|
|
|
|
|
|
Re:h323 Trunk 3 Years, 3 Months ago
|
Karma: 0
|
here its the asterisk log when i make a call
| Code: |
-- Executing [95195@from-internal:1] Set("SIP/1001-00000002", "MOHCLASS=agus") in new stack
-- Executing [95195@from-internal:2] Macro("SIP/1001-00000002", "user-callerid|SKIPTTL|") in new stack
-- Executing [s@macro-user-callerid:1] Set("SIP/1001-00000002", "AMPUSER=1001") in new stack
-- Executing [s@macro-user-callerid:2] GotoIf("SIP/1001-00000002", "0?report") in new stack
-- Executing [s@macro-user-callerid:3] ExecIf("SIP/1001-00000002", "1|Set|REALCALLERIDNUM=1001") in new stack
-- Executing [s@macro-user-callerid:4] Set("SIP/1001-00000002", "AMPUSER=1001") in new stack
-- Executing [s@macro-user-callerid:5] Set("SIP/1001-00000002", "AMPUSERCIDNAME=1001") in new stack
-- Executing [s@macro-user-callerid:6] GotoIf("SIP/1001-00000002", "0?report") in new stack
-- Executing [s@macro-user-callerid:7] Set("SIP/1001-00000002", "AMPUSERCID=1001") in new stack
-- Executing [s@macro-user-callerid:8] Set("SIP/1001-00000002", "CALLERID(all)="1001" <1001>") in new stack
-- Executing [s@macro-user-callerid:9] ExecIf("SIP/1001-00000002", "1|Set|CHANNEL(language)=es") in new stack
-- Executing [s@macro-user-callerid:10] GotoIf("SIP/1001-00000002", "1?continue") in new stack
-- Goto (macro-user-callerid,s,19)
-- Executing [s@macro-user-callerid:19] NoOp("SIP/1001-00000002", "Using CallerID "1001" <1001>") in new stack
-- Executing [95195@from-internal:3] Set("SIP/1001-00000002", "_NODEST=") in new stack
-- Executing [95195@from-internal:4] Macro("SIP/1001-00000002", "record-enable|1001|OUT|") in new stack
-- Executing [s@macro-record-enable:1] GotoIf("SIP/1001-00000002", "1?check") in new stack
-- Goto (macro-record-enable,s,4)
-- Executing [s@macro-record-enable:4] AGI("SIP/1001-00000002", "recordingcheck|20100319-123424|1269012864.4") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/recordingcheck
recordingcheck|20100319-123424|1269012864.4: Outbound recording not enabled
-- AGI Script recordingcheck completed, returning 0
-- Executing [s@macro-record-enable:5] MacroExit("SIP/1001-00000002", "") in new stack
-- Executing [95195@from-internal:5] Macro("SIP/1001-00000002", "dialout-trunk|2|5195||") in new stack
-- Executing [s@macro-dialout-trunk:1] Set("SIP/1001-00000002", "DIAL_TRUNK=2") in new stack
-- Executing [s@macro-dialout-trunk:2] GosubIf("SIP/1001-00000002", "0?sub-pincheck|s|1") in new stack
-- Executing [s@macro-dialout-trunk:3] GotoIf("SIP/1001-00000002", "0?disabletrunk|1") in new stack
-- Executing [s@macro-dialout-trunk:4] Set("SIP/1001-00000002", "DIAL_NUMBER=5195") in new stack
-- Executing [s@macro-dialout-trunk:5] Set("SIP/1001-00000002", "DIAL_TRUNK_OPTIONS=tr") in new stack
-- Executing [s@macro-dialout-trunk:6] Set("SIP/1001-00000002", "OUTBOUND_GROUP=OUT_2") in new stack
-- Executing [s@macro-dialout-trunk:7] GotoIf("SIP/1001-00000002", "1?nomax") in new stack
-- Goto (macro-dialout-trunk,s,9)
-- Executing [s@macro-dialout-trunk:9] GotoIf("SIP/1001-00000002", "0?skipoutcid") in new stack
-- Executing [s@macro-dialout-trunk:10] Set("SIP/1001-00000002", "DIAL_TRUNK_OPTIONS=") in new stack
-- Executing [s@macro-dialout-trunk:11] Macro("SIP/1001-00000002", "outbound-callerid|2") in new stack
-- Executing [s@macro-outbound-callerid:1] ExecIf("SIP/1001-00000002", "0|SetCallerPres|") in new stack
-- Executing [s@macro-outbound-callerid:2] ExecIf("SIP/1001-00000002", "0|Set|REALCALLERIDNUM=1001") in new stack
-- Executing [s@macro-outbound-callerid:3] GotoIf("SIP/1001-00000002", "1?normcid") in new stack
-- Goto (macro-outbound-callerid,s,6)
-- Executing [s@macro-outbound-callerid:6] Set("SIP/1001-00000002", "USEROUTCID=1001") in new stack
-- Executing [s@macro-outbound-callerid:7] Set("SIP/1001-00000002", "EMERGENCYCID=") in new stack
-- Executing [s@macro-outbound-callerid:8] Set("SIP/1001-00000002", "TRUNKOUTCID=") in new stack
-- Executing [s@macro-outbound-callerid:9] GotoIf("SIP/1001-00000002", "1?trunkcid") in new stack
-- Goto (macro-outbound-callerid,s,12)
-- Executing [s@macro-outbound-callerid:12] ExecIf("SIP/1001-00000002", "0|Set|CALLERID(all)=") in new stack
-- Executing [s@macro-outbound-callerid:13] ExecIf("SIP/1001-00000002", "1|Set|CALLERID(all)=1001") in new stack
-- Executing [s@macro-outbound-callerid:14] ExecIf("SIP/1001-00000002", "0|SetCallerPres|prohib_passed_screen") in new stack
-- Executing [s@macro-dialout-trunk:12] ExecIf("SIP/1001-00000002", "0|AGI|fixlocalprefix") in new stack
-- Executing [s@macro-dialout-trunk:13] Set("SIP/1001-00000002", "OUTNUM=5195") in new stack
-- Executing [s@macro-dialout-trunk:14] Set("SIP/1001-00000002", "custom=AMP") in new stack
-- Executing [s@macro-dialout-trunk:15] ExecIf("SIP/1001-00000002", "1|Set|DIAL_TRUNK_OPTIONS=M(setmusic^agus)") in new stack
-- Executing [s@macro-dialout-trunk:16] Macro("SIP/1001-00000002", "dialout-trunk-predial-hook|") in new stack
-- Executing [s@macro-dialout-trunk-predial-hook:1] MacroExit("SIP/1001-00000002", "") in new stack
-- Executing [s@macro-dialout-trunk:17] GotoIf("SIP/1001-00000002", "0?bypass|1") in new stack
-- Executing [s@macro-dialout-trunk:18] GotoIf("SIP/1001-00000002", "1?customtrunk") in new stack
-- Goto (macro-dialout-trunk,s,21)
-- Executing [s@macro-dialout-trunk:21] Set("SIP/1001-00000002", "pre_num=AMP:ooH323/") in new stack
-- Executing [s@macro-dialout-trunk:22] Set("SIP/1001-00000002", "the_num=OUTNUM") in new stack
-- Executing [s@macro-dialout-trunk:23] Set("SIP/1001-00000002", "post_num=@10.10.12.13:1720") in new stack
-- Executing [s@macro-dialout-trunk:24] GotoIf("SIP/1001-00000002", "1?outnum:skipoutnum") in new stack
-- Goto (macro-dialout-trunk,s,25)
-- Executing [s@macro-dialout-trunk:25] Set("SIP/1001-00000002", "the_num=5195") in new stack
-- Executing [s@macro-dialout-trunk:26] Dial("SIP/1001-00000002", "ooH323/5195@10.10.12.13:1720|300|M(setmusic^agus)") in new stack
-- Called 5195@10.10.12.13:1720
-- OOH323/10.10.12.13:1720-4551 is ringing
-- OOH323/10.10.12.13:1720-4551 answered SIP/1001-00000002
-- Executing [s@macro-setmusic:1] NoOp("OOH323/10.10.12.13:1720-4551", "Setting Outbound Route MoH To: agus") in new stack
-- Executing [s@macro-setmusic:2] SetMusicOnHold("OOH323/10.10.12.13:1720-4551", "agus") in new stack
-- Packet2Packet bridging SIP/1001-00000002 and OOH323/10.10.12.13:1720-4551
-- Executing [h@macro-dialout-trunk:1] Macro("SIP/1001-00000002", "hangupcall|") in new stack
-- Executing [s@macro-hangupcall:1] GotoIf("SIP/1001-00000002", "1?skiprg") in new stack
-- Goto (macro-hangupcall,s,4)
-- Executing [s@macro-hangupcall:4] GotoIf("SIP/1001-00000002", "1?skipblkvm") in new stack
-- Goto (macro-hangupcall,s,7)
-- Executing [s@macro-hangupcall:7] GotoIf("SIP/1001-00000002", "1?theend") in new stack
-- Goto (macro-hangupcall,s,9)
-- Executing [s@macro-hangupcall:9] Hangup("SIP/1001-00000002", "") in new stack
== Spawn extension (macro-hangupcall, s, 9) exited non-zero on 'SIP/1001-00000002' in macro 'hangupcall'
== Spawn h extension (macro-dialout-trunk, h, 1) exited non-zero on 'SIP/1001-00000002'
== Spawn extension (macro-dialout-trunk, s, 26) exited non-zero on 'SIP/1001-00000002' in macro 'dialout-trunk'
== Spawn extension (from-internal, 95195, 5) exited non-zero on 'SIP/1001-00000002'
|
And here its the /var/log/asterisk/h323_log
| Code: |
12:35:59:189 Processing MakeCall command ooh323c_o_4
12:35:59:189 Created a new call (outgoing, ooh323c_o_4)
12:35:59:189 Added local alias 1001 to call. (outgoing, ooh323c_o_4)
12:35:59:189 Added remote alias 5195 to call. (outgoing, ooh323c_o_4)
12:35:59:189 Enabled RFC2833 DTMF capability for (outgoing, ooh323c_o_4)
12:35:59:189 Adding call specific capability OO_G711ULAW64K. (outgoing, ooh323c_o_4)
12:35:59:189 Configured mediainfo for cap OO_G711ULAW64K (outgoing, ooh323c_o_4)
12:35:59:189 Configured mediainfo for cap OO_G711ULAW64K (outgoing, ooh323c_o_4)
12:35:59:189 Parsing destination 10.10.12.13:1720
12:35:59:189 Generated callRef 59
12:35:59:189 Trying to connect to remote endpoint(10.10.12.13:1720) to setup H2250 channel (outgoing, ooh323c_o_4)
12:35:59:191 H2250 transmiter channel creation - succesful (outgoing, ooh323c_o_4)
12:35:59:191 Determining IP address for outgoing call in multihomed mode. (outgoing, ooh323c_o_4)
12:35:59:191 Using local ip 10.255.0.38 for outgoing call(multihomedMode). (outgoing, ooh323c_o_4)
12:35:59:191 Preffered capability at index 0 is OO_G711ULAW64K. (outgoing, ooh323c_o_4)
12:35:59:191 Using call specific capabilities in faststart of setup message. (outgoing, ooh323c_o_4)
12:35:59:191 Building olcs with capability OO_G711ULAW64K. (outgoing, ooh323c_o_4)
12:35:59:191 Building OpenLogicalChannel for Receive Capability (outgoing, ooh323c_o_4)
12:35:59:191 Adding new media channel for cap 4 dir receive (outgoing, ooh323c_o_4)
12:35:59:191 Adding new channel with cap 4 (outgoing, ooh323c_o_4)
12:35:59:191 Using configured media info (outgoing, ooh323c_o_4)
12:35:59:191 Created new logical channel entry (outgoing, ooh323c_o_4)
12:35:59:191 Building reverse olc. (outgoing, ooh323c_o_4)
12:35:59:191 Receive channel of type audio started (outgoing, ooh323c_o_4)
12:35:59:191 FastStart Element = {
12:35:59:191 forwardLogicalChannelNumber = {
12:35:59:191 1001
12:35:59:192 }
12:35:59:192 forwardLogicalChannelParameters = {
12:35:59:192 dataType = {
12:35:59:192 nullData = {
12:35:59:192 NULL
12:35:59:192 }
12:35:59:192 }
12:35:59:192 multiplexParameters = {
12:35:59:192 none = {
12:35:59:193 NULL
12:35:59:193 }
12:35:59:193 }
12:35:59:193 }
12:35:59:193 reverseLogicalChannelParameters = {
12:35:59:194 dataType = {
12:35:59:194 audioData = {
12:35:59:194 g711Ulaw64k = {
12:35:59:194 240
12:35:59:194 }
12:35:59:195 }
12:35:59:195 }
12:35:59:195 multiplexParameters = {
12:35:59:195 h2250LogicalChannelParameters = {
12:35:59:195 sessionID = {
12:35:59:195 1
12:35:59:196 }
12:35:59:196 mediaChannel = {
12:35:59:196 unicastAddress = {
12:35:59:196 iPAddress = {
12:35:59:197 network = {
12:35:59:197 '0aff0026'H
12:35:59:197 }
12:35:59:198 tsapIdentifier = {
12:35:59:198 13902
12:35:59:198 }
12:35:59:199 }
12:35:59:199 }
12:35:59:199 }
12:35:59:199 mediaControlChannel = {
12:35:59:200 unicastAddress = {
12:35:59:200 iPAddress = {
12:35:59:200 network = {
12:35:59:200 '0aff0026'H
12:35:59:201 }
12:35:59:201 tsapIdentifier = {
12:35:59:201 13903
12:35:59:202 }
12:35:59:202 }
12:35:59:202 }
12:35:59:203 }
12:35:59:203 }
12:35:59:203 }
12:35:59:203 }
12:35:59:203 }
12:35:59:203 Added RX fs element 1 with capability OO_G711ULAW64K(outgoing, ooh323c_o_4)
12:35:59:203 Building OpenLogicalChannel for transmit Capability (outgoing, ooh323c_o_4)
12:35:59:203 Adding new media channel for cap 4 dir transmit (outgoing, ooh323c_o_4)
12:35:59:203 Adding new channel with cap 4 (outgoing, ooh323c_o_4)
12:35:59:203 Using configured media info (outgoing, ooh323c_o_4)
12:35:59:203 Created new logical channel entry (outgoing, ooh323c_o_4)
12:35:59:203 Building forward olc. (outgoing, ooh323c_o_4)
12:35:59:203 FastStart Element = {
12:35:59:203 forwardLogicalChannelNumber = {
12:35:59:203 1002
12:35:59:203 }
12:35:59:204 forwardLogicalChannelParameters = {
12:35:59:204 dataType = {
12:35:59:204 audioData = {
12:35:59:204 g711Ulaw64k = {
12:35:59:204 20
12:35:59:205 }
12:35:59:205 }
12:35:59:205 }
12:35:59:205 multiplexParameters = {
12:35:59:205 h2250LogicalChannelParameters = {
12:35:59:205 sessionID = {
12:35:59:206 1
12:35:59:206 }
12:35:59:206 mediaControlChannel = {
12:35:59:206 unicastAddress = {
12:35:59:207 iPAddress = {
12:35:59:207 network = {
12:35:59:207 '0aff0026'H
12:35:59:208 }
12:35:59:208 tsapIdentifier = {
12:35:59:208 13903
12:35:59:208 }
12:35:59:209 }
12:35:59:209 }
12:35:59:209 }
12:35:59:210 }
12:35:59:210 }
12:35:59:210 }
12:35:59:210 }
12:35:59:210 Added TX fs element 2 with capability OO_G711ULAW64K(outgoing, ooh323c_o_4)
12:35:59:210 Added 2 fast start elements to SETUP message (outgoing, ooh323c_o_4)
12:35:59:210 Built SETUP message (outgoing, ooh323c_o_4)
12:35:59:210 UserInfo encoding - successful
12:35:59:210 Q931 Message = {
12:35:59:210 protocolDiscriminator = 8
12:35:59:210 callReference = 59
12:35:59:210 from = originator
12:35:59:210 messageType = 5
12:35:59:210 Bearer-Capability IE = {
12:35:59:210 88, c0, a5 }
12:35:59:210 CallingPartyNumber IE = {
12:35:59:210 1001
12:35:59:210 }
12:35:59:210 CalledPartyNumber IE = {
12:35:59:210 5195
12:35:59:210 }
12:35:59:210 h323_uu_pdu = {
12:35:59:210 h323_message_body = {
12:35:59:210 setup = {
12:35:59:211 protocolIdentifier = {
12:35:59:211 {
12:35:59:211 0 0 8 2250 0 4 }
12:35:59:211 }
12:35:59:211 sourceAddress = {
12:35:59:212 elem[0] = {
12:35:59:212 dialedDigits = {
12:35:59:212 "1001"
12:35:59:212 }
12:35:59:213 }
12:35:59:213 }
12:35:59:213 sourceInfo = {
12:35:59:213 vendor = {
12:35:59:214 vendor = {
12:35:59:214 t35CountryCode = {
12:35:59:214 1
12:35:59:215 }
12:35:59:215 t35Extension = {
12:35:59:216 0
12:35:59:216 }
12:35:59:216 manufacturerCode = {
12:35:59:217 71
12:35:59:217 }
12:35:59:217 }
12:35:59:217 productId = {
12:35:59:218 '6f626a737973'H
12:35:59:218 }
12:35:59:218 versionId = {
12:35:59:219 '76302e382e33'H
12:35:59:219 }
12:35:59:219 }
12:35:59:219 terminal = {
12:35:59:220 }
12:35:59:220 mc = {
12:35:59:220 FALSE
12:35:59:220 }
12:35:59:221 undefinedNode = {
12:35:59:221 FALSE
12:35:59:221 }
12:35:59:222 }
12:35:59:222 destinationAddress = {
12:35:59:222 elem[0] = {
12:35:59:222 dialedDigits = {
12:35:59:222 "5195"
12:35:59:223 }
12:35:59:223 }
12:35:59:223 }
12:35:59:223 destCallSignalAddress = {
12:35:59:224 ipAddress = {
12:35:59:224 ip = {
12:35:59:224 '0a0a0c0d'H
12:35:59:224 }
12:35:59:225 port = {
12:35:59:225 1720
12:35:59:225 }
12:35:59:226 }
12:35:59:226 }
12:35:59:226 activeMC = {
12:35:59:226 FALSE
12:35:59:227 }
12:35:59:227 conferenceID = {
12:35:59:227 '9495969798999a9b9c9d9e9fa0a1a2a3'H
12:35:59:227 }
12:35:59:227 conferenceGoal = {
12:35:59:228 create = {
12:35:59:228 NULL
12:35:59:228 }
12:35:59:228 }
12:35:59:228 callType = {
12:35:59:229 pointToPoint = {
12:35:59:229 NULL
12:35:59:229 }
12:35:59:229 }
12:35:59:230 sourceCallSignalAddress = {
12:35:59:230 ipAddress = {
12:35:59:230 ip = {
12:35:59:231 '0aff0026'H
12:35:59:231 }
12:35:59:231 port = {
12:35:59:231 303
12:35:59:232 }
12:35:59:232 }
12:35:59:232 }
12:35:59:232 callIdentifier = {
12:35:59:233 guid = {
12:35:59:233 '6f6f68333233632d7f7a0a0000000000'H
12:35:59:233 }
12:35:59:233 }
12:35:59:234 fastStart = {
12:35:59:234 elem[0] = {
12:35:59:234 '4003e8060401004c60ef8011140001000aff0026364e000aff0026364f'H
12:35:59:234 }
12:35:59:235 elem[1] = {
12:35:59:235 '0003e90c6013800a040001000aff0026364f'H
12:35:59:235 }
12:35:59:236 }
12:35:59:236 mediaWaitForConnect = {
12:35:59:236 FALSE
12:35:59:236 }
12:35:59:236 canOverlapSend = {
12:35:59:237 FALSE
12:35:59:237 }
12:35:59:237 multipleCalls = {
12:35:59:237 FALSE
12:35:59:237 }
12:35:59:238 maintainConnection = {
12:35:59:238 FALSE
12:35:59:238 }
12:35:59:238 presentationIndicator = {
12:35:59:238 presentationAllowed = {
12:35:59:239 NULL
12:35:59:239 }
12:35:59:239 }
12:35:59:239 screeningIndicator = {
12:35:59:240 0
12:35:59:240 }
12:35:59:240 }
12:35:59:240 }
12:35:59:240 h245Tunneling = {
12:35:59:240 TRUE
12:35:59:241 }
12:35:59:241 }
12:35:59:241 UUIE decode successful
12:35:59:241 }
12:35:59:241 Queued H225 messages 1. (outgoing, ooh323c_o_4)
12:35:59:241 Sending H225 message (outgoing, ooh323c_o_4)
12:35:59:241 Sending Q931 message (outgoing, ooh323c_o_4)
12:35:59:241 H2250/Q931 Message sent successfully (outgoing, ooh323c_o_4)
12:35:59:241 Sent Message - Setup (outgoing, ooh323c_o_4)
12:35:59:249 Receiving H.2250 message (outgoing, ooh323c_o_4)
12:35:59:249 Received Q.931 message: (outgoing, ooh323c_o_4)
12:35:59:250 Received H.2250 Message = {
12:35:59:250 protocolDiscriminator = 8
12:35:59:250 callReference = 59
12:35:59:250 from = destination
12:35:59:250 messageType = 2
12:35:59:250 h323_uu_pdu = {
12:35:59:250 h323_message_body = {
12:35:59:250 callProceeding = {
12:35:59:251 protocolIdentifier = {
12:35:59:251 {
12:35:59:251 0 0 8 2250 0 4 }
12:35:59:251 }
12:35:59:251 destinationInfo = {
12:35:59:252 mc = {
12:35:59:252 FALSE
12:35:59:252 }
12:35:59:252 undefinedNode = {
12:35:59:252 FALSE
12:35:59:253 }
12:35:59:253 }
12:35:59:253 callIdentifier = {
12:35:59:253 guid = {
12:35:59:254 '6f6f68333233632d7f7a0a0000000000'H
12:35:59:254 }
12:35:59:254 }
12:35:59:254 multipleCalls = {
12:35:59:255 FALSE
12:35:59:255 }
12:35:59:255 maintainConnection = {
12:35:59:255 TRUE
12:35:59:255 }
12:35:59:256 }
12:35:59:256 }
12:35:59:256 h245Tunneling = {
12:35:59:256 TRUE
12:35:59:256 }
12:35:59:256 }
12:35:59:256 UUIE decode successful
12:35:59:256 Decoded Q931 message (outgoing, ooh323c_o_4)
12:35:59:256 }
12:35:59:256 H.225 Call Proceeding message received (outgoing, ooh323c_o_4)
12:35:59:344 Receiving H.2250 message (outgoing, ooh323c_o_4)
12:35:59:345 Received Q.931 message: (outgoing, ooh323c_o_4)
12:35:59:345 Received H.2250 Message = {
12:35:59:345 protocolDiscriminator = 8
12:35:59:345 callReference = 59
12:35:59:345 from = destination
12:35:59:346 messageType = 1
12:35:59:346 h323_uu_pdu = {
12:35:59:346 h323_message_body = {
12:35:59:346 alerting = {
12:35:59:346 protocolIdentifier = {
12:35:59:346 {
12:35:59:347 0 0 8 2250 0 4 }
12:35:59:347 }
12:35:59:347 destinationInfo = {
12:35:59:347 mc = {
12:35:59:347 FALSE
12:35:59:348 }
12:35:59:348 undefinedNode = {
12:35:59:348 FALSE
12:35:59:348 }
12:35:59:349 }
12:35:59:349 callIdentifier = {
12:35:59:349 guid = {
12:35:59:349 '6f6f68333233632d7f7a0a0000000000'H
12:35:59:350 }
12:35:59:350 }
12:35:59:350 multipleCalls = {
12:35:59:350 FALSE
12:35:59:351 }
12:35:59:351 maintainConnection = {
12:35:59:351 TRUE
12:35:59:351 }
12:35:59:351 presentationIndicator = {
12:35:59:352 presentationAllowed = {
12:35:59:352 NULL
12:35:59:352 }
12:35:59:352 }
12:35:59:352 screeningIndicator = {
12:35:59:353 2
12:35:59:353 }
12:35:59:353 fastConnectRefused = {
12:35:59:353 NULL
12:35:59:353 }
12:35:59:354 }
12:35:59:354 }
12:35:59:354 h245Tunneling = {
12:35:59:354 TRUE
12:35:59:354 }
12:35:59:354 h245Control = {
12:35:59:354 elem[0] = {
12:35:59:
355 '02700106000881750007801e80003c0001000001000001000402040008089506e0040010000b010001000b80000030c05980000130405980000232000240000332800780000432c007800005340001078000063408010780000785011080000885014080000982010280000a486c80028080000b
8a0a080833322d33362c343900800003070000000100020003000400050006000a010007000800000900000b'H
12:35:59:355 }
12:35:59:355 elem[1] = {
12:35:59:355 '01003c800b755c'H
12:35:59:355 }
12:35:59:356 }
12:35:59:356 tunnelledSignallingMessage = {
12:35:59:356 tunnelledProtocolID = {
12:35:59:356 id = {
12:35:59:356 tunnelledProtocolObjectID = {
12:35:59:356 {
12:35:59:357 1 3 12 9 }
12:35:59:357 }
12:35:59:357 }
12:35:59:357 }
12:35:59:357 messageContent = {
12:35:59:357 elem[0] = {
12:35:59:
358 '0802801d011c239faa068001008201008b0100a11502023ff506082b0c028853020106030500010000001c1d9faa068001008201008b0100a10f0202400402015530068204061c08401c2d9faa068001008201008b0100a11f02024013020101a11604114147555354494e204d414a44414c4
14e490201011c219faa068001018201018b0100a1130202402206082b0c02885302010230038001421c699faa068001008201018b0100a15b0202403106082b0c028853020100304b810c0c06118035313935740200c0823b032202001400000000600000040400c00e38000f08000000000000008104810500008a826
301c37c12834147555354494e204d414a44414c414e491e028088'H
12:35:59:359 }
12:35:59:359 }
12:35:59:359 tunnellingRequired = {
12:35:59:359 NULL
12:35:59:359 }
12:35:59:360 }
12:35:59:360 }
12:35:59:360 UUIE decode successful
12:35:59:360 Decoded Q931 message (outgoing, ooh323c_o_4)
12:35:59:360 }
12:35:59:360 H.225 Alerting message received (outgoing, ooh323c_o_4)
12:35:59:360 Receiving H.2250 message (outgoing, ooh323c_o_4)
12:35:59:360 Received Q.931 message: (outgoing, ooh323c_o_4)
12:35:59:360 Received H.2250 Message = {
12:35:59:360 protocolDiscriminator = 8
12:35:59:360 callReference = 59
12:35:59:360 from = destination
12:35:59:360 messageType = 3
12:35:59:360 h323_uu_pdu = {
12:35:59:360 h323_message_body = {
12:35:59:360 progress = {
12:35:59:360 protocolIdentifier = {
12:35:59:361 {
12:35:59:361 0 0 8 2250 0 4 }
12:35:59:361 }
12:35:59:361 destinationInfo = {
12:35:59:361 mc = {
12:35:59:361 FALSE
12:35:59:362 }
12:35:59:362 undefinedNode = {
12:35:59:362 FALSE
12:35:59:363 }
12:35:59:363 }
12:35:59:363 callIdentifier = {
12:35:59:363 guid = {
12:35:59:363 '6f6f68333233632d7f7a0a0000000000'H
12:35:59:364 }
12:35:59:364 }
12:35:59:364 multipleCalls = {
12:35:59:364 FALSE
12:35:59:365 }
12:35:59:365 maintainConnection = {
12:35:59:365 TRUE
12:35:59:365 }
12:35:59:365 fastConnectRefused = {
12:35:59:366 NULL
12:35:59:366 }
12:35:59:366 }
12:35:59:366 }
12:35:59:366 h245Tunneling = {
12:35:59:366 TRUE
12:35:59:366 }
12:35:59:367 provisionalRespToH245Tunneling = {
12:35:59:367 NULL
12:35:59:367 }
12:35:59:367 }
12:35:59:367 UUIE decode successful
12:35:59:367 Decoded Q931 message (outgoing, ooh323c_o_4)
12:35:59:367 }
12:35:59:367 H.225 Progress message received (outgoing, ooh323c_o_4)
12:36:00:033 Receiving H.2250 message (outgoing, ooh323c_o_4)
12:36:00:034 Received Q.931 message: (outgoing, ooh323c_o_4)
12:36:00:034 Received H.2250 Message = {
12:36:00:034 protocolDiscriminator = 8
12:36:00:034 callReference = 59
12:36:00:034 from = destination
12:36:00:034 messageType = 7
12:36:00:034 Display IE = {
12:36:00:034 vxTarget
12:36:00:034 }
12:36:00:034 h323_uu_pdu = {
12:36:00:034 h323_message_body = {
12:36:00:034 connect = {
12:36:00:034 protocolIdentifier = {
12:36:00:034 {
12:36:00:035 0 0 8 2250 0 4 }
12:36:00:035 }
12:36:00:035 h245Address = {
12:36:00:035 ipAddress = {
12:36:00:035 ip = {
12:36:00:036 '0a0a0c0d'H
12:36:00:036 }
12:36:00:036 port = {
12:36:00:036 1049
12:36:00:037 }
12:36:00:037 }
12:36:00:037 }
12:36:00:037 destinationInfo = {
12:36:00:038 mc = {
12:36:00:038 FALSE
12:36:00:038 }
12:36:00:038 undefinedNode = {
12:36:00:039 FALSE
12:36:00:039 }
12:36:00:039 }
12:36:00:039 conferenceID = {
12:36:00:040 '9495969798999a9b9c9d9e9fa0a1a2a3'H
12:36:00:040 }
12:36:00:040 callIdentifier = {
12:36:00:040 guid = {
12:36:00:040 '6f6f68333233632d7f7a0a0000000000'H
12:36:00:041 }
12:36:00:041 }
12:36:00:041 multipleCalls = {
12:36:00:041 FALSE
12:36:00:041 }
12:36:00:042 maintainConnection = {
12:36:00:042 TRUE
12:36:00:042 }
12:36:00:043 presentationIndicator = {
12:36:00:043 presentationAllowed = {
12:36:00:043 NULL
12:36:00:043 }
12:36:00:044 }
12:36:00:044 screeningIndicator = {
12:36:00:044 2
12:36:00:044 }
12:36:00:044 fastConnectRefused = {
12:36:00:045 NULL
12:36:00:045 }
12:36:00:045 }
12:36:00:045 }
12:36:00:045 h245Tunneling = {
12:36:00:045 TRUE
12:36:00:045 }
12:36:00:046 }
12:36:00:046 UUIE decode successful
12:36:00:046 Decoded Q931 message (outgoing, ooh323c_o_4)
12:36:00:046 }
12:36:00:046 H.225 Connect message received (outgoing, ooh323c_o_4)
12:36:00:046 Deleted CallESTB timer. (outgoing, ooh323c_o_4)
12:36:00:046 Remote endpoint has rejected fastStart. (outgoing, ooh323c_o_4)
12:36:00:046 Clearing all logical channels (outgoing, ooh323c_o_4)
12:36:00:046 Clearing logical channel number 1001. (outgoing, ooh323c_o_4)
12:36:00:046 Stopped Receive channel 1001 (outgoing, ooh323c_o_4)
12:36:00:046 Removed logical channel 1001 (outgoing, ooh323c_o_4)
12:36:00:046 Clearing logical channel number 1002. (outgoing, ooh323c_o_4)
12:36:00:046 Removed logical channel 1002 (outgoing, ooh323c_o_4)
12:36:00:046 Tunneling and h245address provided.Giving preference to Tunneling (outgoing, ooh323c_o_4)
12:36:00:046 Handling tunneled messages in CONNECT. (outgoing, ooh323c_o_4)
12:36:00:046 Checking for tunneled H.245 messages (outgoing, ooh323c_o_4)
12:36:00:046 Total number of tunneled H245 messages are 0.(outgoing, ooh323c_o_4)
12:36:00:046 Finished tunneled messages in Connect. (outgoing, ooh323c_o_4)
12:36:00:046 Sending receive capability OO_G711ULAW64K in TCS.(outgoing, ooh323c_o_4)
12:36:00:046 Built terminal capability set message (outgoing, ooh323c_o_4)
12:36:00:046 Sending H.245 Message = {
12:36:00:046 request = {
12:36:00:046 terminalCapabilitySet = {
12:36:00:046 sequenceNumber = {
12:36:00:046 1
12:36:00:047 }
12:36:00:047 protocolIdentifier = {
12:36:00:047 {
12:36:00:047 0 0 8 245 0 8 }
12:36:00:047 }
12:36:00:047 capabilityTable = {
12:36:00:048 elem[0] = {
12:36:00:048 capabilityTableEntryNumber = {
12:36:00:048 1
12:36:00:048 }
12:36:00:049 capability = {
12:36:00:049 receiveAudioCapability = {
12:36:00:049 g711Ulaw64k = {
12:36:00:049 240
12:36:00:050 }
12:36:00:050 }
12:36:00:050 }
12:36:00:051 }
12:36:00:051 elem[1] = {
12:36:00:051 capabilityTableEntryNumber = {
12:36:00:051 2
12:36:00:052 }
12:36:00:052 capability = {
12:36:00:052 receiveRTPAudioTelephonyEventCapability = {
12:36:00:052 dynamicRTPPayloadType = {
12:36:00:053 101
12:36:00:053 }
12:36:00:053 audioTelephoneEvent = {
12:36:00:054 "0-16"
12:36:00:054 }
12:36:00:054 }
12:36:00:055 }
12:36:00:055 }
12:36:00:055 }
12:36:00:055 capabilityDescriptors = {
12:36:00:055 elem[0] = {
12:36:00:055 capabilityDescriptorNumber = {
12:36:00:056 1
12:36:00:056 }
12:36:00:056 simultaneousCapabilities = {
12:36:00:056 elem[0] = {
12:36:00:057 elem[0] = {
12:36:00:057 1
12:36:00:057 }
12:36:00:058 }
12:36:00:058 elem[1] = {
12:36:00:058 elem[0] = {
12:36:00:059 2
12:36:00:059 }
12:36:00:060 }
12:36:00:060 }
12:36:00:060 }
12:36:00:060 }
12:36:00:060 }
12:36:00:061 }
12:36:00:061 }
12:36:00:061 Building Facility message for tunneling OOTerminalCapabilitySet (outgoing, ooh323c_o_4)
12:36:00:061 UserInfo encoding - successful
12:36:00:061 Q931 Message = {
12:36:00:061 protocolDiscriminator = 8
12:36:00:061 callReference = 59
12:36:00:061 from = originator
12:36:00:061 messageType = 62
12:36:00:061 h323_uu_pdu = {
12:36:00:061 h323_message_body = {
12:36:00:061 facility = {
12:36:00:061 protocolIdentifier = {
12:36:00:061 {
12:36:00:062 0 0 8 2250 0 4 }
12:36:00:062 }
12:36:00:062 reason = {
12:36:00:062 transportedInformation = {
12:36:00:062 NULL
12:36:00:063 }
12:36:00:063 }
12:36:00:063 callIdentifier = {
12:36:00:063 guid = {
12:36:00:063 '6f6f68333233632d7f7a0a0000000000'H
12:36:00:064 }
12:36:00:064 }
12:36:00:064 }
12:36:00:064 }
12:36:00:064 h245Tunneling = {
12:36:00:064 TRUE
12:36:00:065 }
12:36:00:065 h245Control = {
12:36:00:065 elem[0] = {
12:36:00:065 '023001060008817500080180000020c0ef8000018a061404302d313600800101000000000001'H
12:36:00:065 }
12:36:00:065 }
12:36:00:065 }
12:36:00:065 UUIE decode successful
12:36:00:066 }
12:36:00:066 Queued H225 messages 1. (outgoing, ooh323c_o_4)
12:36:00:066 msgCtxt Reset?Not Done (outgoing, ooh323c_o_4)
12:36:00:066 Built MasterSlave Determination (outgoing, ooh323c_o_4)
12:36:00:066 Sending H.245 Message = {
12:36:00:066 request = {
12:36:00:066 masterSlaveDetermination = {
12:36:00:066 terminalType = {
12:36:00:066 50
12:36:00:066 }
12:36:00:066 statusDeterminationNumber = {
12:36:00:066 12208134
12:36:00:067 }
12:36:00:067 }
12:36:00:067 }
12:36:00:067 }
12:36:00:067 Building Facility message for tunneling OOMasterSlaveDetermination (outgoing, ooh323c_o_4)
12:36:00:067 UserInfo encoding - successful
12:36:00:067 Q931 Message = {
12:36:00:067 protocolDiscriminator = 8
12:36:00:067 callReference = 59
12:36:00:067 from = originator
12:36:00:067 messageType = 62
12:36:00:067 h323_uu_pdu = {
12:36:00:067 h323_message_body = {
12:36:00:067 facility = {
12:36:00:068 protocolIdentifier = {
12:36:00:068 {
12:36:00:068 0 0 8 2250 0 4 }
12:36:00:068 }
12:36:00:068 reason = {
12:36:00:068 transportedInformation = {
12:36:00:069 NULL
12:36:00:069 }
12:36:00:069 }
12:36:00:069 callIdentifier = {
12:36:00:070 guid = {
12:36:00:070 '6f6f68333233632d7f7a0a0000000000'H
12:36:00:070 }
12:36:00:070 }
12:36:00:071 }
12:36:00:071 }
12:36:00:071 h245Tunneling = {
12:36:00:071 TRUE
12:36:00:071 }
12:36:00:071 h245Control = {
12:36:00:071 elem[0] = {
12:36:00:071 '01003280ba4806'H
12:36:00:072 }
12:36:00:072 }
12:36:00:072 }
12:36:00:072 UUIE decode successful
12:36:00:072 }
12:36:00:072 Queued H225 messages 2. (outgoing, ooh323c_o_4)
12:36:00:072 msgCtxt Reset?Not Done (outgoing, ooh323c_o_4)
12:36:00:072 Sending H225 message (outgoing, ooh323c_o_4)
12:36:00:072 Sending Q931 message (outgoing, ooh323c_o_4)
12:36:00:072 H2250/Q931 Message sent successfully (outgoing, ooh323c_o_4)
12:36:00:072 Sent Message - Facility(OOTerminalCapabilitySet) (outgoing, ooh323c_o_4)
12:36:00:072 Tunneled Message - TerminalCapabilitySet (outgoing, ooh323c_o_4)
12:36:00:072 Sending H225 message (outgoing, ooh323c_o_4)
12:36:00:072 Sending Q931 message (outgoing, ooh323c_o_4)
12:36:00:072 H2250/Q931 Message sent successfully (outgoing, ooh323c_o_4)
12:36:00:072 Sent Message - Facility(OOMasterSlaveDetermination) (outgoing, ooh323c_o_4)
12:36:00:072 Tunneled Message - MasterSlaveDetermination (outgoing, ooh323c_o_4)
12:36:00:080 Receiving H.2250 message (outgoing, ooh323c_o_4)
12:36:00:080 Received Q.931 message: (outgoing, ooh323c_o_4)
12:36:00:080 Received H.2250 Message = {
12:36:00:080 protocolDiscriminator = 8
12:36:00:080 callReference = 59
12:36:00:080 from = destination
12:36:00:080 messageType = 62
12:36:00:080 h323_uu_pdu = {
12:36:00:080 h323_message_body = {
12:36:00:080 facility = {
12:36:00:080 protocolIdentifier = {
12:36:00:081 {
12:36:00:081 0 0 8 2250 0 4 }
12:36:00:081 }
12:36:00:081 reason = {
12:36:00:081 transportedInformation = {
12:36:00:082 NULL
12:36:00:082 }
12:36:00:082 }
12:36:00:082 callIdentifier = {
12:36:00:082 guid = {
12:36:00:083 '6f6f68333233632d7f7a0a0000000000'H
12:36:00:083 }
12:36:00:083 }
12:36:00:083 multipleCalls = {
12:36:00:084 FALSE
12:36:00:084 }
12:36:00:084 maintainConnection = {
12:36:00:085 TRUE
12:36:00:085 }
12:36:00:085 }
12:36:00:085 }
12:36:00:085 h245Tunneling = {
12:36:00:085 TRUE
12:36:00:086 }
12:36:00:086 h245Control = {
12:36:00:086 elem[0] = {
12:36:00:086 '218001'H
12:36:00:086 }
12:36:00:086 }
12:36:00:086 }
12:36:00:086 UUIE decode successful
12:36:00:086 Decoded Q931 message (outgoing, ooh323c_o_4)
12:36:00:086 }
12:36:00:086 H.225 Facility message Received (outgoing, ooh323c_o_4)
12:36:00:086 Received Facility Message.(outgoing, ooh323c_o_4)
12:36:00:086 Handling tunneled messages in Facility. (outgoing, ooh323c_o_4)
12:36:00:086 Checking for tunneled H.245 messages (outgoing, ooh323c_o_4)
12:36:00:087 Total number of tunneled H245 messages are 1.(outgoing, ooh323c_o_4)
12:36:00:087 Retrieving 1 of 1 tunneled H.245 messages.(outgoing, ooh323c_o_4)
12:36:00:087 Tunneled H.245 Message = {
12:36:00:087 Decoding 1 tunneled H245 message. (outgoing, ooh323c_o_4)
12:36:00:087 response = {
12:36:00:087 terminalCapabilitySetAck = {
12:36:00:087 sequenceNumber = {
12:36:00:087 1
12:36:00:087 }
12:36:00:087 }
12:36:00:087 }
12:36:00:087 }
12:36:00:087 Handling H245 message. (outgoing, ooh323c_o_4)
12:36:00:087 Deleted TCS Timer. (outgoing, ooh323c_o_4)
12:36:00:087 Finished handling H245 message. (outgoing, ooh323c_o_4)
12:36:00:088 Finished handling tunneled messages in Facility.(outgoing, ooh323c_o_4)
12:36:00:088 Receiving H.2250 message (outgoing, ooh323c_o_4)
12:36:00:088 Received Q.931 message: (outgoing, ooh323c_o_4)
12:36:00:088 Received H.2250 Message = {
12:36:00:088 protocolDiscriminator = 8
12:36:00:088 callReference = 59
12:36:00:088 from = destination
12:36:00:088 messageType = 62
12:36:00:088 h323_uu_pdu = {
12:36:00:088 h323_message_body = {
12:36:00:088 facility = {
12:36:00:088 protocolIdentifier = {
12:36:00:088 {
12:36:00:088 0 0 8 2250 0 4 }
12:36:00:089 }
12:36:00:089 reason = {
12:36:00:089 transportedInformation = {
12:36:00:089 NULL
12:36:00:090 }
12:36:00:090 }
12:36:00:090 callIdentifier = {
12:36:00:090 guid = {
12:36:00:091 '6f6f68333233632d7f7a0a0000000000'H
12:36:00:091 }
12:36:00:091 }
12:36:00:091 multipleCalls = {
12:36:00:091 FALSE
12:36:00:092 }
12:36:00:092 maintainConnection = {
12:36:00:092 TRUE
12:36:00:092 }
12:36:00:092 }
12:36:00:093 }
12:36:00:093 h245Tunneling = {
12:36:00:093 TRUE
12:36:00:093 }
12:36:00:093 h245Control = {
12:36:00:093 elem[0] = {
12:36:00:093 '20a0'H
12:36:00:093 }
12:36:00:094 }
12:36:00:094 }
12:36:00:094 UUIE decode successful
12:36:00:094 Decoded Q931 message (outgoing, ooh323c_o_4)
12:36:00:094 }
12:36:00:094 H.225 Facility message Received (outgoing, ooh323c_o_4)
12:36:00:094 Received Facility Message.(outgoing, ooh323c_o_4)
12:36:00:094 Handling tunneled messages in Facility. (outgoing, ooh323c_o_4)
12:36:00:094 Checking for tunneled H.245 messages (outgoing, ooh323c_o_4)
12:36:00:094 Total number of tunneled H245 messages are 1.(outgoing, ooh323c_o_4)
12:36:00:094 Retrieving 1 of 1 tunneled H.245 messages.(outgoing, ooh323c_o_4)
12:36:00:094 Tunneled H.245 Message = {
12:36:00:097 Decoding 1 tunneled H245 message. (outgoing, ooh323c_o_4)
12:36:00:097 response = {
12:36:00:097 masterSlaveDeterminationAck = {
12:36:00:097 decision = {
12:36:00:097 slave = {
12:36:00:098 NULL
12:36:00:098 }
12:36:00:098 }
12:36:00:098 }
12:36:00:098 }
12:36:00:098 }
12:36:00:098 Handling H245 message. (outgoing, ooh323c_o_4)
12:36:00:098 Deleted MSD Timer. (outgoing, ooh323c_o_4)
12:36:00:098 Built MasterSlave determination Ack (outgoing, ooh323c_o_4)
12:36:00:098 Sending H.245 Message = {
12:36:00:098 response = {
12:36:00:098 masterSlaveDeterminationAck = {
12:36:00:099 decision = {
12:36:00:099 master = {
12:36:00:099 NULL
12:36:00:099 }
12:36:00:099 }
12:36:00:100 }
12:36:00:100 }
12:36:00:100 }
12:36:00:100 Building Facility message for tunneling OOMasterSlaveAck (outgoing, ooh323c_o_4)
12:36:00:100 UserInfo encoding - successful
12:36:00:100 Q931 Message = {
12:36:00:100 protocolDiscriminator = 8
12:36:00:100 callReference = 59
12:36:00:100 from = originator
12:36:00:100 messageType = 62
12:36:00:100 h323_uu_pdu = {
12:36:00:100 h323_message_body = {
12:36:00:100 facility = {
12:36:00:100 protocolIdentifier = {
12:36:00:100 {
12:36:00:101 0 0 8 2250 0 4 }
12:36:00:101 }
12:36:00:101 reason = {
12:36:00:101 transportedInformation = {
12:36:00:101 NULL
12:36:00:102 }
12:36:00:102 }
12:36:00:102 callIdentifier = {
12:36:00:102 guid = {
12:36:00:102 '6f6f68333233632d7f7a0a0000000000'H
12:36:00:103 }
12:36:00:103 }
12:36:00:103 }
12:36:00:103 }
12:36:00:103 h245Tunneling = {
12:36:00:104 TRUE
12:36:00:104 }
12:36:00:104 h245Control = {
12:36:00:104 elem[0] = {
12:36:00:104 '2080'H
12:36:00:104 }
12:36:00:104 }
12:36:00:105 }
12:36:00:105 UUIE decode successful
12:36:00:105 }
12:36:00:105 Queued H225 messages 1. (outgoing, ooh323c_o_4)
12:36:00:105 msgCtxt Reset?Not Done (outgoing, ooh323c_o_4)
12:36:00:105 MasterSlaveDetermination done - Slave(outgoing, ooh323c_o_4)
12:36:00:105 Not opening logical channels as Cap exchange remaining
12:36:00:105 Finished handling H245 message. (outgoing, ooh323c_o_4)
12:36:00:105 Finished handling tunneled messages in Facility.(outgoing, ooh323c_o_4)
12:36:00:105 Sending H225 message (outgoing, ooh323c_o_4)
12:36:00:105 Sending Q931 message (outgoing, ooh323c_o_4)
12:36:00:105 H2250/Q931 Message sent successfully (outgoing, ooh323c_o_4)
12:36:00:105 Sent Message - Facility(OOMasterSlaveAck) (outgoing, ooh323c_o_4)
12:36:00:105 Tunneled Message - MasterSlaveDeterminationAck (outgoing, ooh323c_o_4)
12:36:00:291 Receiving H.2250 message (outgoing, ooh323c_o_4)
12:36:00:292 Received Q.931 message: (outgoing, ooh323c_o_4)
12:36:00:292 Received H.2250 Message = {
12:36:00:293 protocolDiscriminator = 8
12:36:00:293 callReference = 59
12:36:00:293 from = destination
12:36:00:293 messageType = 62
12:36:00:293 h323_uu_pdu = {
12:36:00:293 h323_message_body = {
12:36:00:294 facility = {
12:36:00:294 protocolIdentifier = {
12:36:00:294 {
12:36:00:294 0 0 8 2250 0 4 }
12:36:00:294 }
12:36:00:294 reason = {
12:36:00:295 transportedInformation = {
12:36:00:295 NULL
12:36:00:295 }
12:36:00:295 }
12:36:00:296 callIdentifier = {
12:36:00:296 guid = {
12:36:00:296 '6f6f68333233632d7f7a0a0000000000'H
12:36:00:296 }
12:36:00:297 }
12:36:00:297 multipleCalls = {
12:36:00:297 FALSE
12:36:00:297 }
12:36:00:297 maintainConnection = {
12:36:00:298 TRUE
12:36:00:298 }
12:36:00:298 }
12:36:00:298 }
12:36:00:298 h245Tunneling = {
12:36:00:298 TRUE
12:36:00:298 }
12:36:00:299 h245Control = {
12:36:00:299 elem[0] = {
12:36:00:299 '4a40'H
12:36:00:299 }
12:36:00:299 }
12:36:00:299 }
12:36:00:299 UUIE decode successful
12:36:00:299 Decoded Q931 message (outgoing, ooh323c_o_4)
12:36:00:299 }
12:36:00:299 H.225 Facility message Received (outgoing, ooh323c_o_4)
12:36:00:299 Received Facility Message.(outgoing, ooh323c_o_4)
12:36:00:299 Handling tunneled messages in Facility. (outgoing, ooh323c_o_4)
12:36:00:299 Checking for tunneled H.245 messages (outgoing, ooh323c_o_4)
12:36:00:299 Total number of tunneled H245 messages are 1.(outgoing, ooh323c_o_4)
12:36:00:299 Retrieving 1 of 1 tunneled H.245 messages.(outgoing, ooh323c_o_4)
12:36:00:299 Tunneled H.245 Message = {
12:36:00:299 Decoding 1 tunneled H245 message. (outgoing, ooh323c_o_4)
12:36:00:299 command = {
12:36:00:300 endSessionCommand = {
12:36:00:300 disconnect = {
12:36:00:300 NULL
12:36:00:300 }
12:36:00:300 }
12:36:00:300 }
12:36:00:300 }
12:36:00:300 Handling H245 message. (outgoing, ooh323c_o_4)
12:36:00:300 Handling H.245 command message. (outgoing, ooh323c_o_4)
12:36:00:300 Received EndSession command (outgoing, ooh323c_o_4)
12:36:00:301 Built EndSession Command (outgoing, ooh323c_o_4)
12:36:00:301 Sending H.245 Message = {
12:36:00:301 command = {
12:36:00:301 endSessionCommand = {
12:36:00:301 disconnect = {
12:36:00:301 NULL
12:36:00:301 }
12:36:00:301 }
12:36:00:301 }
12:36:00:301 }
12:36:00:302 Building Facility message for tunneling OOEndSessionCommand (outgoing, ooh323c_o_4)
12:36:00:302 UserInfo encoding - successful
12:36:00:302 Q931 Message = {
12:36:00:302 protocolDiscriminator = 8
12:36:00:302 callReference = 59
12:36:00:302 from = originator
12:36:00:302 messageType = 62
12:36:00:302 h323_uu_pdu = {
12:36:00:302 h323_message_body = {
12:36:00:302 facility = {
12:36:00:302 protocolIdentifier = {
12:36:00:302 {
12:36:00:302 0 0 8 2250 0 4 }
12:36:00:302 }
12:36:00:303 reason = {
12:36:00:303 transportedInformation = {
12:36:00:303 NULL
12:36:00:303 }
12:36:00:304 }
12:36:00:304 callIdentifier = {
12:36:00:304 guid = {
12:36:00:304 '6f6f68333233632d7f7a0a0000000000'H
12:36:00:305 }
12:36:00:305 }
12:36:00:305 }
12:36:00:305 }
12:36:00:305 h245Tunneling = {
12:36:00:305 TRUE
12:36:00:305 }
12:36:00:306 h245Control = {
12:36:00:306 elem[0] = {
12:36:00:306 '4a40'H
12:36:00:306 }
12:36:00:306 }
12:36:00:306 }
12:36:00:306 UUIE decode successful
12:36:00:306 }
12:36:00:306 msgCtxt Reset?Not Done (outgoing, ooh323c_o_4)
12:36:00:306 Handling H.245 command message done. (outgoing, ooh323c_o_4)
12:36:00:306 Finished handling H245 message. (outgoing, ooh323c_o_4)
12:36:00:306 Finished handling tunneled messages in Facility.(outgoing, ooh323c_o_4)
12:36:00:306 Receiving H.2250 message (outgoing, ooh323c_o_4)
12:36:00:306 Received Q.931 message: (outgoing, ooh323c_o_4)
12:36:00:306 Received H.2250 Message = {
12:36:00:306 protocolDiscriminator = 8
12:36:00:306 callReference = 59
12:36:00:307 from = destination
12:36:00:307 messageType = 5a
12:36:00:307 Cause IE = {
12:36:00:307 Q931NormalCallClearing
12:36:00:307 }
12:36:00:307 h323_uu_pdu = {
12:36:00:307 h323_message_body = {
12:36:00:307 releaseComplete = {
12:36:00:307 protocolIdentifier = {
12:36:00:307 {
12:36:00:307 0 0 8 2250 0 4 }
12:36:00:307 }
12:36:00:308 callIdentifier = {
12:36:00:308 guid = {
12:36:00:308 '6f6f68333233632d7f7a0a0000000000'H
12:36:00:309 }
12:36:00:309 }
12:36:00:309 presentationIndicator = {
12:36:00:309 presentationAllowed = {
12:36:00:310 NULL
12:36:00:310 }
12:36:00:311 }
12:36:00:311 screeningIndicator = {
12:36:00:311 2
12:36:00:311 }
12:36:00:312 }
12:36:00:312 }
12:36:00:312 h245Tunneling = {
12:36:00:312 TRUE
12:36:00:312 }
12:36:00:312 }
12:36:00:312 UUIE decode successful
12:36:00:312 Decoded Q931 message (outgoing, ooh323c_o_4)
12:36:00:312 }
12:36:00:312 H.225 Release Complete message received (outgoing, ooh323c_o_4)
12:36:00:312 Cause of Release Complete is 10. (outgoing, ooh323c_o_4)
12:36:00:312 Closing H.245 connection (outgoing, ooh323c_o_4)
12:36:00:312 Closed H245 connection. (outgoing, ooh323c_o_4)
12:36:00:312 Sending H225 message (outgoing, ooh323c_o_4)
12:36:00:312 Warning:Call marked for cleanup. Can not send message.(outgoing, ooh323c_o_4)
12:36:00:312 In ooEndCall call state is - OO_CALL_CLEARED (outgoing, ooh323c_o_4)
12:36:00:312 Cleaning Call (outgoing, ooh323c_o_4)- reason:OO_REASON_REMOTE_CLEARED
12:36:00:312 Removed call (outgoing, ooh323c_o_4) from list
|
|
|
|
|
|
|
|
Re:h323 Trunk 3 Years, 3 Months ago
|
Karma: 0
|
here its the ooh323 debug
| Code: |
--- ooh323_request - data 5195@10.10.12.13:1720 format 0x4 (ulaw)
--- ooh323_alloc
+++ ooh323_alloc
--- find_peer "10.10.12.13:1720"
comparing with "a.b.c.d"
comparing with "10.10.12.13"
+++ find_peer "10.10.12.13:1720"
--- ooh323_new - 10.10.12.13:1720
+++ h323_new
+++ ooh323_request
--- ooh323_call- 5195@10.10.12.13:1720
--- onNewCallCreated ooh323c_o_5
--- find_call
+++ find_call
setting callid number 1001
Outgoing call 10.10.12.13:1720(ooh323c_o_5) - Codec prefs - (ulaw|alaw)
Adding capabilities to call(outgoing, ooh323c_o_5)
Adding g711 ulaw capability to call(outgoing, ooh323c_o_5)
Adding g711 alaw capability to call(outgoing, ooh323c_o_5)
--- configure_local_rtp
+++ configure_local_rtp
+++ onNewCallCreated ooh323c_o_5
+++ ooh323_call
-- Called 5195@10.10.12.13:1720
--- onAlerting ooh323c_o_5
--- find_call
+++ find_call
+++ onAlerting ooh323c_o_5
-- OOH323/10.10.12.13:1720-2479 is ringing
--- onCallEstablished ooh323c_o_5
--- find_call
+++ find_call
+++ onCallEstablished ooh323c_o_5
-- OOH323/10.10.12.13:1720-2479 answered SIP/1001-00000004
-- Executing [s@macro-setmusic:1] NoOp("OOH323/10.10.12.13:1720-2479", "Setting Outbound Route MoH To: agus") in new stack
-- Executing [s@macro-setmusic:2] SetMusicOnHold("OOH323/10.10.12.13:1720-2479", "agus") in new stack
----- ooh323_indicate 20 on call ooh323c_o_5
++++ ooh323_indicate 20 on ooh323c_o_5
-- Packet2Packet bridging SIP/1001-00000004 and OOH323/10.10.12.13:1720-2479
--- onCallCleared ooh323c_o_5
--- find_call
+++ find_call
-- Executing [h@macro-dialout-trunk:1] Macro("SIP/1001-00000004", "hangupcall|") in new stack
-- Executing [s@macro-hangupcall:1] GotoIf("SIP/1001-00000004", "1?skiprg") in new stack
-- Goto (macro-hangupcall,s,4)
-- Executing [s@macro-hangupcall:4] GotoIf("SIP/1001-00000004", "1?skipblkvm") in new stack
-- Goto (macro-hangupcall,s,7)
-- Executing [s@macro-hangupcall:7] GotoIf("SIP/1001-00000004", "1?theend") in new stack
-- Goto (macro-hangupcall,s,9)
-- Executing [s@macro-hangupcall:9] Hangup("SIP/1001-00000004", "") in new stack
== Spawn extension (macro-hangupcall, s, 9) exited non-zero on 'SIP/1001-00000004' in macro 'hangupcall'
== Spawn h extension (macro-dialout-trunk, h, 1) exited non-zero on 'SIP/1001-00000004'
--- ooh323_hangup
hanging 10.10.12.13:1720
+++ ooh323_hangup
== Spawn extension (macro-dialout-trunk, s, 26) exited non-zero on 'SIP/1001-00000004' in macro 'dialout-trunk'
== Spawn extension (from-internal, 95195, 5) exited non-zero on 'SIP/1001-00000004'
--- ooh323_destroy
Destroying 10.10.12.13:1720
+++ ooh323_destroy
|
|
|
|
|
|
|
|
Re:h323 Trunk 3 Years, 2 Months ago
|
Karma: 0
|
|
Someone please?
|
|
|
|
|
|
|
Re:h323 Trunk 3 Years, 1 Month ago
|
Karma: 0
|
i reply to myself
Dear all, Elastix or any asterisk based PBX CANT do a trunk with hipath V2.
The way that the hipath manages the h225 handshake on hipath its only supported by another hipath.
This is solved on hipath v3
Regards
|
|
|
|
|
|
|