Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-16 Thread Joseph Serafin Aguilar
Lawrence <[EMAIL PROTECTED]> Cc: zamie zamie <[EMAIL PROTECTED]>; sipxtapi-dev@list.sipfoundry.org Sent: Saturday, December 16, 2006 4:22:46 AM Subject: Re: [sipxtapi-dev] Logout function in SipXtapi Hi, Have you tried registering to 302 alone? Try registering to 302 alone fi

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-15 Thread zamie zamie
Aguilar <[EMAIL PROTECTED]> To: Scott Lawrence <[EMAIL PROTECTED]> Cc: zamie zamie <[EMAIL PROTECTED]>; sipxtapi-dev@list.sipfoundry.org Sent: Saturday, December 16, 2006 4:22:46 AM Subject: Re: [sipxtapi-dev] Logout function in SipXtapi Hi, Have you tried registering to 302 al

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-15 Thread zamie zamie
Cc: sipxtapi-dev@list.sipfoundry.org Sent: Saturday, December 16, 2006 12:51:41 AM Subject: Re: [sipxtapi-dev] Logout function in SipXtapi On Thu, 2006-12-14 at 17:50 -0800, zamie zamie wrote: > I used the same method that I used to register 301 for 302. > > Being registered for 301 should have no

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-15 Thread Joseph Serafin Aguilar
Hi, Have you tried registering to 302 alone? Try registering to 302 alone first. If this doesn't work, then probably the credentials for 302 haven't been set up yet. Regards, Joseph On 12/16/06, Scott Lawrence <[EMAIL PROTECTED]> wrote: On Thu, 2006-12-14 at 17:50 -0800, zamie zamie wrote: >

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-15 Thread Scott Lawrence
On Thu, 2006-12-14 at 17:50 -0800, zamie zamie wrote: > I used the same method that I used to register 301 for 302. > > Being registered for 301 should have no effect on registering for 302. > -> If by any chance the 301 setting is not completely unregister, can > 302 be registered on the same so

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-14 Thread zamie zamie
itializing new sip setting without having to stop and rerun the program. Please advise. Regards, Zam(ielia) - Original Message From: Dale R. Worley <[EMAIL PROTECTED]> To: SipXtapi-dev Sent: Thursday, December 14, 2006 6:31:41 AM Subject: Re: [sipxtapi-dev] Logout function in SipXtapi

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-14 Thread Dale R. Worley
On Thu, 2006-12-14 at 00:29 -0800, zamie zamie wrote: > Does that mean I did not unregister my 301 setting completely, hence > 302 failed to be registered? > > Have tested many times, my uninitilize and re-initialize will only > work if I perform the process on the same extension setting. Being

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-14 Thread zamie zamie
ipxtapi-dev@list.sipfoundry.org Sent: Wednesday, December 13, 2006 3:37:37 AM Subject: Re: [sipxtapi-dev] Logout function in SipXtapi Hi, Your code looks fine. You mentioned earlier that you had a 401 error when u did step 2. This usually (maybe even always) is an authentication thing. Make sure

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-13 Thread Joseph Serafin Aguilar
t.sipfoundry.org; > [EMAIL PROTECTED] Subject: Re: [sipxtapi-dev] > Logout function in SipXtapi > > Objective to achieve : To clear sip setting (realm, > identity,password etc), then initialize back with new sip > setting so that user doesnt have to stop and rerun the > program.

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-13 Thread zamielia
; From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Sent: Tuesday, > December 12, 2006 1:32 AM To: > sipxtapi-dev@list.sipfoundry.org; > [EMAIL PROTECTED] Subject: Re: [sipxtapi-dev] > Logout function in SipXtapi > > Objective to achieve : To clear sip setting (realm, > identity,

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-12 Thread zamielia
Objective to achieve : To clear sip setting (realm, identity,password etc), then initialize back with new sip setting so that user doesnt have to stop and rerun the program. Been away for few days. Sorry for the late reply. Right now, i'm developing my own code as i wanted to change the ezphone la

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-08 Thread Joseph Serafin Aguilar
quot;); //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: sipxtapi-dev@list.sipfoundry.org Subject: Re: [sipxtapi-dev] Logout function in

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-08 Thread zamielia
Aguilar Sent: Tuesday, December 05, 2006 1:53 AM To: ??? Cc: sipxtapi-dev@list.sipfoundry.org 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. Recentl

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-07 Thread Joseph Serafin Aguilar
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Serafin Aguilar Sent: Tuesday, December 05, 2006 1:53 AM To: ??? Cc: sipxtapi-dev@list.sipfoundry.org Subject: Re: [sipxtapi-dev] Logout function in SipXtapi Hi, Use sipXuninitialize(). Regards, Joseph On 12/4/06

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-06 Thread zamielia
ot;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: sipxtapi-dev@list.sipfoundry.org Subject: Re: [sipxtapi-dev] Logout

Re: [sipxtapi-dev] Logout function in SipXtapi

2006-12-05 Thread Joseph Serafin Aguilar
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 pro

[sipxtapi-dev] Logout function in SipXtapi

2006-12-04 Thread ???
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!