Pablo Chacón
2005-Nov-28 13:06 UTC
[Asterisk-Users] Help connecting Avaya S8700 and Asterisk through H.323 trunk
Hi I'm trying to connect Avaya S8700 and Asterisk through H323 trunk (using channel oh323). I can make calls from S8700 H323 extension to Asterisk SIP phone using G711a codec but when I try to make a call from SIP phone to S8700 extension I listen one ringing tone and the call is dropped. Can anybody help me??? I see some errors in log but I can't resolve it: 1. -- H.323 call 'ip$localhost/29416-70919cfe' cleared, reason 8 (Transport failure) 2. 0:23.635 H225 Caller:8264258 H225 Connect of H245 failed: Connection refused Full logs are attached below Thanks. ----------------------------------------------------------------------------------------------------------- oh323.conf: ; ; Configuration file of OpenH323 channel driver ; ;----------------------------------------- ; General configuration options ; (ports, jitter, GK, ...) ;----------------------------------------- [general] ; ; Address to bind to for incoming connections. ; Default is ALL. ; listenAddress=0.0.0.0 ; ; Port to listen to. ; Default value is 1720. ; listenPort=1720 connectPort=1720 ; ; Configure the TCP port range to be used by H.323 ; tcpStart=10000 tcpEnd=20000 ; ; Configure the UDP port range to be used by H.323 ; Note: The port range used by RTP are configured from ; "rtp.conf" ; udpStart=10000 udpEnd=20000 ; ; Enable fast start (yes,no). ; fastStart=yes ; ; Enable H.245 tunnelling (yes,no). ; h245Tunnelling=no ; ; Enable early H.245 messages in call SETUP message. ; h245inSetup=no ; ; Set jitter buffer (in milliseconds, 20...10000). ; jitterMin=20 jitterMax=100 ; ; Set IP Type-of-Service byte for RTP channels. ; Valid values for this option are: ; lowdelay, throughput, reliability, mincost, none ; Moreover, an integer (in decimal or hex format) may be entered. ; ipTos=none ; ; Set the maximum number of inbound/outbound/simultaneous ; H.323 connections. ; outboundMax=100 inboundMax=100 simultaneousMax=100 ; ; Call Rate Limiter params (ingress direction). When the total number ; of active calls is above 'crlThreshold' then the rate of the incoming ; H.323 calls is restricted in a way where no more than 'crlCallNumber' ; calls are allowed in 'crlCallTime' milliseconds, thus limiting the rate ; of incoming calls to: ; 'crlCallNumber' / ('crlCallTime' / 1000) Calls-per-Sec. ; ;crlCallNumber=20 ;crlCallTime=20000 ;crlThreshold=30 ; ; Set the bandwidth limit for H.323 connections. ; The value is in Kbps. ; ;bandwidthLimit=1024 ; ; Set tracing options for the wrapper library and for the ; OpenH323 library. ; libTraceFile can be 'stdout' or a full path name to the tracefile. ; Only the trace info for OpenH323 is logged in libTraceFile. ; wrapLibTraceLevel=10 libTraceLevel=10 libTraceFile=/var/log/asterisk/h323.log ; ; Disable gatekeeper or specify a gatekeeper. The gatekeeper's ID is the zone name. ; Valid values for this option are: ; DISABLE, ; DISCOVER, ; <gatekeeper's DNS name>, ; <gatekeeper's ip>, ; GKID:<gatekeeper's id> ; <gatekeeper's id>@<gatekeeper's name or address> ; gatekeeper=DISABLE ; ; Set the gatekeeper password. If used, it enables H.235 access to gatekeeper. ; ;gatekeeperPassword=secret ; ; Set the gatekeeper registration timeout. Before the expiration of ; the timeout, a re-registration is attempted. ; gatekeeperTTL=600 ; ; Set the mode for sending user-input (DTMF) ; Valid values for this option are: ; Q931 - Q.931 Keypad Information Element ; STRING - H.245 string ; TONE - H.245 tone ; RFC2833 - RFC2833 ; INBAND - ; userInputMode=INBAND ; ; AMA flags (default, omit, billing, documentation) ; amaFlags=default ; ; Account code ; accountCode=H323 ; ; Default language ; language=en ; ; Default Music-On-Hold class ; musiconhold=default ; ; Set the default context of H.323 calls. ; context=voip-h323 ;----------------------------------------- ; Configure H.323 aliases, prefixes and ; related ASTERISK's contexts ;----------------------------------------- [register] ; ; Aliases/prefixes associated with the default context ; defined in section [general]. ; ;alias=asterisk ; ; Aliases/prefixes routed in "all-aliases" context. ; ; Aliases/prefixes routed in "more-aliases" context. ; ; Aliases/prefixes routed in "all-prefixes" context. ; ; Aliases/prefixes routed in "more-stuff" context. ; ;----------------------------------------- ; Specify and configure CODEC related ; options ;----------------------------------------- [codecs] ; ; Define the codec list of the channel driver. ; Every "codec" option may have a "frames" option ; associated with it. ; Valid values for the "codec" option are: ; G711U - G.711 u-Law ; G711A - G.711 A-Law ; G7231 - G.723.1(6.3k) ; G72316K3 - G.723.1(6.3k) ; G72315K3 - G.723.1(5.3k) ; G7231A6K3 - G.723.1A(6.3k) ; G7231A6K3 - G.723.1A(6.3k) ; G726 - G.726(32k) ; G72616K - G.726(16k) ; G72624K - G.726(24k) ; G72632K - G.726(32k) ; G72640K - G.726(40k) ; G728 - G.728 ; G729 - G.729 ; G729A - G.729A ; G729B - G.729B ; G729AB - G.729AB ; GSM0610 - GSM 0610 ; MSGSM - Microsoft GSM Audio Capability ; LPC10 - LPC-10 ; Number of frames in RTP packet (if not specified) is 1. ; codec=G711A frames=2 --------------------------------------------------------------------------------------------------------------- I get the next error on CLI: *CLI> -- Executing Dial("SIP/10.64.108.10-082be7c0", "OH323/35948@10.64.108.132") in new stack -- H.323 call to 35948@10.64.108.132 with codec(s) alaw -- Outbound H.323 call to destination '35948@10.64.108.132', channel 'OH323/35948@10.64.108.132-70919cfe'. -- Called 35948@10.64.108.132 [2]WrapperAPI::h323_make_call: Making call. [2]WrapH323EndPoint::MakeCall: Making call to 35948@10.64.108.132 [4]WrapH323EndPoint::CreateConnection: Creating a H323Connection [29416] [2]WrapH323Connection::WrapH323Connection: Creation of WrapH323Connection based on user data. [2]WrapH323Connection::WrapH323Connection: Call is outgoing. [4]WrapH323Connection::WrapH323Connection: WrapH323Connection created. [3]WrapH323EndPoint::MakeCall: Call token is ip$localhost/29416 [3]WrapH323EndPoint::MakeCall: Call reference is 29416 [2]WrapH323Connection::OnSendSignalSetup: Sending SETUP message... [3]WrapH323Connection::OnSendSignalSetup: Setting display name mysip [3]WrapH323Connection::OnSendSignalSetup: Setting calling party number mysip [2]WrapH323EndPoint::ClearCall: Request to clear call [ip$localhost/29416] [2]WrapH323Connection::OnSendReleaseComplete: Sending RELEASE COMPLETE message [ip$localhost/29416] [2]WrapH323EndPoint::OnConnectionCleared: Connection [ip$localhost/29416] closed. -- H.323 call 'ip$localhost/29416-70919cfe' cleared, reason 8 (Transport failure) [2]WrapH323EndPoint::OnConnectionCleared: Call with "35948" ended abnormally [4]WrapH323Connection::~WrapH323Connection: WrapH323Connection deleted. -- Hungup 'OH323/35948@10.64.108.132-70919cfe' ----------------------------------------------------------------------------------------------------------------------- H323 Debug shows: 0:00.003 asterisk-oh323 H323 Created endpoint. 0:00.003 H323 Cleaner H323 Started cleaner thread 0:00.003 asterisk-oh323 H323 Started listener Listener[ip$*:1720] 0:00.003 asterisk-oh323 H323 Added capability: G.711-ALaw-64k{hw} <1> 0:00.003 H323 Listener:82bdfc0 H323 Awaiting TCP connections on port 1720 0:00.004 H323 Listener:82bdfc0 TCP Waiting on socket accept on ip$*:1720 0:00.004 asterisk-oh323 H323 Added capability: UserInput/hookflash <2> 0:00.004 asterisk-oh323 H323 Added capability: UserInput/basicString <3> 0:00.004 asterisk-oh323 H323 Added capability: UserInput/dtmf <4> 0:00.004 asterisk-oh323 H323 Added capability: UserInput/RFC2833 <5> 0:23.583 ThreadID=0xb63ffbb0 H323 Making call to: 35948@10.64.108.132 0:23.585 ThreadID=0xb63ffbb0 H323 Domain 10.64.108.132 is a host - using as call signal address 0:23.585 ThreadID=0xb63ffbb0 H323 Party name "h323:35948@10.64.108.132" mapped to "35948@ip$10.64.108.132:1720 0:23.586 ThreadID=0xb63ffbb0 H323 Added capability: G.711-ALaw-64k{hw} <1> 0:23.586 ThreadID=0xb63ffbb0 H323 Added capability: UserInput/hookflash <2> 0:23.586 ThreadID=0xb63ffbb0 H323 Added capability: UserInput/basicString <3> 0:23.586 ThreadID=0xb63ffbb0 H323 Added capability: UserInput/dtmf <4> 0:23.586 ThreadID=0xb63ffbb0 H323 Added capability: UserInput/RFC2833 <5> 0:23.586 ThreadID=0xb63ffbb0 H323 FindCapability: 1 0:23.586 ThreadID=0xb63ffbb0 H323 Found capability: G.711-ALaw-64k{hw} <1> 0:23.586 ThreadID=0xb63ffbb0 H323 FindCapability: 2 0:23.586 ThreadID=0xb63ffbb0 H323 Found capability: UserInput/hookflash <2> 0:23.586 ThreadID=0xb63ffbb0 H323 FindCapability: 3 0:23.586 ThreadID=0xb63ffbb0 H323 Found capability: UserInput/basicString <3> 0:23.586 ThreadID=0xb63ffbb0 H323 FindCapability: 4 0:23.586 ThreadID=0xb63ffbb0 H323 Found capability: UserInput/dtmf <4> 0:23.586 ThreadID=0xb63ffbb0 H323 FindCapability: 5 0:23.586 ThreadID=0xb63ffbb0 H323 Found capability: UserInput/RFC2833 <5> 0:23.586 ThreadID=0xb63ffbb0 RFC2833 Handler created 0:23.586 ThreadID=0xb63ffbb0 H323 Created new connection: ip$localhost/29416 0:23.586 H225 Caller:8264258 H225 Started call thread 0:23.588 H225 Caller:8264258 H323TCP Connecting to 10.64.108.132:1720 (local port=10000) 0:23.591 H225 Caller:8264258 H323TCP Started connection: host=10.64.108.132:1720, if=10.64.108.10:10000, handle=72 0:23.591 H225 Caller:8264258 H225 Sending Setup PDU 0:23.591 H225 Caller:8264258 H225 Check for Fast start by local endpoint 0:23.591 H225 Caller:8264258 H245 Default OnSelectLogicalChannels, FastStartDisabled 0:23.591 H225 Caller:8264258 H323 FindCapability: G.711-ALaw-64k{hw} <1> 0:23.592 H225 Caller:8264258 H225 Sending PDU: { q931pdu = { protocolDiscriminator = 8 callReference = 29416 from = originator messageType = Setup IE: Bearer-Capability = { 80 90 a5 ... } IE: Display = { 6d 79 73 69 70 00 mysip. } IE: Calling-Party-Number = { 81 2a .* } IE: Called-Party-Number = { 81 33 35 39 34 38 .35948 } IE: User-User = { 20 b8 06 00 08 91 4a 00 04 01 00 00 12 8c 09 00 .....J......... 00 3d 3c 69 6e 41 63 63 65 73 73 20 4e 65 74 77 .=<inAccess Netw 6f 72 6b 73 20 28 77 77 77 2e 69 6e 61 63 63 65 orks (www.inacce 73 73 6e 65 74 77 6f 72 6b 73 2e 63 6f 6d 29 20 ssnetworks.com) 61 73 74 65 72 69 73 6b 2d 6f 68 33 32 33 00 00 asterisk-oh323.. 19 30 2e 36 2e 37 20 28 4f 70 65 6e 48 33 32 33 .0.6.7 (OpenH323 20 76 31 2e 31 35 2e 36 29 00 00 40 01 3c 05 01 v1.15.6)..@.<.. 00 00 01 02 00 68 c7 b0 0a 40 6c 84 06 b8 00 ee .....h...@l..... 6f a2 bd 89 5e da 11 8d c0 00 13 21 f3 02 9c 00 o...^......!.... 5d 0d 80 07 00 0a 40 6c 0a 27 10 11 00 92 67 a2 ].....@l.'....g. bd 89 5e da 11 8d c0 00 13 21 f3 02 9c 01 00 01 ..^......!...... 00 01 00 01 00 02 80 01 00 ......... } } h225pdu = { h323_uu_pdu = { h323_message_body = setup { protocolIdentifier = 0.0.8.2250.0.4 sourceAddress = 1 entries { [0]=dialedDigits "*" } sourceInfo = { vendor = { vendor = { t35CountryCode = 9 t35Extension = 0 manufacturerCode = 61 } productId = 61 octets { 69 6e 41 63 63 65 73 73 20 4e 65 74 77 6f 72 6b inAccess Network 73 20 28 77 77 77 2e 69 6e 61 63 63 65 73 73 6e s (www.inaccessn 65 74 77 6f 72 6b 73 2e 63 6f 6d 29 20 61 73 74 etworks.com) ast 65 72 69 73 6b 2d 6f 68 33 32 33 00 00 erisk-oh323.. } versionId = 26 octets { 30 2e 36 2e 37 20 28 4f 70 65 6e 48 33 32 33 20 0.6.7 (OpenH323 76 31 2e 31 35 2e 36 29 00 00 v1.15.6).. } } gateway = { protocol = 1 entries { [0]=voice { supportedPrefixes = 0 entries { } } } } mc = FALSE undefinedNode = FALSE } destinationAddress = 1 entries { [0]=dialedDigits "35948" } destCallSignalAddress = ipAddress { ip = 4 octets { 0a 40 6c 84 .@l. } port = 1720 } activeMC = FALSE conferenceID = 16 octets { ee 6f a2 bd 89 5e da 11 8d c0 00 13 21 f3 02 9c .o...^......!... } conferenceGoal = create <<null>> callType = pointToPoint <<null>> sourceCallSignalAddress = ipAddress { ip = 4 octets { 0a 40 6c 0a .@l. } port = 10000 } callIdentifier = { guid = 16 octets { 92 67 a2 bd 89 5e da 11 8d c0 00 13 21 f3 02 9c .g...^......!... } } mediaWaitForConnect = FALSE canOverlapSend = FALSE multipleCalls = FALSE maintainConnection = FALSE } h245Tunneling = FALSE } } } Raw PDU: 08 02 72 e8 05 04 03 80 90 a5 28 06 6d 79 73 69 ..r.......(.mysi 70 00 6c 02 81 2a 70 06 81 33 35 39 34 38 7e 00 p.l..*p..35948~. ba 05 20 b8 06 00 08 91 4a 00 04 01 00 00 12 8c .. .....J....... 09 00 00 3d 3c 69 6e 41 63 63 65 73 73 20 4e 65 ...=<inAccess Ne 74 77 6f 72 6b 73 20 28 77 77 77 2e 69 6e 61 63 tworks (www.inac 63 65 73 73 6e 65 74 77 6f 72 6b 73 2e 63 6f 6d cessnetworks.com 29 20 61 73 74 65 72 69 73 6b 2d 6f 68 33 32 33 ) asterisk-oh323 00 00 19 30 2e 36 2e 37 20 28 4f 70 65 6e 48 33 ...0.6.7 (OpenH3 32 33 20 76 31 2e 31 35 2e 36 29 00 00 40 01 3c 23 v1.15.6)..@.< 05 01 00 00 01 02 00 68 c7 b0 0a 40 6c 84 06 b8 .......h...@l... 00 ee 6f a2 bd 89 5e da 11 8d c0 00 13 21 f3 02 ..o...^......!.. 9c 00 5d 0d 80 07 00 0a 40 6c 0a 27 10 11 00 92 ..].....@l.'.... 67 a2 bd 89 5e da 11 8d c0 00 13 21 f3 02 9c 01 g...^......!.... 00 01 00 01 00 01 00 02 80 01 00 ........... 0:23.592 H225 Caller:8264258 H225 Reading PDUs: callRef=29416 0:23.627 H225 Caller:8264258 H225 Receiving PDU: { q931pdu = { protocolDiscriminator = 8 callReference = 29416 from = destination messageType = CallProceeding IE: User-User = { 21 80 06 00 08 91 4a 00 05 3c c0 b5 00 4c 54 11 !.....J..<...LT. 41 76 61 79 61 20 4d 75 6c 74 69 76 61 6e 74 61 Avaya Multivanta 67 65 0f 52 30 31 33 78 2e 30 30 2e 30 2e 33 34 ge.R013x.00.0.34 30 2e 33 10 03 14 05 04 01 00 00 c0 2c 05 04 01 0.3.........,... 00 00 c0 3c 05 04 01 00 00 c0 21 10 c0 11 00 92 ...<......!..... 67 a2 bd 89 5e da 11 8d c0 00 13 21 f3 02 9c 01 g...^......!.... 00 01 00 10 80 01 00 ....... } } h225pdu = { h323_uu_pdu = { h323_message_body = callProceeding { protocolIdentifier = 0.0.8.2250.0.5 destinationInfo = { vendor = { vendor = { t35CountryCode = 181 t35Extension = 0 manufacturerCode = 19540 } productId = 18 octets { 41 76 61 79 61 20 4d 75 6c 74 69 76 61 6e 74 61 Avaya Multivanta 67 65 ge } versionId = 16 octets { 52 30 31 33 78 2e 30 30 2e 30 2e 33 34 30 2e 33 R013x.00.0.340.3 } } gatekeeper = { } gateway = { protocol = 3 entries { [0]=h320 { supportedPrefixes = 1 entries { [0]={ prefix = dialedDigits "9" } } } [1]=h323 { supportedPrefixes = 1 entries { [0]={ prefix = dialedDigits "9" } } } [2]=voice { supportedPrefixes = 1 entries { [0]={ prefix = dialedDigits "9" } } } } } mcu = { } mc = TRUE undefinedNode = FALSE } callIdentifier = { guid = 16 octets { 92 67 a2 bd 89 5e da 11 8d c0 00 13 21 f3 02 9c .g...^......!... } } multipleCalls = FALSE maintainConnection = FALSE } h245Tunneling = FALSE } } } Raw PDU: 08 02 f2 e8 02 7e 00 68 05 21 80 06 00 08 91 4a .....~.h.!.....J 00 05 3c c0 b5 00 4c 54 11 41 76 61 79 61 20 4d ..<...LT.Avaya M 75 6c 74 69 76 61 6e 74 61 67 65 0f 52 30 31 33 ultivantage.R013 78 2e 30 30 2e 30 2e 33 34 30 2e 33 10 03 14 05 x.00.0.340.3.... 04 01 00 00 c0 2c 05 04 01 00 00 c0 3c 05 04 01 .....,......<... 00 00 c0 21 10 c0 11 00 92 67 a2 bd 89 5e da 11 ...!.....g...^.. 8d c0 00 13 21 f3 02 9c 01 00 01 00 10 80 01 00 ....!........... 0:23.627 H225 Caller:8264258 H225 Handling PDU: CallProceeding callRef=29416 0:23.627 H225 Caller:8264258 H225 Set protocol version to 5 and implying H.245 version 7 0:23.627 H225 Caller:8264258 H225 Set remote party name: "35948" 0:23.627 H225 Caller:8264258 H225 Set remote application name: "Avaya Multivantage R013x.00.0.340.3 181/19540" 0:23.627 H225 Caller:8264258 H323 InternalEstablishedConnectionCheck: connectionState=AwaitingSignalConnect fastStartState=FastStartDisabled 0:23.631 H225 Caller:8264258 H225 Receiving PDU: { q931pdu = { protocolDiscriminator = 8 callReference = 29416 from = destination messageType = Alerting IE: Progress-Indicator = { 81 88 .. } IE: User-User = { 23 c0 06 00 08 91 4a 00 05 3c c0 b5 00 4c 54 11 #.....J..<...LT. 41 76 61 79 61 20 4d 75 6c 74 69 76 61 6e 74 61 Avaya Multivanta 67 65 0f 52 30 31 33 78 2e 30 30 2e 30 2e 33 34 ge.R013x.00.0.34 30 2e 33 10 03 14 05 04 01 00 00 c0 2c 05 04 01 0.3.........,... 00 00 c0 3c 05 04 01 00 00 c0 20 0a 40 6c 84 53 ...<...... .@l.S e3 1b 0c 00 11 00 92 67 a2 bd 89 5e da 11 8d c0 .......g...^.... 00 13 21 f3 02 9c 01 00 01 00 10 80 01 80 ..!........... } } h225pdu = { h323_uu_pdu = { h323_message_body = alerting { protocolIdentifier = 0.0.8.2250.0.5 destinationInfo = { vendor = { vendor = { t35CountryCode = 181 t35Extension = 0 manufacturerCode = 19540 } productId = 18 octets { 41 76 61 79 61 20 4d 75 6c 74 69 76 61 6e 74 61 Avaya Multivanta 67 65 ge } versionId = 16 octets { 52 30 31 33 78 2e 30 30 2e 30 2e 33 34 30 2e 33 R013x.00.0.340.3 } } gatekeeper = { } gateway = { protocol = 3 entries { [0]=h320 { supportedPrefixes = 1 entries { [0]={ prefix = dialedDigits "9" } } } [1]=h323 { supportedPrefixes = 1 entries { [0]={ prefix = dialedDigits "9" } } } [2]=voice { supportedPrefixes = 1 entries { [0]={ prefix = dialedDigits "9" } } } } } mcu = { } mc = TRUE undefinedNode = FALSE } h245Address = ipAddress { ip = 4 octets { 0a 40 6c 84 .@l. } port = 21475 } callIdentifier = { guid = 16 octets { 92 67 a2 bd 89 5e da 11 8d c0 00 13 21 f3 02 9c .g...^......!... } } multipleCalls = FALSE maintainConnection = FALSE } h245Tunneling = TRUE } } } Raw PDU: 08 02 f2 e8 01 1e 02 81 88 7e 00 6f 05 23 c0 06 .........~.o.#.. 00 08 91 4a 00 05 3c c0 b5 00 4c 54 11 41 76 61 ...J..<...LT.Ava 79 61 20 4d 75 6c 74 69 76 61 6e 74 61 67 65 0f ya Multivantage. 52 30 31 33 78 2e 30 30 2e 30 2e 33 34 30 2e 33 R013x.00.0.340.3 10 03 14 05 04 01 00 00 c0 2c 05 04 01 00 00 c0 .........,...... 3c 05 04 01 00 00 c0 20 0a 40 6c 84 53 e3 1b 0c <...... .@l.S... 00 11 00 92 67 a2 bd 89 5e da 11 8d c0 00 13 21 ....g...^......! f3 02 9c 01 00 01 00 10 80 01 80 ........... 0:23.632 H225 Caller:8264258 H225 Handling PDU: Alerting callRef=29416 0:23.632 H225 Caller:8264258 H225 Set protocol version to 5 and implying H.245 version 7 0:23.632 H225 Caller:8264258 H225 Set remote party name: "35948" 0:23.632 H225 Caller:8264258 H225 Set remote application name: "Avaya Multivantage R013x.00.0.340.3 181/19540" 0:23.632 H225 Caller:8264258 H323TCP Connecting to 10.64.108.132:21475 (local port=10001) 0:23.635 H225 Caller:8264258 H323TCP Could not connect to 10.64.108.132:21475 (local port=10001) - Connection refused(111) 0:23.635 H225 Caller:8264258 H225 Connect of H245 failed: Connection refused 0:23.635 H225 Caller:8264258 H323 Clearing connection ip$localhost/29416 reason=EndedByTransportFail 0:23.635 H225 Caller:8264258 H323 Call end reason for ip$localhost/29416 set to EndedByTransportFail 0:23.636 H225 Caller:8264258 H225 Sending release complete PDU: callRef=29416 0:23.636 H225 Caller:8264258 H225 Sending PDU: { q931pdu = { protocolDiscriminator = 8 callReference = 29416 from = originator messageType = ReleaseComplete IE: User-User = { 25 c0 06 00 08 91 4a 00 05 58 08 11 00 92 67 a2 %.....J..X....g. bd 89 5e da 11 8d c0 00 13 21 f3 02 9c 02 80 01 ..^......!...... 00 . } } h225pdu = { h323_uu_pdu = { h323_message_body = releaseComplete { protocolIdentifier = 0.0.8.2250.0.5 reason = undefinedReason <<null>> callIdentifier = { guid = 16 octets { 92 67 a2 bd 89 5e da 11 8d c0 00 13 21 f3 02 9c .g...^......!... } } } h245Tunneling = FALSE } } } Raw PDU: 08 02 72 e8 5a 7e 00 22 05 25 c0 06 00 08 91 4a ..r.Z~.".%.....J 00 05 58 08 11 00 92 67 a2 bd 89 5e da 11 8d c0 ..X....g...^.... 00 13 21 f3 02 9c 02 80 01 00 ..!....... 0:23.636 H323 Cleaner H323 Cleaning up connections 0:23.637 H323 Cleaner H323 Connection ip$localhost/29416 closing: connectionState=AwaitingSignalConnect 0:23.637 H323 Cleaner H245 Stopping MasterSlaveDetermination: state=Idle 0:23.637 H323 Cleaner H245 Stopping TerminalCapabilitySet: state=Idle 0:23.637 H323 Cleaner H323 H323Transport::Close 0:23.637 H225 Caller:8264258 H225 Signal channel closed. 0:23.641 H323 Cleaner H323 H323Transport::CleanUpOnTermination for H225 Caller:8264258 0:23.641 H323 Cleaner H323 Connection ip$localhost/29416 terminated. 0:23.641 H323 Cleaner H323 Connection ip$localhost/29416 deleted.
BJ Weschke
2005-Nov-28 13:26 UTC
[Asterisk-Users] Help connecting Avaya S8700 and Asterisk through H.323 trunk
On 11/28/05, Pablo Chac?n <pchacong@gmail.com> wrote:> Hi I'm trying to connect Avaya S8700 and Asterisk through H323 trunk > (using channel oh323). > I can make calls from S8700 H323 extension to Asterisk SIP phone using > G711a codec but when I try to make a call from SIP phone to S8700 > extension I listen one ringing tone and the call is dropped. > Can anybody help me??? >I've had greater success increasing the number of frames in an RTP packet when dealing with the med pro resources on the S8700. Also, make sure you're sending the call to the IP that is bound to the CLAN board that also has the signaling group you're trying to call into bound to it. With the connection refused here it seems like you might be trying to send the call to the IP of the med pro board instead of a CLAN board. BJ -- Bird's The Word Technologies, Inc. http://www.btwtech.com/