Re: [sipxtapi-dev] who goes wrong? REGISTER -> 401 -> REGISTER -> 200: ContactIdentity Comparison failed -> REGERESTED not fired

2006-12-08 Thread YuHang
Hi, === Dale wrote === >The REGISTER request is going out through a NAT, but sipXtapi does not >understand that. I don't know the specifics, but you need to inform >sipXtapi that, to the proxy, its address appears to be 218.242.117.170. I didn't enable stun, and I called: sipxCon

[sipxtapi-dev] who goes wrong? REGISTER -> 401 -> REGISTER -> 200: ContactIdentity Comparison failed -> REGERESTED not fired

2006-12-07 Thread YuHang
Hi, Help! anyone can tell me who goes wrong? REGERESTED not fired in the following case: I run sipXtapi at 192.168.0.178:5090 with rport enabled. (http://scm.sipfoundry.org/rep/sipX/branches/sipXtapi/ at version 8101) I register to 218.242.214.23. The Contact Header in the first REGISTER messag

Re: [sipxtapi-dev] getAllLocalHostIps() // an old bug need a new fix

2006-12-04 Thread yuhang
Hello, Alexander === 2006-12-04 21:29:06 Alexander wrote === >But is there any reason to change while() {} to do {} while()? I think we >should >check pNextAddr && (numAddressesfirst pNextAddr: >PIP_ADDR_STRING pNextAddr = &pNextInfoRecord->IpAddressList; = = = = = = = = = = = = = = = = =

[sipxtapi-dev] getAllLocalHostIps() // an old bug need a new fix

2006-12-04 Thread yuhang
Hi, It is an old bug: assign >=2 ip addresses to one adapter under Win32. media-update branch tries to fix it, but the fix is not complete. The new problem is a missing (numAddressesIpAddressList; while (pNextAddress) { const char *szAddr = pNex

[sipxtapi-dev] redirect problem

2006-11-25 Thread yuhang
eam release 3013o stamp 23916) = 0 sipxCallGetRemoteID("test3";tag=025b9425) = 0 sipxCallGetRemoteContact(sip:) = 0 sipxCallGetLocalID(;tag=20817) = 0 sipxCallGetID([EMAIL PROTECTED]) = 0 CALLSTATE_DISCONNECTED = 0 EVENT_CATEGORY_CALLSTATE::DESTROYED::CAUSE_NORMAL hCall 2 sipxCallDestroy(2) =0

[sipxtapi-dev] it seems that sipxConfig*DTMF* functions don't work

2006-11-23 Thread YuHang
= when i run this program, it says: sipxInitialize sipxUnInitialized = 0 sipxConfigEnableInBandDTMF = 1 sipxConfigEnableOutOfBandDTMF = 1 sipxConfigIsInBandDTMFEnabled(0) = 1 sipxConfigIsOutOfBandDTMFEnabled(0) = 1 sipxUnInitialize sipxUnInitialized = 0 Is there anything wrong

Re: [sipxtapi-dev] REGISTERED may not fired (Charlie Hedlin)

2006-11-19 Thread yuhang
mantics "unregister". Sorry, my mistake. it should be: So, i think it's better to always include "expires=0;" in REGISTER message when sipXtapi tries to unregister. yuhang ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Re: [sipxtapi-dev] REGISTERED may not fired (Charlie Hedlin)

2006-11-19 Thread yuhang
hen replying sipXtapi's unregister message. So, i think it's better to always include "expires=3600;" in REGISTER message when sipXtapi tries to unregister. yuhang ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

[sipxtapi-dev] why it uses TCP connection to REGISTER? -- attachment MyRegTest.rar

2006-11-15 Thread yuhang
sorry, i forgot attachment. and here it is. MyRegTest.rar Description: Binary data ___ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

[sipxtapi-dev] why it uses TCP connection to REGISTER?

2006-11-15 Thread yuhang
hi all My little win32 console program runs into another problem. When it tries to REGISTER to a proxy server on Internet via my ADSL interface, it uses TCP connection instead of UDP. As a result, the TCP SYN is RSTed by the proxy server. My sipXtapi based win32 console program simply do 2 thi

[sipxtapi-dev] REGISTERED may not fired

2006-11-14 Thread yuhang
hi all It seems that REGISTERED event may not fired. i checked out "http://scm.sipfoundry.org/rep/sipX/branches/sipXtapi"; at version 7981, compiled with Visual Studio 2005 and got sipXtapi.dll and sipXtapid.dll. i run my sipXtapi based win32 console program at 192.168.0.178:5080. My sipXtapi

[sipxtapi-dev] memory leak even nothing has been done

2006-11-02 Thread YuHang
hi, all i sipxInitialize() and sipxUnInitialize() sipXtapi in my MFC application, and Visual Studio 2005 reports memory leak after my debug version of MFC application shutdown. here is what i did: 1.check out http://scm.sipfoundry.org/rep/sipX/branches/sipXtapi at

[sipxtapi-dev] what codec does sipXezPhone support? where can i find bug list of sipXezPhone? where can i find manual of sipXezPhone?

2006-10-20 Thread YuHang
hi, i'm new to sipXtapi. i have some questions. what codec does sipXezPhone support? does it support g729 now? where can i find bug list of sipXezPhone? where can i find manual of sipXezPhone? thanks ___ sipxtapi-dev mailing list sipxtapi-dev@lis