Greetings to All, I hope someone has already gotten this working. I spent all day today trying to get ooh323 and gnugk to run on the same box. After a lot of tweaking to get everything compiled, I got both up and running. I can make calls IAX to H323, but cannot make calls in the reverse direction. I have tried many different configs on the GK, but always come up with the same error. It appears to me that asterisk successfully registers with GK as I can see the aliases and the e.164 numbers, but when the h323 softphone tries to call my IAX softphone, I get this: admissionRequest { requestSeqNum = 2 callType = pointToPoint <<null>> endpointIdentifier = 9 characters { 0033 0032 0039 0037 005f 0065 006e 0064 3297_end 0070 p } destinationInfo = 1 entries { [0]=dialedDigits "100" <--------------------no IP ??????????? } srcInfo = 2 entries { [0]=h323_ID 8 characters { 0073 006f 0066 0074 0070 0065 0065 0072 softpeer } [1]=dialedDigits "123" } bandWidth = 1 callReferenceValue = 4096 conferenceID = 16 octets { ee 87 f1 90 9f 46 8d 40 94 7e 5e 75 87 e5 c0 15 .....F.@.~^u.... } activeMC = FALSE answerCall = FALSE canMapAlias = TRUE callIdentifier = { guid = 16 octets { e1 87 ea ec d6 83 ff 4a bd 0c f5 b9 93 6e 32 df .......J.....n2. } } cryptoTokens = 2 entries { [0]=cryptoEPPwdHash { alias = h323_ID 8 characters { 0073 006f 0066 0074 0070 0065 0065 0072 softpeer } timeStamp = 1139496380 token = { algorithmOID = 1.2.840.113549.2.5 paramS = { } hash = Hex: 64 71 36 5e 9b 4e a8 64 c4 fe bf 5d dd 6e 22 00 } } [1]=cryptoEPPwdHash { alias = dialedDigits "123" timeStamp = 1139496380 token = { algorithmOID = 1.2.840.113549.2.5 paramS = { } hash = Hex: 06 d8 7b d1 ff 54 e3 bb c9 66 49 c2 4d cb 38 94 } } } willSupplyUUIEs = FALSE } 2006/02/09 15:47:02.165 1 RasSrv.cxx(343) RAS ARQ Received 2006/02/09 15:47:02.166 3 RasSrv.cxx(1948) GK ARQ will request bandwith of 1280 2006/02/09 15:47:02.181 2 RasSrv.cxx(388) ARJ|195.27.242.114:3775|100:dialedDigits|softpeer:h323_ID=123:dialedDigits|f alse|calledPartyNotRegistered; 2006/02/09 15:47:02.181 3 RasSrv.cxx(231) RAS Send to 195.27.242.114:3774 admissionReject { requestSeqNum = 2 rejectReason = calledPartyNotRegistered <<null>> I have to assume here that the called party is Asterisk, but I cannot find any information regarding using a username and password for Asterisk GK registration. When a call goes from IAX to H323, the destinationInfo has 2 entries, e.164 number, and an IP address. If anyone has gotten this to work, I would love to hear how. Regards to all. Joe P.S. Running *1.2.4 (crashes quite a bit by the way with ooh323) and ooh323 from add-ons 1.2.1 Joe
Guillermo Salas M.
2006-Feb-23 06:33 UTC
[Asterisk-Users] Problems with gnugk, asterisk, and ooh323
On Thu, 2006-02-09 at 21:27 +0100, Joe wrote:> Greetings to All, > > I hope someone has already gotten this working. I spent all day today trying > to get ooh323 and gnugk to run on the same box. After a lot of tweaking to > get everything compiled, I got both up and running. >I've it working. Can call from H.323 to SIP or IAX and from SIP or IAX to H.323. The H.323 devices can use the SIP or IAX trunks to call outside.> I can make calls IAX to H323, but cannot make calls in the reverse > direction. I have tried many different configs on the GK, but always come up > with the same error. It appears to me that asterisk successfully registers > with GK as I can see the aliases and the e.164 numbers, but when the h323 > softphone tries to call my IAX softphone, I get this: >I'm not using gatekeeper on th oh323.conf. The H.323 devices are using the asterisk ip as gateway (not gatekeeper) and to call to H.323 I need to specify the number of the device followed by the ip (h323number@ip.of.device).> admissionRequest { > requestSeqNum = 2 > callType = pointToPoint <<null>> > endpointIdentifier = 9 characters { > 0033 0032 0039 0037 005f 0065 006e 0064 3297_end > 0070 p > } > destinationInfo = 1 entries { > [0]=dialedDigits "100" <--------------------no IP ??????????? > } > srcInfo = 2 entries { > [0]=h323_ID 8 characters { > 0073 006f 0066 0074 0070 0065 0065 0072 softpeer > } > [1]=dialedDigits "123" > } > bandWidth = 1 > callReferenceValue = 4096 > conferenceID = 16 octets { > ee 87 f1 90 9f 46 8d 40 94 7e 5e 75 87 e5 c0 15 .....F.@.~^u.... > } > activeMC = FALSE > answerCall = FALSE > canMapAlias = TRUE > callIdentifier = { > guid = 16 octets { > e1 87 ea ec d6 83 ff 4a bd 0c f5 b9 93 6e 32 df .......J.....n2. > } > } > cryptoTokens = 2 entries { > [0]=cryptoEPPwdHash { > alias = h323_ID 8 characters { > 0073 006f 0066 0074 0070 0065 0065 0072 softpeer > } > timeStamp = 1139496380 > token = { > algorithmOID = 1.2.840.113549.2.5 > paramS = { > } > hash = Hex: 64 71 36 5e 9b 4e a8 64 c4 fe bf 5d dd 6e 22 00 > } > } > [1]=cryptoEPPwdHash { > alias = dialedDigits "123" > timeStamp = 1139496380 > token = { > algorithmOID = 1.2.840.113549.2.5 > paramS = { > } > hash = Hex: 06 d8 7b d1 ff 54 e3 bb c9 66 49 c2 4d cb 38 94 > } > } > } > willSupplyUUIEs = FALSE > } > 2006/02/09 15:47:02.165 1 RasSrv.cxx(343) RAS ARQ Received > 2006/02/09 15:47:02.166 3 RasSrv.cxx(1948) GK ARQ will > request bandwith of 1280 > 2006/02/09 15:47:02.181 2 RasSrv.cxx(388) > ARJ|195.27.242.114:3775|100:dialedDigits|softpeer:h323_ID=123:dialedDigits|f > alse|calledPartyNotRegistered; > 2006/02/09 15:47:02.181 3 RasSrv.cxx(231) RAS Send to > 195.27.242.114:3774 > admissionReject { > requestSeqNum = 2 > rejectReason = calledPartyNotRegistered <<null>> > > > I have to assume here that the called party is Asterisk, but I cannot find > any information regarding using a username and password for Asterisk GK > registration. > > When a call goes from IAX to H323, the destinationInfo has 2 entries, e.164 > number, and an IP address. > > If anyone has gotten this to work, I would love to hear how. > > Regards to all. > > Joe > > P.S. Running *1.2.4 (crashes quite a bit by the way with ooh323) and ooh323 > from add-ons 1.2.1 > Joe > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users--