< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate-users] differentiating multiple dialogs


Hi Klaus,

You need to use the callbacks to track the status in your application.

Scott

On Tue, Jun 29, 2010 at 7:47 AM, Klaus Darilion <klaus.mailinglists@xxxxxxxxx> wrote:
Hi Scott!

Am 29.06.2010 12:47, schrieb Scott Godin:

AppDialog and AppDialogSets mirror the concepts of SIP Dialogs and
DialogSets.  For an outbound Invite usage there exists one
DialogSet/AppDialogSet and one Dialog/AppDialog per forked leg of the
call.  Other usages only have a DialogSet/AppDialogSet - ie.
Registrations never form a SIP Dialog.

Oh, I see. Thanks.

btw: I just wanted to fetch the registration status of a client-registration. I found the State member inf ClientRegistration class, but it is private.

So, what is the recommended way to get the registration status? Is there a function call somewhere or do I have to track the registration status in the application, updated by the registration handler callbacks?

regards
Klaus