[Sofia-sip-devel] Null Callid and To Tag

2010-07-26 Thread Vikas Bhat
Hi ALL, Sofia stack is not able to detect empty/null CallID in INVITE request. similarly Sofia is not able to detect empty/NULL TO TAG. Ideally Sofia should reject the calls in above scenerios. Can anybody guide me if i need to use any particular version of SOFIA STACK for getting the above

[Sofia-sip-devel] help test_100rel.c

2010-07-26 Thread peter hanshon
hello i want to excute the script file test_100rel.c(in the folder / sofia-sip-1.12.10/tests ) but i can't, so please haw can i excute this script thank you -- The Palm PDK Hot

[Sofia-sip-devel] Contact header incorrect

2010-07-26 Thread Nauman Sulaiman
Hi, using Sofia 1.12.10. I have multiple sip accounts, with separate nua handles for each nua_register etc. When i get a nua_i_invite and send a response it seems to pick a contact randomly from sip accounts that i have for the contact header. I am switching on the sip_request field to determine

[Sofia-sip-devel] [ sofia-sip-Bugs-3034730 ] torture_url test fail to pass

2010-07-26 Thread SourceForge.net
Bugs item #3034730, was opened at 2010-07-26 17:02 Message generated for change (Tracker Item Submitted) made by pacho2 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=756076aid=3034730group_id=143636 Please note that this message will contain a full copy of the

Re: [Sofia-sip-devel] NTA Client : problem

2010-07-26 Thread Paulo Rogério Panhoto
Hello, I took a look at your code and I noticed that (1) you call su_root_run() several times and breaks it. su_root_run() is supposed to be called only once and the loop should be broken (by calling su_root_break()) only when you want to exit your app. (2) You can call a request

Re: [Sofia-sip-devel] NTA Client : problem

2010-07-26 Thread Mayur Mahajan
Hey Paulo, Thanks for clearing the basic concepts. In your second point you say different callback for different method. Can't I use a single callback and using switch case do the function calling. Could you please explain. I am using NUA now. But when I send a SUBSCRIBE