I tried the code. But nothing happened. I can make call even
after I click the button that execute the code below.

Please guide.

Regards, 
Zamielia
________________________________________________________
Hi,

Could you try this?

if(sipxUnInitialize(g_hInst) != SIPX_RESULT_SUCCESS)
{ 
     sipxUnInitialize(g_hInst, true);
}

If it works, please let me know.

Regards,
Joseph



On 12/7/06, zamielia <[EMAIL PROTECTED] > wrote:
This is how I do my sipxUnInitialize. I want to reinitialize
my sip configuration after doing the sipxUnInitialize. But 
sipxUnInitialize  was not successfully executed. So to get
my new sip setting runs, I've to stop and re-run the
program.  Please advise on this matter. Thank you



               if (sipxUnInitialize(g_hInst) != 
SIPX_RESULT_SUCCESS)

               {

                     AfxMessageBox("!uninitialize");

                     //Sleep(1000) ;

               }

               else

               {

                     AfxMessageBox("uninitialize");

                     //break ;

               }



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Joseph Serafin Aguilar
Sent: Tuesday, December 05, 2006 1:53 AM 
To: ???
Cc: [email protected]
Subject: Re: [sipxtapi-dev] Logout function in SipXtapi



Hi,

Use sipXuninitialize().

Regards,
Joseph

On 12/4/06, ??? <[EMAIL PROTECTED]> wrote:

Hi, everyone. I'm just new here.

Recently, I want to use SipXtapi to develop a SIP client
software. 

After study the api doc, I know how to do a login to a
server, how to place a call, and so on.

The problem is with which function in SipXtapi I can do a
logout.

Thanks!




_______________________________________________ 
sipxtapi-dev mailing list
[email protected]
List Archive:
http://list.sipfoundry.org/archive/sipxtapi-dev/ 




_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive:
http://list.sipfoundry.org/archive/sipxtapi-dev/


_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to