Re: FastStart and Asterisk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
RTP port lines have been removed from GNUGK. Asterisk has defaultsettings for RTP. I am now using ULAW instead. However, the problempersists. Below is the output from oh323 debug:
*CLI> oh323 debug toggleVerbose debug info for OpenH323 channel driver turned on.    -- Registered SIP '6917' at 212.6.18.121 port 5060 expires 1800Inbound H.323 call 'ip$212.37.59.22:32778/3157' detected.Channel OH323/R3157 created and attached for inbound H.323 call'ip$212.37.59.22:32778/3157'.    -- Executing Dial("OH323/R3157", "SIP/6917|60|t") in new stack    -- Called 6917Setting channel 'OH323/R3157' (ip$212.37.59.22:32778/3157) nativeformat to ulaw!    -- SIP/6917-cd42 is ringingChannel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 16000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 32000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 48000.    -- SIP/6917-cd42 answered OH323/R3157Channel OH323/R3157 answered.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 64000.Call 'ip$212.37.59.22:32778/3157' has exception CALL_ESTABLISHED.Call 'ip$212.37.59.22:32778/3157' established (remote).Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 80000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 80080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') TX byte count is 16000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 96080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 112080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') TX byte count is 32000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 128000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 128080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 144000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 144080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') TX byte count is 48000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 160000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 160080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 176000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 176080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') TX byte count is 64000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 192000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 192080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 208000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 208080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') TX byte count is 80000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 224000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 224080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 240000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 240080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') TX byte count is 96000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 256000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 256080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 272080.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') TX byte count is 112000.Channel OH323/R3157 (call 'ip$212.37.59.22:32778/3157') RX byte count is 288080.

On 5/16/05, Teodor Georgiev <tgeorgiev@xxxxxxxxx> wrote:> > Just as a start - why don't you remove the RTP port lines both from GnuGK and> Asterisk ?> > > On Monday 16 May 2005 12:50, VoIP Newbie wrote:> > Thanks a lot for response and help. I could make calls from SIP to> > H323. However, calls from H323 to SIP resulted in ringing at> > originating side when the calls were already answered.> >> > Below are configuration of GNUGK and debug output.> >> > [RoutedMode]> > GKRouted=1> > H245Routed=0> >> > [Proxy]> > Enable=1> > T120PortRange=50000-40999> > RTPPortRange=50000-59999> >> >> >  Configuration of chan_oh323> > ------------------------------------------> > Version: 0.7.1> > Gatekeeper used:  (Registered)> > FastStart/H245Tunnelling/H245inSetup: ON/ON/OFF> > Supported formats in pref. order: g729<0>> > Jitter buffer limits (min/max): 20-100 ms> > TCP port range: 10000 - 20000> > UDP (RAS) port range: 10000 - 20000> > UDP (RTP) port range: 10000 - 20000> > IP Type-of-Service value: 0> > User input mode: 3> >> >> > Below is the output from GNUGK -ttt:> >> > 2005/05/17 01:36:47.193 1             RasSrv.cxx(328)   RAS     ARQ> > Received 2005/05/17 01:36:47.193 3             gkauth.cxx(1021)  GKAUTH> > default ARQ check ok> > 2005/05/17 01:36:47.193 3             RasSrv.cxx(1926)  GK      ARQ> > will request bandwith of 1280> > 2005/05/17 01:36:47.193 2             RasTbl.cxx(664)   RASTBL> > Gateway 8147_endp matched by prefix 41> > 2005/05/17 01:36:47.194 2             RasTbl.cxx(1969)> > CallTable::Insert(CALL) Call No. 1, total sessions : 1> > 2005/05/17 01:36:47.195 2             RasSrv.cxx(373)> >> > ACF|192.168.1.100:1720|8148_endp|16050|418526977:dialedDigits|6907:dialedDi> >gits=6907:h323_ID|false; 2005/05/17 01:36:47.195 3> > RasSrv.cxx(219)   RAS     Send to 211.236.24.23:1720> > admissionConfirm {> >     requestSeqNum = 29220> >     bandWidth = 1280> >     callModel = gatekeeperRouted <<null>>> >     destCallSignalAddress = ipAddress {> >       ip =  4 octets {> >         ca 42 81 f6                                        .B..> >       }> >       port = 1721> >     }> >     irrFrequency = 120> >     willRespondToIRR = FALSE> >     uuiesRequested = {> >       setup = FALSE> >       callProceeding = FALSE> >       connect = FALSE> >       alerting = FALSE> >       information = FALSE> >       releaseComplete = FALSE> >       facility = FALSE> >       progress = FALSE> >       empty = FALSE> >       status = FALSE> >       statusInquiry = FALSE> >       setupAcknowledge = FALSE> >       notify = FALSE> >     }> >   }> > 2005/05/17 01:36:47.386 3       ProxyChannel.cxx(722)   Q931s> > Received: Setup CRV=16050 from 211.236.24.23:1323> > 2005/05/17 01:36:47.391 3             gkauth.cxx(1066)  GKAUTH> > default Setup check ok> > 2005/05/17 01:36:47.391 2             gkacct.cxx(958)   GKACCT> > Successfully logged event 1 for call no. 1> > 2005/05/17 01:36:47.392 3       ProxyChannel.cxx(1690)  GK      Call 1> > is NAT type 1> > 2005/05/17 01:36:47.392 3       ProxyChannel.cxx(609)   GK      Call 1> > proxy enabled> > 2005/05/17 01:36:47.422 3       ProxyChannel.cxx(2173)  Q931> > Connect to 212.37.59.22:1720 successful> > 2005/05/17 01:36:47.440 3       ProxyChannel.cxx(722)   Q931d> > Received: CallProceeding CRV=16050 from> >> > 212.37.59.22:1720> > 2005/05/17 01:36:47.444 2             RasSrv.cxx(168)   RAS     Read> > from 212.37.59.22:10001> > 2005/05/17 01:36:47.445 3             RasSrv.cxx(207)   RAS> > admissionRequest {> >     requestSeqNum = 41911> >     callType = pointToPoint <<null>>> >     endpointIdentifier =  9 characters {> >       0038 0031 0034 0037 005f 0065 006e 0064   8147_end> >       0070                                      p> >     }> >     destinationInfo = 1 entries {> >       [0]=h323_ID  5 characters {> >         0074 0065 0073 0074 0031                  test1> >       }> >     }> >     destCallSignalAddress = ipAddress {> >       ip =  4 octets {> >         ca 43 9f df                                        .C..> >       }> >       port = 1720> >     }> >     srcInfo = 1 entries {> >       [0]=h323_ID  25 characters {> >         0032 0035 0030 0038 0036 0039 0030 0037   6907> >         0020 005b 0032 0030 0032 002e 0036 0036    [202.66> >         002e 0031 0032 0039 002e 0032 0034 0036   .129.246> >         005d                                      ]> >       }> >     }> >     srcCallSignalAddress = ipAddress {> >       ip =  4 octets {> >         ca 42 81 f6                                        .B..> >       }> >       port = 30000> >     }> >     bandWidth = 100000> >     callReferenceValue = 16050> >     conferenceID =  16 octets {> >       48 00 1b 49 1a e1 3b b3  16 a0 39 1d 35 8a 5b 84   H..I..;...9.5.[.> >     }> >     activeMC = FALSE> >     answerCall = TRUE> >     canMapAlias = TRUE> >     callIdentifier = {> >       guid =  16 octets {> >         49 00 1b 49 1a e1 3b b3  16 a0 39 1d 35 8a 5b 84   I..I..;...9.5.[.> >       }> >     }> >     gatekeeperIdentifier =  3 characters {> >       0047 004b 0034                            GK4> >     }> >     willSupplyUUIEs = TRUE> >     canMapSrcAlias = FALSE> >   }> > 2005/05/17 01:36:47.447 1             RasSrv.cxx(328)   RAS     ARQ> > Received 2005/05/17 01:36:47.447 3             gkauth.cxx(1021)  GKAUTH> > default ARQ check ok> > 2005/05/17 01:36:47.447 3             RasSrv.cxx(1926)  GK      ARQ> > will request bandwith of 100000> > 2005/05/17 01:36:47.448 3             RasSrv.cxx(2029)  GK      ACF:> > found existing call no 1> > 2005/05/17 01:36:47.449 2             RasSrv.cxx(373)> > ACF|212.37.59.22:1720|8147_endp|16050|test1:h323_ID|6907> >> > [202.66.129.246]:h323_ID|true;> > 2005/05/17 01:36:47.449 3             RasSrv.cxx(219)   RAS     Send> > to 212.37.59.22:10001> > admissionConfirm {> >     requestSeqNum = 41911> >     bandWidth = 100000> >     callModel = gatekeeperRouted <<null>>> >     destCallSignalAddress = ipAddress {> >       ip =  4 octets {> >         ca 42 81 f6                                        .B..> >       }> >       port = 1721> >     }> >     irrFrequency = 120> >     willRespondToIRR = FALSE> >     uuiesRequested = {> >       setup = FALSE> >       callProceeding = FALSE> >       connect = FALSE> >       alerting = FALSE> >       information = FALSE> >       releaseComplete = FALSE> >       facility = FALSE> >       progress = FALSE> >       empty = FALSE> >       status = FALSE> >       statusInquiry = FALSE> >       setupAcknowledge = FALSE> >       notify = FALSE> >     }> >     serviceControl = 1 entries {> >       [0]={> >         sessionId = 0> >         contents = callCreditServiceControl {> >           callStartingPoint = connect <<null>>> >         }> >         reason = refresh <<null>>> >       }> >     }> >   }> > 2005/05/17 01:36:47.480 3       ProxyChannel.cxx(722)   Q931d> > Received: Progress CRV=16050 from 212.37.59.22:1720> > 2005/05/17 01:36:47.496 2             RasSrv.cxx(168)   RAS     Read> > from 212.37.59.22:10001> > 2005/05/17 01:36:47.499 3             RasSrv.cxx(207)   RAS> > infoRequestResponse {> >     requestSeqNum = 41912> >     endpointType = {> >       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 37 2e 31 20 28 4f  70 65 6e 48 33 32 33 20   0.7.1> > (OpenH323 76 31 2e 31 33 2e 35 29  00 00                     v1.13.5).. }> >       }> >       gateway = {> >         protocol = 1 entries {> >           [0]=voice {> >             supportedPrefixes = 3 entries {> >               [0]={> >                 prefix = dialedDigits "41"> >               }> >               [1]={> >                 prefix = dialedDigits "001"> >               }> >               [2]={> >                 prefix = dialedDigits "002"> >               }> >             }> >           }> >         }> >       }> >       mc = FALSE> >       undefinedNode = FALSE> >     }> >     endpointIdentifier =  9 characters {> >       0038 0031 0034 0037 005f 0065 006e 0064   8147_end> >       0070                                      p> >     }> >     rasAddress = ipAddress {> >       ip =  4 octets {> >         ca 43 9f df                                        .C..> >       }> >       port = 10001> >     }> >     callSignalAddress = 1 entries {> >       [0]=ipAddress {> >         ip =  4 octets {> >           ca 43 9f df                                        .C..> >         }> >         port = 1720> >       }> >     }> >     endpointAlias = 1 entries {> >       [0]=h323_ID  5 characters {> >         0074 0065 0073 0074 0031                  test1> >       }> >     }> >     perCallInfo = 1 entries {> >       [0]={> >         callReferenceValue = 16050> >         conferenceID =  16 octets {> >           48 00 1b 49 1a e1 3b b3  16 a0 39 1d 35 8a 5b 84> > H..I..;...9.5.[. }> >         originator = FALSE> >         audio = 1 entries {> >           [0]={> >             rtpAddress = {> >             }> >             rtcpAddress = {> >             }> >             cname = "rootm2.broad-tel.com"> >             ssrc = 2771327790> >             sessionId = 1> >             associatedSessionIds = 0 entries {> >             }> >           }> >         }> >         h245 = {> >         }> >         callSignaling = {> >         }> >         callType = pointToPoint <<null>>> >         bandWidth = 160> >         callModel = gatekeeperRouted <<null>>> >         callIdentifier = {> >           guid =  16 octets {> >             49 00 1b 49 1a e1 3b b3  16 a0 39 1d 35 8a 5b 84> > I..I..;...9.5.[. }> >         }> >         substituteConfIDs = 0 entries {> >         }> >         usageInformation = {> >           nonStandardUsageFields = 0 entries {> >           }> >         }> >       }> >     }> >     needResponse = FALSE> >     unsolicited = TRUE> >   }> > 2005/05/17 01:36:47.501 1             RasSrv.cxx(328)   RAS     IRR> > Received 2005/05/17 01:36:47.505 3       ProxyChannel.cxx(722)   Q931d> > Received: Alerting CRV=16050 from 212.37.59.22:1720> > 2005/05/17 01:36:48.536 3       ProxyChannel.cxx(722)   Q931d> > Received: Connect CRV=16050 from 212.37.59.22:1720> > 2005/05/17 01:36:48.540 2             gkacct.cxx(958)   GKACCT> > Successfully logged event 32 for call no. 1> > 2005/05/17 01:36:48.742 3       ProxyChannel.cxx(722)   Q931s> > Received: Facility CRV=16050 from 211.236.24.23:1323> > 2005/05/17 01:36:48.768 3       ProxyChannel.cxx(722)   Q931d> > Received: Facility CRV=16050 from 212.37.59.22:1720> > 2005/05/17 01:36:48.771 3       ProxyChannel.cxx(722)   Q931d> > Received: Facility CRV=16050 from 212.37.59.22:1720> > 2005/05/17 01:36:48.835 3       ProxyChannel.cxx(722)   Q931s> > Received: Facility CRV=16050 from 211.236.24.23:1323> > 2005/05/17 01:36:48.853 3       ProxyChannel.cxx(722)   Q931d> > Received: Facility CRV=16050 from 212.37.59.22:1720> > 2005/05/17 01:36:48.894 3       ProxyChannel.cxx(722)   Q931s> > Received: Facility CRV=16050 from 211.236.24.23:1323> > 2005/05/17 01:37:37.523 2             RasSrv.cxx(168)   RAS     Read> > from 211.236.24.23:1720> > 2005/05/17 01:37:37.524 3             RasSrv.cxx(207)   RAS> > registrationRequest {> >     requestSeqNum = 29221> >     protocolIdentifier = 0.0.8.2250.0.4> >     discoveryComplete = FALSE> >     callSignalAddress = 1 entries {> >       [0]=ipAddress {> >         ip =  4 octets {> >           c0 a8 01 64                                        ...d> >         }> >         port = 1720> >       }> >     }> >     rasAddress = 1 entries {> >       [0]=ipAddress {> >         ip =  4 octets {> >           c0 a8 01 64                                        ...d> >         }> >         port = 1720> >       }> >     }> >     terminalType = {> >       terminal = {> >       }> >       mc = FALSE> >       undefinedNode = FALSE> >     }> >     terminalAlias = 2 entries {> >       [0]=dialedDigits "6907"> >       [1]=h323_ID  8 characters {> >         0032 0035 0030 0038 0036 0039 0030 0037   6907> >       }> >     }> >     endpointVendor = {> >       vendor = {> >         t35CountryCode = 38> >         t35Extension = 0> >         manufacturerCode = 21845> >       }> >     }> >     timeToLive = 300> >     keepAlive = TRUE> >     endpointIdentifier =  9 characters {> >       0038 0031 0034 0038 005f 0065 006e 0064   8148_end> >       0070                                      p> >     }> >     willSupplyUUIEs = FALSE> >     maintainConnection = FALSE> >   }> > 2005/05/17 01:37:37.524 1             RasSrv.cxx(328)   RAS     RRQ> > Received 2005/05/17 01:37:37.525 3             RasSrv.cxx(219)   RAS> > Send to 211.236.24.23:1720> > registrationConfirm {> >     requestSeqNum = 29221> >     protocolIdentifier = 0.0.8.2250.0.4> >     callSignalAddress = 1 entries {> >       [0]=ipAddress {> >         ip =  4 octets {> >           ca 42 81 f6                                        .B..> >         }> >         port = 1721> >       }> >     }> >     terminalAlias = 2 entries {> >       [0]=dialedDigits "6907"> >       [1]=h323_ID  8 characters {> >         0032 0035 0030 0038 0036 0039 0030 0037   6907> >       }> >     }> >     gatekeeperIdentifier =  3 characters {> >       0047 004b 0034                            GK4> >     }> >     endpointIdentifier =  9 characters {> >       0038 0031 0034 0038 005f 0065 006e 0064   8148_end> >       0070                                      p> >     }> >     timeToLive = 60> >     willRespondToIRR = FALSE> >     maintainConnection = FALSE> >   }> > 2005/05/17 01:37:39.561 2             RasSrv.cxx(168)   RAS     Read> > from 212.37.59.22:10001> > 2005/05/17 01:37:39.563 3             RasSrv.cxx(207)   RAS> > registrationRequest {> >     requestSeqNum = 41913> >     protocolIdentifier = 0.0.8.2250.0.4> >     discoveryComplete = FALSE> >     callSignalAddress = 1 entries {> >       [0]=ipAddress {> >         ip =  4 octets {> >           ca 43 9f df                                        .C..> >         }> >         port = 1720> >       }> >     }> >     rasAddress = 1 entries {> >       [0]=ipAddress {> >         ip =  4 octets {> >           ca 43 9f df                                        .C..> >         }> >         port = 10001> >       }> >     }> >     terminalType = {> >       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 37 2e 31 20 28 4f  70 65 6e 48 33 32 33 20   0.7.1> > (OpenH323 76 31 2e 31 33 2e 35 29  00 00                     v1.13.5).. }> >       }> >       gateway = {> >         protocol = 1 entries {> >           [0]=voice {> >             supportedPrefixes = 3 entries {> >               [0]={> >                 prefix = dialedDigits "41"> >               }> >               [1]={> >                 prefix = dialedDigits "001"> >               }> >               [2]={> >                 prefix = dialedDigits "002"> >               }> >             }> >           }> >         }> >       }> >       mc = FALSE> >       undefinedNode = FALSE> >     }> >     terminalAlias = 1 entries {> >       [0]=h323_ID  5 characters {> >         0074 0065 0073 0074 0031                  test1> >       }> >     }> >     gatekeeperIdentifier =  3 characters {> >       0047 004b 0034                            GK4> >     }> >     endpointVendor = {> >       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 37 2e 31 20 28 4f  70 65 6e 48 33 32 33 20   0.7.1 (OpenH323> >         76 31 2e 31 33 2e 35 29  00 00                     v1.13.5)..> >       }> >     }> >     timeToLive = 600> >     keepAlive = TRUE> >     endpointIdentifier =  9 characters {> >       0038 0031 0034 0037 005f 0065 006e 0064   8147_end> >       0070                                      p> >     }> >     willSupplyUUIEs = TRUE> >     maintainConnection = FALSE> >     supportsAltGK = <<null>>> >     usageReportingCapability = {> >       nonStandardUsageTypes = 0 entries {> >       }> >       startTime = <<null>>> >       endTime = <<null>>> >       terminationCause = <<null>>> >     }> >     callCreditCapability = {> >       canEnforceDurationLimit = TRUE> >     }> >   }> > 2005/05/17 01:37:39.564 1             RasSrv.cxx(328)   RAS     RRQ> > Received 2005/05/17 01:37:39.564 3             RasSrv.cxx(219)   RAS> > Send to 212.37.59.22:10001> > registrationConfirm {> >     requestSeqNum = 41913> >     protocolIdentifier = 0.0.8.2250.0.4> >     callSignalAddress = 1 entries {> >       [0]=ipAddress {> >         ip =  4 octets {> >           ca 42 81 f6                                        .B..> >         }> >         port = 1721> >       }> >     }> >     terminalAlias = 1 entries {> >       [0]=h323_ID  5 characters {> >         0074 0065 0073 0074 0031                  test1> >       }> >     }> >     gatekeeperIdentifier =  3 characters {> >       0047 004b 0034                            GK4> >     }> >     endpointIdentifier =  9 characters {> >       0038 0031 0034 0037 005f 0065 006e 0064   8147_end> >       0070                                      p> >     }> >     timeToLive = 60> >     willRespondToIRR = FALSE> >     maintainConnection = FALSE> >   }> > 2005/05/17 01:37:48.511 3       ProxyChannel.cxx(722)   Q931s> > Received: ReleaseComplete CRV=16050 from> >> > 211.236.24.23:1323> > 2005/05/17 01:37:48.513 1             RasTbl.cxx(2136)  CDR|1|49 00 1b> > 49 1a e1 3b b3 16 a0 39 1d 35 8a 5b 84|60|Tue,> >> > 17 May 2005 01:36:48 +0800|Tue, 17 May 2005 01:37:48> >> > +0800|211.236.24.23:1323|8148_endp|212.37.59.22:1720|8147_endp|418526977:di> >aledDigits|25086907:dialedDigits=6907:h323_I> >> > D|GK4;^M> >> > 2005/05/17 01:37:48.513 2             gkacct.cxx(958)   GKACCT> > Successfully logged event 2 for call no. 1> > 2005/05/17 01:37:48.536 2             RasSrv.cxx(168)   RAS     Read> > from 211.236.24.23:1720> > 2005/05/17 01:37:48.537 3             RasSrv.cxx(207)   RAS> > disengageRequest {> >     requestSeqNum = 29222> >     endpointIdentifier =  9 characters {> >       0038 0031 0034 0038 005f 0065 006e 0064   8148_end> >       0070                                      p> >     }> >     conferenceID =  16 octets {> >       48 00 1b 49 1a e1 3b b3  16 a0 39 1d 35 8a 5b 84   H..I..;...9.5.[.> >     }> >     callReferenceValue = 16050> >     disengageReason = normalDrop <<null>>> >     callIdentifier = {> >       guid =  16 octets {> >         49 00 1b 49 1a e1 3b b3  16 a0 39 1d 35 8a 5b 84   I..I..;...9.5.[.> >       }> >     }> >     answeredCall = FALSE> >   }> > 2005/05/17 01:37:48.537 1             RasSrv.cxx(328)   RAS     DRQ> > Received 2005/05/17 01:37:48.537 3               gkauth.h(845)   GKAUTH> > default DRQ check ok> > 2005/05/17 01:37:48.538 2             RasSrv.cxx(373)> > DCF|211.236.24.23|8148_endp|16050|normalDrop;> > 2005/05/17 01:37:48.538 3             RasSrv.cxx(219)   RAS     Send> > to 211.236.24.23:1720> > disengageConfirm {> >     requestSeqNum = 29222> >   }> > 2005/05/17 01:37:48.540 3       ProxyChannel.cxx(722)   Q931d> > Received: ReleaseComplete CRV=16050 from> >> > 212.37.59.22:1720> > 2005/05/17 01:37:48.556 3           yasocket.cxx(758)   ProxyH(1)> > waiting... 2005/05/17 01:37:48.576 2             RasSrv.cxx(168)   RAS> > Read from 212.37.59.22:10001> > 2005/05/17 01:37:48.576 3             RasSrv.cxx(207)   RAS> > disengageRequest {> >     requestSeqNum = 41914> >     endpointIdentifier =  9 characters {> >       0038 0031 0034 0037 005f 0065 006e 0064   8147_end> >       0070                                      p> >     }> >     conferenceID =  16 octets {> >       48 00 1b 49 1a e1 3b b3  16 a0 39 1d 35 8a 5b 84   H..I..;...9.5.[.> >     }> >     callReferenceValue = 16050> >     disengageReason = normalDrop <<null>>> >     callIdentifier = {> >       guid =  16 octets {> >         49 00 1b 49 1a e1 3b b3  16 a0 39 1d 35 8a 5b 84   I..I..;...9.5.[.> >       }> >     }> >     gatekeeperIdentifier =  3 characters {> >       0047 004b 0034                            GK4> >     }> >     answeredCall = TRUE> >     usageInformation = {> >       nonStandardUsageFields = 0 entries {> >       }> >       alertingTime = 1116263734> >       connectTime = 1116263735> >       endTime = 1116263795> >     }> >     terminationCause = releaseCompleteCauseIE  2 octets {> >       80 90                                              ..> >     }> >   }> > 2005/05/17 01:37:48.577 1             RasSrv.cxx(328)   RAS     DRQ> > Received 2005/05/17 01:37:48.577 3               gkauth.h(845)   GKAUTH> > default DRQ check ok> > 2005/05/17 01:37:48.578 2             RasSrv.cxx(373)> > DCF|212.37.59.22|8147_endp|16050|normalDrop;> > 2005/05/17 01:37:48.578 3             RasSrv.cxx(219)   RAS     Send> > to 212.37.59.22:10001> > disengageConfirm {> >     requestSeqNum = 41914> >   }> >> > On 5/16/05, Teodor Georgiev <tgeorgiev@xxxxxxxxx> wrote:> > > why don't you run GnuGK in debug mode (with -ttt at least) and show the> > > output.> > > Does it work with slow-start set on the Asterisk side ?> > >> > > ----- Original Message -----> > > From: "VoIP Newbie" <voip.newbie@xxxxxxxxx>> > > To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx>> > > Sent: Friday, May 13, 2005 6:13 PM> > > Subject:  FastStart and Asterisk> > >> > > Hi,> > >> > > I am using Asterisk-oh323 v0.7.1 with GNUGK. When I enabled fastStart> > > on oh323 channel, calls from GNUGK to Asterisk did not get completed.> > > H323 phone was still ringing when the call was answered on Asterisk.> > >> > > Any one experienced the problem and got it work?> > >> > > Many Thanks.> > >> > > -------------------------------------------------------> > > This SF.Net email is sponsored by Oracle Space Sweepstakes> > > Want to be the first software developer in space?> > > Enter now for the Oracle Space Sweepstakes!> > > http://ads.osdn.com/?ad_ids93&alloc_id281&op=ick> > > _______________________________________________________> > >> > > Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> > > Archive: http://sourceforge.net/mailarchive/forum.php?forum_id.49> > > Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users> > > Homepage: http://www.gnugk.org/> > >> > > -------------------------------------------------------> > > This SF.Net email is sponsored by Oracle Space Sweepstakes> > > Want to be the first software developer in space?> > > Enter now for the Oracle Space Sweepstakes!> > > http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click> > > _______________________________________________________> > >> > > Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> > > Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549> > > Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users> > > Homepage: http://www.gnugk.org/> >> > -------------------------------------------------------> > This SF.Net email is sponsored by Oracle Space Sweepstakes> > Want to be the first software developer in space?> > Enter now for the Oracle Space Sweepstakes!> > http://ads.osdn.com/?ad_ids93&alloc_id281&op=Click> > _______________________________________________________> >> > Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> > Archive: http://sourceforge.net/mailarchive/forum.php?forum_idï49> > Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users> > Homepage: http://www.gnugk.org/> > -------------------------------------------------------> This SF.Net email is sponsored by Oracle Space Sweepstakes> Want to be the first software developer in space?> Enter now for the Oracle Space Sweepstakes!> http://ads.osdn.com/?ad_idt12&alloc_id344&opclick> _______________________________________________________> > Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Archive: http://sourceforge.net/mailarchive/forum.php?forum_idï49> Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users> Homepage: http://www.gnugk.org/>ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓ+ó^µéX¬²š'²ŠÞu¼Ž­§%y*Zqä°yêlµ©±f§¶ÚzØ^~*ì¶Ê·«y×zZ)z¸§²–œ{ñ'µêç£è®Ø^:¶œ•ä©iÇÁçÖzÏá¶Úÿÿö³ú,vÜoÿißâ×oÚZþ'×øãú)rOÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüú,¶)àþf¢–Úÿ:—§‡}·‚Oî±êìþX¬¶Ïì¢êÜyú+ïçzÐ+r¯{øm¶ŸÿþÊ.­Ç¢¸þw­þf¢•ªÜ+Þýú+ºoéß»¦þ'óž=R{.nÇ+‰·ÿ†ÛiÿÿåŠËlþÊ.­Ç¢¸þw­þX¬¶ÏåŠËbú?¢—§‡}·‚Oî±ê쉞¥¨þm§ÿÿÃÿ‚{ “ú+


[Index of Archives]     [SIP]     [Open H.323]     [Gnu Gatekeeper]     [Asterisk PBX]     [ISDN Cause Codes]     [Yosemite News]

  Powered by Linux