Re: [Ekiga-devel-list] Redial issue of Ekiga incoming calls
- From: Lorin Melander <lwmelander gmail com>
- To: Ekiga development mailing list <ekiga-devel-list gnome org>
- Subject: Re: [Ekiga-devel-list] Redial issue of Ekiga incoming calls
- Date: Fri, 4 Jan 2013 18:29:26 -0700
http://www.filebin.ca/SPy4M1fJAMt/gdb-ekiga2.txt.gz
Done!
hungup() and answer() both have same problem! The issue is about
illegal pure virtue method.
-Lorin
On Fri, Jan 4, 2013 at 3:34 PM, Eugen Dedu
<Eugen Dedu pu-pm univ-fcomte fr> wrote:
> Let's try this: in plugins/libnotify/libnotify-main.cpp, could you replace
> function call_notification_action_cb with:
>
>
> static void
> call_notification_action_cb (NotifyNotification *notification,
> gchar *action,
> gpointer data)
> {
> std::cout << "1 " << action << std::endl;
>
> Ekiga::Call *call = (Ekiga::Call *) data;
>
> std::cout << "2 " << action << std::endl;
> notify_notification_close (notification, NULL);
> std::cout << "3 " << action << std::endl;
>
> if (!strcmp (action, "accept"))
> call->answer ();
> else
> call->hang_up ();
> }
>
> recompile ekiga, make install, and give the gdb trace again?
>
>
> On 03/01/13 00:23, Lorin Melander wrote:
>>
>> not really I press answer only.
>> I follow instructions of the ekiga website to get ptlib and opal.
>>
>> On Wed, Jan 2, 2013 at 4:20 PM, Eugen Dedu
>> <Eugen Dedu pu-pm univ-fcomte fr> wrote:
>>>
>>> On 02/01/13 21:29, Lorin Melander wrote:
>>>>
>>>>
>>>> I'm running Ubuntu 12.10 OS and use Ekiga 4.0 for h323 test.
>>>>
>>>> I was able to dial to the Ekiga from the ntouch VP (Sorenson VP
>>>> H323/SIP).
>>>>
>>>> However the crash occurred after redailing to the ekiga.
>>>>
>>>> The Ekiga can redial to the ntouch VP without problem but the Ekiga
>>>> would be crashed after redailing from the ntouch VP.
>>>>
>>>> Help much appreciated. Happy to provide additional info if needed.
>>>>
>>>> The link of file is http://filebin.ca/SATOpWV4l4j/gdb-ekiga.txt.gz.
>>>
>>>
>>>
>>> I am really out of ideas on where the problem is...
>>>
>>> Julien, Damien, any idea? The crash appears at the call of a callback
>>> function, it seems.
>>>
>>>
>>> Where did you downloaded ekiga and ptlib from?
>>>
>>> The crash appears after having pressed Reject, is that right?
>>>
>>> Is it reproducible 100% at the second incoming call?
>
> _______________________________________________
> ekiga-devel-list mailing list
> ekiga-devel-list gnome org
> https://mail.gnome.org/mailman/listinfo/ekiga-devel-list
--
-lorin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]