Hi Ben, Great work..I would definitely love to integrate your patches. I know media part is very weak as of now and any effort to improve it is more than welcome.
To answer your question, the file ooh323c/src/ooh245.c is the one which generates the random numbers. The actual function used is "ooGenerateStatusDeterminationNumber". It didn't use host name for randomization. But I now improved it to use process pid to add randomization. Hopefully this will solve your problem. Let me know. Regards, Vishal Phirke ----- Original Message ----- From: "Ben Greear" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, September 21, 2005 5:48 PM Subject: [ooh323c-devel] Problem with making call to another ooh323 based phone. > > I'm getting closer... Now I have two soft phones calling each > other, but after a few RTP packets are passed, I see this error > in the logs of one of the phones and the call dies: > > ERROR:MasterSlaveDetermination failed- identical numbers (incoming, ooh323c_1) > > What sort of thing can cause this and what can I do? > > If it helps, I'm running both phones on the same machine...maybe there > is a lazy randomization logic somewhere that bases master/slave IDs on hostname > or something??? > > > Also, I am fixing up the RTP stack (libmedia plugin) to have callbacks > and act sane when transmitting files, etc. I have also added logic to > bind hard to local interfaces and IP addresses (much support already > existed, thanks!) > > Any interest in folding my patches back into the project? I would like > them to be added to the official code if possible... > > Thanks, > Ben > > -- > Ben Greear <[EMAIL PROTECTED]> > Candela Technologies Inc http://www.candelatech.com > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your very > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > ooh323c-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ooh323c-devel > > > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ ooh323c-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ooh323c-devel
