Re: [GnomeMeeting-list] Problem :: Gnome Libraries + GM1.2.1



Hi,
   Sorry for being late in sending the log related to Async Reply
Message. I have attched the Log file in this mail.

The kind of setup that I had was this:-
 Terminal A:- GM-1.2.1 (with corresponding PWLib/OpenH323 and Gnome
Libraries 2.6 series)

 Terminal B:- GM-0.98.5 (with corresponding PWLib/OpenH323 binar, simply
the standard FEDORA CORE 1 package.)

Now in the jitter.h file I declared a variable in the Class
RTP_JitterBuffer as follows:-
                             PTimeInterval my_start_time;  /// Statement
--1
Correspondingly in jitter.cxx I did the following things in the
constructor:-
 RTP_JitterBuffer::RTP_JitterBuffer(RTP_Session & sess,
                                   unsigned minJitterDelay,
                                   unsigned maxJitterDelay,
                                   PINDEX stackSize)
  : PThread(stackSize, NoAutoDeleteThread, HighestPriority, "RTP
Jitter:%x"),session(sess)
{

 my_start_time=PTimer::Tick(); //statement 2
 cout<<"No. of Miliseconds=="<<my_start_time.GetMilliSeconds();
//statement 3

///
/// Default things that are already there
///
}

Conclusion:-
1).Suppose I just put a only a cout<<"Message here".. I mean no
expression just a string, then it works fine.
2).But suppose I put either statement 1 or statement 2 or statement 3 or
all then I get the problem of Unexpected Async Reply for which I have
attached the log file.

3). Also supposing I put the above lines ( statements 1, 2 and 3) in
some other function say where the jitter buffer calculation is done,
then the things go smoothly .

4). Also suppose I declare the some double or int type of variable in
the jitter.h instead of PTimeInterval then it goes fine. And suppose I
declare PTimeInterval variable in the jitter.h and does not intialize
and use that variable then still it gives me the error. I mean it will
give warning during compilation. In each case I recompiled the
GnomeMeeting source also with make && make install.

5). Now another thing that I noted down was that that supposing the
A-->B call, then when the GM1.2.1 hangs due to the above mentioned
problems, it does not receive any thing, but the terminal B that is
GM-0.98.5 shows me connected and does the transmission part. I mean B
does not know whether A is getting text message or not.

Please throw some lights in this context.

Regards,
Ashutosh.
  


On Thu, 2005-03-31 at 13:48, Damien Sandras wrote:
> Le jeudi 31 mars 2005 à 13:37 +0530, Ashutosh Sharma a écrit :
> > Hi well thanks for the instant reply.
> >  Yes actually the modification was done in the OpenH323. No modification
> > in GnomeMeeting. And then I reverted back the changes, only a one line
> > change in rtp.h and two lines in rtp.cxx.
> > Then I recompiled both GM and OpenH323. But getting the unexpected async
> > reply...
> 
> And what is the backtrace?
> 
> > Well sorry but I know that the same prob has already been discussed in
> > the threads and after all  
> > 
> > Well I have a plan to build a clean system, I mean full source code
> > compilation on my FC1 system. So can you please tell me what libraries
> > should I use with GM1.2.1 and its associated PWLib and OpenH323 that are
> > there on the www.gnomemeeting.org site.
> > 
> 
> Configure will tell you what's missing.
> 
> > I mean full dependency list for FEDORA CORE 1.
> > I initially tried the GTK 2.4.4 packages but those were having some
> > bugs, I suppose. Couldn't compile.
> > 
> > THanks.
> > Ashutosh
> > 
> > On Thu, 2005-03-31 at 12:51, Damien Sandras wrote:
> > > Hi,
> > > 
> > > Is it a modified GnomeMeeting/OpenH323 that is crashing?
> > > 
> > > Le jeudi 31 mars 2005 �  12:45 +0530, Ashutosh Sharma a �©crit :
> > > > hi,
> > > >    thanks for the response. Well very soon I'll send the backtrace. But
> > > > a little question is there. Supposing I add one variable in a class say
> > > > RTPSession, and I initialize the variable in the constructor and I use
> > > > that variable in some function of RTPSession. So whether that'll create
> > > > any problem. Because here there is a slight change in the existing code.
> > > > 
> > > 
> > > It shouldn't, but it could.
> > > 
> > > 
> > > > And I hope recompiling the OpenH323 doesn't need recompiling the GM if I
> > > > have the change only in OpenH323
> > > > 
> > > 
> > > It does if you change the headers.
> > > 
> > > 
> > > > THanks and regards,
> > > > ashutosh.
> > > > 
> > > > On Thu, 2005-03-31 at 12:19, Damien Sandras wrote:
> > > > > Le jeudi 31 mars 2005 Ã?Æ?  11:34 +0530, Ashutosh Sharma a Ã?Æ?Ã?©crit :
> > > > > > Hi all,
> > > > > >    I am in some weired situation. Hope I may get something from the list
> > > > > > as I had got earlier also, in this situation. I am having the following
> > > > > > things compiled at my desk.
> > > > > > 
> > > > > >  Gnome Libraries = 2.6.x
> > > > > >     Kernel = 2.4.22
> > > > > >     OpenH323 = 1.15.3
> > > > > >     PWLib = 1.8.4
> > > > > >     GnomeMeeting = 1.2.1 (source from www.gnomemeeting.org)
> > > > > > 
> > > > > >     XLib: unexpected Async reply (# some hex value!).
> > > > > > 
> > > > > >     Also sometimes I get the message like Abnormal Call Termination. And
> > > > > > if I backtrace that then I find that it shows me some
> > > > > > EndedByTransportFail.
> > > > > > 
> > > > > >     Well I am not getting any thing out of this.
> > > > > > 
> > > > > 
> > > > > Can you send a full backtrace?
> > > > > 
> > > > > 
> > > > > >     ANd also after installing the Gnome 2.6 libraries my system has
> > > > > > started giving weired responses. Anytime it can hang. I thought that the
> > > > > > problem may be in the kernel compatibility, but I installed kernel 2.6
> > > > > > also, but in that don't know why but my XServer is not working....
> > > > > > 
> > > > > 
> > > > > Installing gnome 2.6 is certainly not related to your system hangs. It
> > > > > is by all means kernel related.
> > > > > 
> > > > > Try to see in /var/log/messages if you have something.
> > > > > 
> > > > > In general, it can be due to a buggy usb driver. Are you using a webcam
> > > > > with GM?
> > > > > 
> > > > > 
> > > > > >     I am using FEDORA CORE1.
> > > > > >     Can you please let me out of this weired situtation? And is it
> > > > > > necessary to have some kernel compatibility with the Gnome Libraries 2.6
> > > > > > with the GM 1.2.1.
> > > > > 
> > > > > Not at all.
> > > > > 
> > > > > > 
> > > > > >     THanks and regards,
> > > > > >     AShutosh.
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > _______________________________________________
> > > > > > GnomeMeeting-list mailing list
> > > > > > GnomeMeeting-list gnome org
> > > > > > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
> > > > 
> > > > _______________________________________________
> > > > GnomeMeeting-list mailing list
> > > > GnomeMeeting-list gnome org
> > > > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
> > 
> > _______________________________________________
> > GnomeMeeting-list mailing list
> > GnomeMeeting-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
[root sipl59 gnomemeeting-1.2.1]# gnomemeeting -x --debug=3
2005/04/01 11:20:11.186   0:00.970                 gnomemeeting Detected audio plugins: OSS,Quicknet
2005/04/01 11:20:11.191   0:00.973                 gnomemeeting Detected video plugins: V4L,Picture
2005/04/01 11:20:12.166   0:01.950                 gnomemeeting Detected the following audio input devices: /dev/dsp0 with plugin OSS
2005/04/01 11:20:12.171   0:01.954                 gnomemeeting Detected the following audio output devices: /dev/dsp0 with plugin OSS
2005/04/01 11:20:12.176   0:01.959                 gnomemeeting Detected the following video input devices: MovingLogo,StaticPicture with plugin Picture
2005/04/01 11:20:12.702   0:02.485                 gnomemeeting GnomeMeeting version 1.2.1
2005/04/01 11:20:12.705   0:02.488                 gnomemeeting OpenH323 version 1.15.3
2005/04/01 11:20:12.708   0:02.491                 gnomemeeting PWLIB version 1.8.4
2005/04/01 11:20:12.715   0:02.498                 gnomemeeting GNOME support enabled
2005/04/01 11:20:12.718   0:02.500                 gnomemeeting Fullscreen support enabled
2005/04/01 11:20:12.721   0:02.503                 gnomemeeting DBUS support disabled
2005/04/01 11:20:12.723   0:02.506                 gnomemeeting Quicknet hardware support enabled
2005/04/01 11:20:12.729   0:02.512                 gnomemeeting Set TCP port range to 3000030010
2005/04/01 11:20:12.732   0:02.515                 gnomemeeting Set RTP port range to 50005016
2005/04/01 11:20:12.736   0:02.518                 gnomemeeting Set UDP port range to 50205023
2005/04/01 11:20:12.796   0:02.579                 gnomemeeting H323    Added capability: iLBC-13k3{sw} <1>
2005/04/01 11:20:12.800   0:02.588                 gnomemeeting H323    Added capability: MS-GSM{sw} <2>
2005/04/01 11:20:12.809   0:02.591                 gnomemeeting H323    Added capability: SpeexNarrow-15k{sw} <3>
2005/04/01 11:20:12.813   0:02.596                 gnomemeeting H323    Added capability: iLBC-15k2{sw} <4>
2005/04/01 11:20:12.816   0:02.599                 gnomemeeting H323    Added capability: GSM-06.10{sw} <5>
2005/04/01 11:20:12.820   0:02.603                 gnomemeeting H323    Added capability: SpeexNarrow-8k{sw} <6>
2005/04/01 11:20:12.824   0:02.607                 gnomemeeting H323    Added capability: G.726-32k{sw} <7>
2005/04/01 11:20:12.828   0:02.611                 gnomemeeting H323    Added capability: G.711-uLaw-64k <8>
2005/04/01 11:20:12.832   0:02.614                 gnomemeeting H323    Added capability: G.711-ALaw-64k <9>
2005/04/01 11:20:12.836   0:02.645                 gnomemeeting H323    Added capability: H.261-QCIF <10>
2005/04/01 11:20:12.865   0:02.648                 gnomemeeting H323    Added capability: H.261-CIF <11>
2005/04/01 11:20:12.870   0:02.652                 gnomemeeting H323    Added capability: UserInput/hookflash <12>
2005/04/01 11:20:12.874   0:02.656                 gnomemeeting H323    Added capability: UserInput/basicString <13>
2005/04/01 11:20:12.877   0:02.660                 gnomemeeting H323    Added capability: UserInput/dtmf <14>
2005/04/01 11:20:12.881   0:02.664                 gnomemeeting H323    Added capability: UserInput/RFC2833 <15>
2005/04/01 11:20:12.886   0:02.669                 gnomemeeting H323    Started listener Listener[ip$*:1720]
2005/04/01 11:20:12.891   0:02.674        H323 Listener:99173e8 H323    Awaiting TCP connections on port 1720
2005/04/01 11:20:16.993   0:06.775        GMURLHandler:09959c40 H323    Making call to: h323:10.100.112.25
2005/04/01 11:20:16.995   0:06.777        GMURLHandler:09959c40 H323    Added capability: iLBC-13k3{sw} <1>
2005/04/01 11:20:16.995   0:06.777        GMURLHandler:09959c40 H323    Added capability: MS-GSM{sw} <2>
2005/04/01 11:20:16.995   0:06.777        GMURLHandler:09959c40 H323    Added capability: SpeexNarrow-15k{sw} <3>
2005/04/01 11:20:16.995   0:06.777        GMURLHandler:09959c40 H323    Added capability: iLBC-15k2{sw} <4>
2005/04/01 11:20:16.995   0:06.778        GMURLHandler:09959c40 H323    Added capability: GSM-06.10{sw} <5>
2005/04/01 11:20:16.996   0:06.778        GMURLHandler:09959c40 H323    Added capability: SpeexNarrow-8k{sw} <6>
2005/04/01 11:20:16.996   0:06.778        GMURLHandler:09959c40 H323    Added capability: G.726-32k{sw} <7>
2005/04/01 11:20:16.996   0:06.778        GMURLHandler:09959c40 H323    Added capability: G.711-uLaw-64k <8>
2005/04/01 11:20:16.996   0:06.778        GMURLHandler:09959c40 H323    Added capability: G.711-ALaw-64k <9>
2005/04/01 11:20:16.996   0:06.778        GMURLHandler:09959c40 H323    Added capability: H.261-QCIF <10>
2005/04/01 11:20:16.997   0:06.779        GMURLHandler:09959c40 H323    Added capability: H.261-CIF <11>
2005/04/01 11:20:16.997   0:06.779        GMURLHandler:09959c40 H323    Added capability: UserInput/hookflash <12>
2005/04/01 11:20:16.997   0:06.779        GMURLHandler:09959c40 H323    Added capability: UserInput/basicString <13>
2005/04/01 11:20:16.997   0:06.779        GMURLHandler:09959c40 H323    Added capability: UserInput/dtmf <14>
2005/04/01 11:20:16.997   0:06.779        GMURLHandler:09959c40 H323    Added capability: UserInput/RFC2833 <15>
2005/04/01 11:20:16.998   0:06.780        GMURLHandler:09959c40 H323    Found capability: iLBC-13k3{sw} <1>
2005/04/01 11:20:16.998   0:06.780        GMURLHandler:09959c40 H323    Found capability: MS-GSM{sw} <2>
2005/04/01 11:20:16.998   0:06.780        GMURLHandler:09959c40 H323    Found capability: SpeexNarrow-15k{sw} <3>
2005/04/01 11:20:16.998   0:06.780        GMURLHandler:09959c40 H323    Found capability: iLBC-15k2{sw} <4>
2005/04/01 11:20:16.998   0:06.780        GMURLHandler:09959c40 H323    Found capability: GSM-06.10{sw} <5>
2005/04/01 11:20:16.999   0:06.781        GMURLHandler:09959c40 H323    Found capability: SpeexNarrow-8k{sw} <6>
2005/04/01 11:20:16.999   0:06.781        GMURLHandler:09959c40 H323    Found capability: G.726-32k{sw} <7>
2005/04/01 11:20:16.999   0:06.781        GMURLHandler:09959c40 H323    Found capability: G.711-uLaw-64k <8>
2005/04/01 11:20:16.999   0:06.781        GMURLHandler:09959c40 H323    Found capability: G.711-ALaw-64k <9>
2005/04/01 11:20:16.999   0:06.781        GMURLHandler:09959c40 H323    Found capability: H.261-QCIF <10>
2005/04/01 11:20:17.000   0:06.782        GMURLHandler:09959c40 H323    Found capability: H.261-CIF <11>
2005/04/01 11:20:17.000   0:06.782        GMURLHandler:09959c40 H323    Found capability: UserInput/hookflash <12>
2005/04/01 11:20:17.000   0:06.782        GMURLHandler:09959c40 H323    Found capability: UserInput/basicString <13>
2005/04/01 11:20:17.000   0:06.782        GMURLHandler:09959c40 H323    Found capability: UserInput/dtmf <14>
2005/04/01 11:20:17.000   0:06.782        GMURLHandler:09959c40 H323    Found capability: UserInput/RFC2833 <15>
2005/04/01 11:20:17.002   0:06.784        GMURLHandler:09959c40 RFC2833 Handler created
2005/04/01 11:20:17.006   0:06.789        GMURLHandler:09959c40 H323    Created new connection: ip$localhost/29009
2005/04/01 11:20:17.011   0:06.794          H225 Caller:995ee48 H225    Started call thread
2005/04/01 11:20:17.018   0:06.801          H225 Caller:995ee48 H323TCP Started connection:  host=10.100.112.25:1720, if=10.100.112.59:30000, handle=30
2005/04/01 11:20:17.077   0:06.860          H225 Caller:995ee48 H225    Sending Setup PDU
2005/04/01 11:20:17.081   0:06.864          H225 Caller:995ee48 H225    Check for Fast start by local endpoint
2005/04/01 11:20:17.085   0:06.870          H225 Caller:995ee48 H245    Default OnSelectLogicalChannels, FastStartInitiate
2005/04/01 11:20:17.092   0:06.875          H225 Caller:995ee48 RTP_UDP Session 1 created: 10.100.112.59:5000-5001 ssrc=251559100
2005/04/01 11:20:17.098   0:06.881          H225 Caller:995ee48 RTP     Adding session RTP_UDP
2005/04/01 11:20:17.101   0:06.884          H225 Caller:995ee48 H323RTP Receiver created using session 1
2005/04/01 11:20:17.105   0:06.888          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.109   0:06.892          H225 Caller:995ee48 H323RTP Transmitter created using session 1
2005/04/01 11:20:17.142   0:06.925          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.145   0:06.928          H225 Caller:995ee48 H323RTP Receiver created using session 1
2005/04/01 11:20:17.149   0:06.932          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.153   0:06.936          H225 Caller:995ee48 H323RTP Transmitter created using session 1
2005/04/01 11:20:17.157   0:06.940          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.161   0:06.943          H225 Caller:995ee48 H323RTP Receiver created using session 1
2005/04/01 11:20:17.164   0:06.947          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.168   0:06.951          H225 Caller:995ee48 H323RTP Transmitter created using session 1
2005/04/01 11:20:17.172   0:06.955          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.176   0:06.959          H225 Caller:995ee48 H323RTP Receiver created using session 1
2005/04/01 11:20:17.180   0:06.963          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.211   0:06.993          H225 Caller:995ee48 H323RTP Transmitter created using session 1
2005/04/01 11:20:17.215   0:06.997          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.219   0:07.001          H225 Caller:995ee48 H323RTP Receiver created using session 1
2005/04/01 11:20:17.222   0:07.005          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.226   0:07.009          H225 Caller:995ee48 H323RTP Transmitter created using session 1
2005/04/01 11:20:17.230   0:07.013          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.234   0:07.016          H225 Caller:995ee48 H323RTP Receiver created using session 1
2005/04/01 11:20:17.238   0:07.021          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.242   0:07.025          H225 Caller:995ee48 H323RTP Transmitter created using session 1
2005/04/01 11:20:17.246   0:07.028          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.271   0:07.054          H225 Caller:995ee48 H323RTP Receiver created using session 1
2005/04/01 11:20:17.275   0:07.058          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.279   0:07.062          H225 Caller:995ee48 H323RTP Transmitter created using session 1
2005/04/01 11:20:17.283   0:07.066          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.286   0:07.070          H225 Caller:995ee48 H323RTP Receiver created using session 1
2005/04/01 11:20:17.292   0:07.075          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.295   0:07.078          H225 Caller:995ee48 H323RTP Transmitter created using session 1
2005/04/01 11:20:17.300   0:07.083          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.303   0:07.086          H225 Caller:995ee48 H323RTP Receiver created using session 1
2005/04/01 11:20:17.307   0:07.090          H225 Caller:995ee48 RTP     Found existing session 1
2005/04/01 11:20:17.329   0:07.112          H225 Caller:995ee48 H323RTP Transmitter created using session 1
2005/04/01 11:20:17.333   0:07.116          H225 Caller:995ee48 RTP_UDP Session 2 created: 10.100.112.59:5002-5003 ssrc=3068583837
2005/04/01 11:20:17.339   0:07.121          H225 Caller:995ee48 RTP     Adding session RTP_UDP
2005/04/01 11:20:17.342   0:07.125          H225 Caller:995ee48 H323RTP Receiver created using session 2
2005/04/01 11:20:17.346   0:07.128          H225 Caller:995ee48 RTP     Found existing session 2
2005/04/01 11:20:17.349   0:07.132          H225 Caller:995ee48 H323RTP Transmitter created using session 2
2005/04/01 11:20:17.353   0:07.136          H225 Caller:995ee48 RTP     Found existing session 2
2005/04/01 11:20:17.357   0:07.140          H225 Caller:995ee48 H323RTP Receiver created using session 2
2005/04/01 11:20:17.361   0:07.144          H225 Caller:995ee48 RTP     Found existing session 2
2005/04/01 11:20:17.364   0:07.147          H225 Caller:995ee48 H323RTP Transmitter created using session 2
2005/04/01 11:20:17.390   0:07.173          H225 Caller:995ee48 H225    Fast start begun by local endpoint
2005/04/01 11:20:17.395   0:07.178          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.400   0:07.183          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.403   0:07.186          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec iLBC-13k3 from plugin
2005/04/01 11:20:17.409   0:07.192          H225 Caller:995ee48 H225    Built fastStart for iLBC-13k3{sw} <1>
2005/04/01 11:20:17.414   0:07.197          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.417   0:07.200          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.420   0:07.203          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec iLBC-13k3 from plugin
2005/04/01 11:20:17.425   0:07.208          H225 Caller:995ee48 H225    Built fastStart for iLBC-13k3{sw} <1>
2005/04/01 11:20:17.452   0:07.235          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.455   0:07.238          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.458   0:07.241          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec MS-GSM from plugin
2005/04/01 11:20:17.463   0:07.246          H225 Caller:995ee48 H225    Built fastStart for MS-GSM{sw} <2>
2005/04/01 11:20:17.467   0:07.250          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.471   0:07.254          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.474   0:07.257          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec MS-GSM from plugin
2005/04/01 11:20:17.478   0:07.261          H225 Caller:995ee48 H225    Built fastStart for MS-GSM{sw} <2>
2005/04/01 11:20:17.482   0:07.265          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.486   0:07.269          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.489   0:07.272          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec SpeexNarrow-15k from plugin
2005/04/01 11:20:17.515   0:07.298          H225 Caller:995ee48 H225    Built fastStart for SpeexNarrow-15k{sw} <3>
2005/04/01 11:20:17.520   0:07.303          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.524   0:07.306          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.526   0:07.309          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec SpeexNarrow-15k from plugin
2005/04/01 11:20:17.531   0:07.314          H225 Caller:995ee48 H225    Built fastStart for SpeexNarrow-15k{sw} <3>
2005/04/01 11:20:17.536   0:07.319          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.540   0:07.325          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.545   0:07.328          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec iLBC-15k2 from plugin
2005/04/01 11:20:17.549   0:07.332          H225 Caller:995ee48 H225    Built fastStart for iLBC-15k2{sw} <4>
2005/04/01 11:20:17.577   0:07.360          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.580   0:07.363          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.583   0:07.366          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec iLBC-15k2 from plugin
2005/04/01 11:20:17.588   0:07.370          H225 Caller:995ee48 H225    Built fastStart for iLBC-15k2{sw} <4>
2005/04/01 11:20:17.592   0:07.375          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.595   0:07.378          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.598   0:07.381          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec GSM-06.10 from plugin
2005/04/01 11:20:17.602   0:07.385          H225 Caller:995ee48 H225    Built fastStart for GSM-06.10{sw} <5>
2005/04/01 11:20:17.607   0:07.389          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.610   0:07.393          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.613   0:07.395          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec GSM-06.10 from plugin
2005/04/01 11:20:17.641   0:07.423          H225 Caller:995ee48 H225    Built fastStart for GSM-06.10{sw} <5>
2005/04/01 11:20:17.645   0:07.428          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.648   0:07.431          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.651   0:07.434          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec SpeexNarrow-8k from plugin
2005/04/01 11:20:17.656   0:07.438          H225 Caller:995ee48 H225    Built fastStart for SpeexNarrow-8k{sw} <6>
2005/04/01 11:20:17.660   0:07.443          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.663   0:07.446          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.666   0:07.449          H225 Caller:995ee48 H323PLUGIN      Creating framed audio codec SpeexNarrow-8k from plugin
2005/04/01 11:20:17.671   0:07.454          H225 Caller:995ee48 H225    Built fastStart for SpeexNarrow-8k{sw} <6>
2005/04/01 11:20:17.675   0:07.458          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.678   0:07.461          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.705   0:07.487          H225 Caller:995ee48 H323PLUGIN      Creating audio codec G.726-32k from plugin
2005/04/01 11:20:17.709   0:07.492          H225 Caller:995ee48 H225    Built fastStart for G.726-32k{sw} <7>
2005/04/01 11:20:17.713   0:07.496          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.716   0:07.499          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.719   0:07.502          H225 Caller:995ee48 H323PLUGIN      Creating audio codec G.726-32k from plugin
2005/04/01 11:20:17.723   0:07.506          H225 Caller:995ee48 H225    Built fastStart for G.726-32k{sw} <7>
2005/04/01 11:20:17.728   0:07.510          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.731   0:07.514          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.734   0:07.517          H225 Caller:995ee48 Codec   G711 uLaw decoder created for at 64k, frame of 1920 samples
2005/04/01 11:20:17.738   0:07.521          H225 Caller:995ee48 H225    Built fastStart for G.711-uLaw-64k <8>
2005/04/01 11:20:17.743   0:07.549          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.769   0:07.552          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.772   0:07.555          H225 Caller:995ee48 Codec   G711 uLaw encoder created for at 64k, frame of 240 samples
2005/04/01 11:20:17.777   0:07.560          H225 Caller:995ee48 H225    Built fastStart for G.711-uLaw-64k <8>
2005/04/01 11:20:17.781   0:07.564          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.784   0:07.567          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.787   0:07.570          H225 Caller:995ee48 Codec   G711 ALaw decoder created for at 64k, 1920 samples
2005/04/01 11:20:17.792   0:07.575          H225 Caller:995ee48 H225    Built fastStart for G.711-ALaw-64k <9>
2005/04/01 11:20:17.797   0:07.579          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.800   0:07.583          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.803   0:07.586          H225 Caller:995ee48 Codec   G711 ALaw encoder created for at 64k, 240 samples
2005/04/01 11:20:17.831   0:07.614          H225 Caller:995ee48 H225    Built fastStart for G.711-ALaw-64k <9>
2005/04/01 11:20:17.835   0:07.618          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.838   0:07.621          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.841   0:07.624          H225 Caller:995ee48 H261    QCIF decoder created.
2005/04/01 11:20:17.845   0:07.627          H225 Caller:995ee48 H225    Built fastStart for H.261-QCIF <10>
2005/04/01 11:20:17.849   0:07.631          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.852   0:07.635          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.855   0:07.637          H225 Caller:995ee48 H261    QCIF encoder created.
2005/04/01 11:20:17.858   0:07.641          H225 Caller:995ee48 H225    Built fastStart for H.261-QCIF <10>
2005/04/01 11:20:17.862   0:07.645          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.865   0:07.648          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.868   0:07.651          H225 Caller:995ee48 H261    CIF decoder created.
2005/04/01 11:20:17.890   0:07.673          H225 Caller:995ee48 H225    Built fastStart for H.261-CIF <11>
2005/04/01 11:20:17.894   0:07.677          H225 Caller:995ee48 H323RTP OnSendingPDU
2005/04/01 11:20:17.897   0:07.680          H225 Caller:995ee48 RTP     OnSendingPDU
2005/04/01 11:20:17.900   0:07.683          H225 Caller:995ee48 H261    CIF encoder created.
2005/04/01 11:20:17.903   0:07.686          H225 Caller:995ee48 H225    Built fastStart for H.261-CIF <11>
2005/04/01 11:20:17.907   0:07.690          H225 Caller:995ee48 H245    Started control channel
2005/04/01 11:20:17.910   0:07.693          H225 Caller:995ee48 H245    Sending TerminalCapabilitySet: outSeq=1
2005/04/01 11:20:17.920   0:07.703          H225 Caller:995ee48 H323    Found capability: UserInput/RFC2833 <15>
2005/04/01 11:20:17.924   0:07.707          H225 Caller:995ee48 H323    User Input RFC2833 payload type set to [pt=101]
2005/04/01 11:20:17.929   0:07.730          H225 Caller:995ee48 H245    Sending PDU: request terminalCapabilitySet
2005/04/01 11:20:17.953   0:07.736          H225 Caller:995ee48 H245    Sending MasterSlaveDetermination
2005/04/01 11:20:17.957   0:07.740          H225 Caller:995ee48 H245    Sending PDU: request masterSlaveDetermination
2005/04/01 11:20:17.962   0:07.745          H225 Caller:995ee48 H225    Sending PDU: setup
2005/04/01 11:20:17.966   0:07.749          H225 Caller:995ee48 H225    Reading PDUs: callRef=29009
2005/04/01 11:20:17.970   0:07.753          H225 Caller:995ee48 H225    Receiving PDU: callProceeding
2005/04/01 11:20:17.974   0:07.757          H225 Caller:995ee48 H225    Handling PDU: CallProceeding callRef=29009
2005/04/01 11:20:17.978   0:07.761          H225 Caller:995ee48 H225    Set protocol version to 4 and implying H.245 version 7
2005/04/01 11:20:17.982   0:07.765          H225 Caller:995ee48 H225    Set remote party name: "ashutosh sharma"
2005/04/01 11:20:17.986   0:07.769          H225 Caller:995ee48 H225    Set remote application name: "gnomemeeting      0.98.5 (OpenH323 v1.12.0)   9/61"
2005/04/01 11:20:18.012   0:07.795          H225 Caller:995ee48 H323    InternalEstablishedConnectionCheck: connectionState=AwaitingSignalConnect fastStartState=FastStartDisabled
2005/04/01 11:20:20.051   0:09.833          H225 Caller:995ee48 H225    Receiving PDU: empty
2005/04/01 11:20:20.051   0:09.833          H225 Caller:995ee48 H225    Handling PDU: Facility callRef=29009
2005/04/01 11:20:20.052   0:09.834          H225 Caller:995ee48 H245    Receiving PDU: command miscellaneousCommand
2005/04/01 11:20:20.052   0:09.834          H225 Caller:995ee48 H245    MiscellaneousCommand: is ignored chan=110, type=videoTemporalSpatialTradeOff
2005/04/01 11:20:20.052   0:09.834          H225 Caller:995ee48 H323    InternalEstablishedConnectionCheck: connectionState=AwaitingSignalConnect fastStartState=FastStartDisabled
2005/04/01 11:20:20.053   0:09.835          H225 Caller:995ee48 H323    InternalEstablishedConnectionCheck: connectionState=AwaitingSignalConnect fastStartState=FastStartDisabled
2005/04/01 11:20:20.078   0:09.860          H225 Caller:995ee48 H225    Receiving PDU: connect
2005/04/01 11:20:20.078   0:09.860          H225 Caller:995ee48 H225    Handling PDU: Connect callRef=29009
2005/04/01 11:20:20.078   0:09.860          H225 Caller:995ee48 H225    Set protocol version to 4 and implying H.245 version 7
2005/04/01 11:20:20.079   0:09.861          H225 Caller:995ee48 H225    Set remote party name: "ashutosh sharma"
2005/04/01 11:20:20.079   0:09.861          H225 Caller:995ee48 H225    Set remote application name: "gnomemeeting      0.98.5 (OpenH323 v1.12.0)   9/61"
2005/04/01 11:20:20.079   0:09.861          H225 Caller:995ee48 H225    Received connect PDU.
2005/04/01 11:20:20.079   0:09.861          H225 Caller:995ee48 H225    Fast start accepted by remote endpoint
2005/04/01 11:20:20.080   0:09.881          H225 Caller:995ee48 H323    Found capability: G.711-uLaw-64k <8>
2005/04/01 11:20:20.099   0:09.882          H225 Caller:995ee48 H323RTP OnReceivedPDU for channel: R-101
2005/04/01 11:20:20.100   0:09.882          H225 Caller:995ee48 RTP_UDP SetRemoteSocketInfo: session=1 control channel, new=10.100.112.25:5001, local=10.100.112.59:5000-5001, remote=0.0.0.0:0-0
2005/04/01 11:20:20.101   0:09.883          H225 Caller:995ee48 Codec   G711 uLaw decoder created for at 64k, frame of 240 samples
2005/04/01 11:20:20.101   0:09.883          H225 Caller:995ee48 LogChan Bandwidth requested/used = 64.0/0.0 kb/s
2005/04/01 11:20:20.102   0:09.884          H225 Caller:995ee48 H323    Bandwidth request: -0.0kb/s, available: 10000.0kb/s
2005/04/01 11:20:20.102   0:09.884          H225 Caller:995ee48 H323    Bandwidth request: +64.0kb/s, available: 10000.0kb/s
2005/04/01 11:20:20.117   0:09.900          H225 Caller:995ee48 H323    Started receiving logical channel: G.711-uLaw-64k <8>
2005/04/01 11:20:20.138   0:09.951          H225 Caller:995ee48 LogChan Opened using capability G.711-uLaw-64k <8>
2005/04/01 11:20:20.174   0:09.957          H225 Caller:995ee48 H323    Found capability: G.711-uLaw-64k <8>
2005/04/01 11:20:20.178   0:09.961          H225 Caller:995ee48 H323RTP OnReceivedPDU for channel: T-108
2005/04/01 11:20:20.181   0:09.964          H225 Caller:995ee48 RTP_UDP SetRemoteSocketInfo: session=1 control channel, new=10.100.112.25:5001, local=10.100.112.59:5000-5001, remote=10.100.112.25:5000-5001
2005/04/01 11:20:20.189   0:09.971          H225 Caller:995ee48 RTP_UDP SetRemoteSocketInfo: session=1 data channel, new=10.100.112.25:5000, local=10.100.112.59:5000-5001, remote=10.100.112.25:5000-5001
2005/04/01 11:20:20.196   0:09.979          H225 Caller:995ee48 H323    Added capability: G.711-uLaw-64k <8>
2005/04/01 11:20:20.199   0:09.982          H225 Caller:995ee48 LogChan Bandwidth requested/used = 64.0/0.0 kb/s
2005/04/01 11:20:20.203   0:09.986          H225 Caller:995ee48 H323    Bandwidth request: -0.0kb/s, available: 9936.0kb/s
2005/04/01 11:20:20.207   0:09.990          H225 Caller:995ee48 H323    Bandwidth request: +64.0kb/s, available: 9936.0kb/s
2005/04/01 11:20:20.251   0:10.034            LogChanRx:9965178 H323RTP Receive G.711-uLaw-64k thread started.

Xlib: unexpected async reply (sequence 0xf08)!

2005/04/01 11:20:47.021   0:36.804                  Housekeeper H245    Timeout on MasterSlaveDetermination: state=Outgoing
2005/04/01 11:20:47.025   0:36.807                  Housekeeper H245    Sending PDU: indication masterSlaveDeterminationRelease






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