[Sofia-sip-devel] [PATCH] sofsip-cli - remove includedir in Makefile.am

2008-10-22 Thread Keith Mok
Hi all, During cross-compile, $includedir points to the host compile path (/usr/include). And since $includedir should be included by default, it should not be included in Makefile.am. Otherwise cross-compile will failed. The patch below make it cross-compile friendly. Regards, Keith

[Sofia-sip-devel] sofia-sip changes (2008-10-22)

2008-10-22 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Wed Oct 22 16:28:00 EEST 2008 Jeff Lenk * su_alloc.c: prevent mutex handle leak in WIN32 M ./libsofia-sip-ua/su/su_alloc.c -1 +8 Wed Oct 22 16:10:19 EEST 2008 Brian Czapiga * sip_bad_mask

[Sofia-sip-devel] Sending INVITE to Other Entity (not Proxy)

2008-10-22 Thread Jerry Richards
Hello All, Sorry if this is a repeat Email. I think I put the wrong To Header on my last one. I am in the process of upgrading from v1.12.7+ to v1.12.9+, and I noticed something that no longer works the way it used to. I have logic in my application to send an INVITE to a destination different

Re: [Sofia-sip-devel] 180 Ring response being retransmitted every 60sec indefinitely

2008-10-22 Thread kandy
Solved. Controlled by NTATAG_PROGRESS with value of UINT_MAX to disable this feature. Thanks kandy On Wed, 2008-10-22 at 13:51 +0800, liu yang wrote: > Hi, > I am integrating sofip stack 1.12.9. 180 response will be > retransmitted indefinitely every 60sec by checking from wireshark > tool. > Ho