Craig Southeren wrote: > On Wed, 31 Jan 2007 11:49:25 +0100 > thomas schorpp <[EMAIL PROTECTED]> wrote: > > ..deleted > > >>11:42:01 Remote user rejected the call >> >> >>- d4 log attached- > > > Thanks for this. I can now be fairly sure the problem is related to changes > in the way that OnIncomingConnection is now handled. > > I've been trying to make the code backwards compaibnle, but it looks > like that is not going to work. Once we have Ekiga working again, I will > be modify OPAL to ensure that code will fail to compile, rather than > breaking silently. > > Looking at Ekiga, I can see one change that will need to be made. > > in manager.cpp, near line 909, the following code: > > case 0: > res = OpalManager::OnIncomingConnection (connection); > break; > > > should be changed to > > case 0: > res = OpalManager::OnIncomingConnection (connection, 0, NULL); > break; > > if you can try this, let me know if it makes a difference > > Craig
well, at least no more immediate call rejects, but I still cant take the call: 12:27:09 Started Ekiga 2.1.0 for user schorpp 12:27:20 Set STUN server to stun.sipgate.net (Port Restricted NAT) 12:28:29 Remote user has stopped calling 12:29:31 Remote user has stopped calling 12:29:51 Calling sip:[EMAIL PROTECTED] 12:30:03 Opened VIA 8237 for recording with plugin ALSA 12:30:03 Opened codec Speex for transmission 12:30:03 Opened VIA 8237 for playing with plugin ALSA 12:30:03 Opened codec Speex for reception 12:30:03 Opening video device StaticPicture with plugin Picture 12:30:03 Successfully opened video device StaticPicture, channel 0 12:30:03 Opened codec h261 for transmission 12:30:03 Opened codec h261 for reception 12:30:03 Connected with schorpp using 12:30:15 Closed codec Speex which was opened for transmission 12:30:15 Closed codec Speex which was opened for reception 12:30:15 Closed codec h261 which was opened for transmission 12:30:16 Closed codec h261 which was opened for reception 12:30:16 Remote user cleared the call 12:31:12 Remote user has stopped calling 12:35:25 Remote user has stopped calling _______________________________________________ Ekiga-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
