[Sofia-sip-devel] Patch to make su_timer_set_for_ever behave like SIGALRM

2008-02-27 Thread Jarod Neuner
This patch attempts to correct for the clock drift that results from using poll() to do timing. It still will not generate extra signals for missed timer events, but assuming that timer events are never missed, the average interval time will always be equal to the requested interval time. -Jaro

Re: [Sofia-sip-devel] NUTAG_WITH and msg_dup

2008-02-27 Thread Fabio Margarido
Let me elaborate a little more on my previous e-mail, maybe someone can help me in a different way... As you can see from my previous messages to the list, I'm having problems with SIGSEGVs in my application... I'm trying to reproduce the problem under valgrind, but as it only happens under heavy

[Sofia-sip-devel] NUTAG_WITH and msg_dup

2008-02-27 Thread Fabio Margarido
Hi there, is it okay if I use NUTAG_WITH() passing a deep copy of the msg_t request (obtained with msg_dup) instead of the original msg_t structure? This is apparently not working for me... Thanks. Fabio - This SF.net email

Re: [Sofia-sip-devel] Problem with SIPTAG_CONTENT_TYPE_STR and SIPTAG_CONTENT_DISPOSITION_STR

2008-02-27 Thread Pekka Pessi
2008/2/27, Rajat Dudeja <[EMAIL PROTECTED]>: > I'm using sofsip-cli-0.13 and sofia-sip-1.12.8 and facing following > problems with them: > > 1. I need to disable Content Dispostion field in my INVITE messages. I > tried setting SIPTAG_CONTENT_DISPOSITION_STR(NULL) in > nua_invite() but it does se

Re: [Sofia-sip-devel] Sofia-sip on symbian

2008-02-27 Thread Alban Crequy
Le Tue, 26 Feb 2008 20:56:32 +0200, "Pekka Pessi" <[EMAIL PROTECTED]> a écrit : > 2008/2/26, Alban Crequy <[EMAIL PROTECTED]>: (...) > > Any suggestions to fix the problem ? > > Check that you are linking correct runtime for your compiler. > Could you generate asm with your GCC from a C file

[Sofia-sip-devel] Problem with SIPTAG_CONTENT_TYPE_STR and SIPTAG_CONTENT_DISPOSITION_STR

2008-02-27 Thread Rajat Dudeja
Hi, I'm using sofsip-cli-0.13 and sofia-sip-1.12.8 and facing following problems with them: 1. I need to disable Content Dispostion field in my INVITE messages. I tried setting SIPTAG_CONTENT_DISPOSITION_STR(NULL) in nua_invite() but it does seem to be working and Content Disposition is stil