[Ekiga-devel-list] Uses of the sip endpoint in the opal account code

2013-02-08 Thread Julien Puydt

Hi,


I have just hidden the H323 endpoint below the opal call manager, 
meaning that now the account code asks the call manager to do the 
presence subscribing/unsubscribing, and it's the call manager which does 
the forwarding of the request to the right protocol endpoint.


I can't do the same with the SIP endpoint because of the following two 
lines :

sip_endpoint-Unsubscribe (SIPSubscribe::MessageSummary, get_aor ());
sip_endpoint-Subscribe (SIPSubscribe::MessageSummary, 3600, get_aor ());

what does that MessageSummary mean?

Snark
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] Uses of the sip endpoint in the opal account code

2013-02-08 Thread Julien Puydt

Le 08/02/2013 16:11, Julien Puydt a écrit :

Hi,


I have just hidden the H323 endpoint below the opal call manager,
meaning that now the account code asks the call manager to do the
presence subscribing/unsubscribing, and it's the call manager which does
the forwarding of the request to the right protocol endpoint.

I can't do the same with the SIP endpoint because of the following two
lines :
sip_endpoint-Unsubscribe (SIPSubscribe::MessageSummary, get_aor ());
sip_endpoint-Subscribe (SIPSubscribe::MessageSummary, 3600, get_aor ());

what does that MessageSummary mean?


Is that related to the Message Waiting Information feature?

Snark
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list