[Sofia-sip-devel] SDP Negotiation

2008-03-31 Thread Subbu Rajendran
Hi All, Is there any API provided by the SOA library that can be used to get the negotiated capabilities and local remote connection parameters after the SDP negotiation is completed? In our application, we want one or multiple APIs that could retrieve the negotiated codec(s) along with its

[Sofia-sip-devel] [ sofia-sip-Bugs-1930055 ] Unregister when a new public binding is detected

2008-03-31 Thread SourceForge.net
Bugs item #1930055, was opened at 2008-03-31 13:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=756076aid=1930055group_id=143636 Please note that this message will contain a full copy of

[Sofia-sip-devel] Problem registering with proxy on SPARC

2008-03-31 Thread Martin Drasar
Hi, I have a problem registering with proxy on SPARC. This is an error I get: nta: received 483 Too Many Hops for REGISTER (97361811) I think the problem is again with endianity, because the max-forwards header is set to 0 instead of 70 as usual. Could you please take a look at it? I am getting

Re: [Sofia-sip-devel] Sofia stack foot print

2008-03-31 Thread Pekka Pessi
2008/3/23, Mahesh Govind [EMAIL PROTECTED]: Could some give some idea about stack foot print . I saw some old threads related to this topic. I am planning to write some embedded apps . Hm, text segment is now 693K, data 38K (i386, compiled with options below) How easy is to take only

Re: [Sofia-sip-devel] Sofia-sip TLS under windows

2008-03-31 Thread Pekka Pessi
2008/3/25, Gregorio [EMAIL PROTECTED]: Has changed the situation about using Sofia-sip with TLS under windows? I think it should now compile. There has been some patches towards it from freeswitch guys AFAIR. --Pekka On 11/17/06, Chung Pak Lai [EMAIL PROTECTED] wrote: Does Sofia-sip

[Sofia-sip-devel] Allow-Events Header Not Appearing in Outbound Requests

2008-03-31 Thread Jerry Richards
Hello All, I have had no success getting the Allow-Events: header to appear in outbound SIP messages. I tried included the SIPTAG_ALLOW_EVENTS_STR() tag in the following API calls, and none have worked: nua_set_params() nua_handle() nua_set_hparams() nua_subscribe() Do I need to do something

Re: [Sofia-sip-devel] Allow-Events Header Not Appearing in OutboundRequests

2008-03-31 Thread Oren Bouskila
Hi Jerry You may already know this. But you should send only the value of the header. So if your header is Allow-Events: message-summary you should use it like this: SIPTAG_ALLOW_EVENTS_STR(message-summary) I hope it was any help Regards Oren Bouskila -Original Message- From:

Re: [Sofia-sip-devel] Allow-Events Header Not Appearing in OutboundRequests

2008-03-31 Thread Jerry Richards
Hi Oren, After receiving your reply, I revisited my implementation of that tag. I found I was actually using the following (which is not correct, because it is not using the _STR flavor tag): NUTAG_ALLOW_EVENTS(talk, hold, conference) I changed it to the following, and now it is working: