linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] help reqd registering with proxy


From: Simon Morlat
Subject: Re: [Linphone-developers] help reqd registering with proxy
Date: 28 Jan 2003 21:10:43 +0100

Hello,

OsipDialog::dialog is !=NULL when a sip dialog is established. the
dialog field (of type dialog_t*) is a context for the dialog.
A dialog is established when an incoming invite is followed by a 180
Ringing or 200 Ok, or when an outgoing invite is followed by an incoming
200 Ok.
Linphone-0.10.0 is out since today, I suggest that now you use it.

Simon

Le mar 28/01/2003 à 08:59, John J C a écrit :
> Hi Everyone,
> 
>    I am using Linphone 0.9.1, previously i was using Linphone 0.8.0 where
> i was making use of the fact that once i call osip_dialog_new(ua), the
> return value of the data structure will contain the call id in one of itz
> fields. In the new version when i call osip_dialog_new(ua) the call_id
> that was part of the previous version is deprecated ... so i take a look
> into the dialog member of the structure.. but i find that itz NULL. Even
> the test program  osipua_tester.c , u make a check to see
> dialog->dialog->call_id whether  itz NULL ... itz always NULL. Please tell
> me as to when does the dialog->dialog->call_id get filled ???
> 
> Awaiting a reply and thankx in advance.
> 
> John
-- 
Simon Morlat <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]