[Sofia-sip-devel] [ sofia-sip-Bugs-3394305 ] subsequent incoming REGISTER requests fail

2011-08-18 Thread SourceForge . net
Bugs item #3394305, was opened at 2011-08-19 11:42 Message generated for change (Tracker Item Submitted) made by max4656 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=756076&aid=3394305&group_id=143636 Please note that this message will contain a full copy of the

[Sofia-sip-devel] AUTO: out of the office

2011-08-18 Thread CristianBosello
Sono fuori dall'ufficio da Lun 08/08/2011 fino a Dom 28/08/2011. Dear Sender, Thanks for your message. I'm sorry, but I'll be out of the office till Monday 29 August. I'll have no access to email. For very urgent issues you can drop me a call on my mobile. Thanks, Regards Cristian Bosello

Re: [Sofia-sip-devel] Possible Memory Leak if INVITE was not succesfully.

2011-08-18 Thread Pekka Pessi
Hi Stefan, 2011/7/13 Stefan Opfermann : > we have an application based on Sofia SIP 1.12.11 which uses directly INVITE > methods between two SIP User Agents without a REGISTER server. > > In the case that the User is still busy or the caller not allowed to call ( > "404 Not found" etc. ), we hav

Re: [Sofia-sip-devel] tport_check_trunc() issue

2011-08-18 Thread Pekka Pessi
Hi Arsen, 2011/7/13 Arsen Chaloyan : > Although this is a typical race condition issue, it still seems pretty > harmless as the goal of this function is to set tp->tp_trunc which isn't > used currently. To get rid of this message, I have just commented out > tport_check_trunc() but wanted to know

[Sofia-sip-devel] Sofia-Sip Supported RTP Stack

2011-08-18 Thread Meftah Tayeb
: +21321656139 Mobile: +213661490005 __ Information provenant d'ESET NOD32 Antivirus, version de la base des signatures de virus 6388 (20110818) __ Le message a été vérifié par ESET NOD32 Antivirus. http://www.ese

Re: [Sofia-sip-devel] Problem with sofia codec selection

2011-08-18 Thread Pekka Pessi
Hi, 2011/7/12 Olivier Deme : > Is it possible to configure sofia to pick a selection of codecs based > on the SDP offered by the network and the SDP specified in > nua_respond, rather than picking a single codec? Use SOATAG_RTP_SELECT(SOA_RTP_SELECT_COMMON). -- Pekka.Pessi mail at nokia.com --

Re: [Sofia-sip-devel] bug fix in su_time0.c for MacOS X 64bit

2011-08-18 Thread Pekka Pessi
2011/7/11 Frode Isaksen : > There is a bug in su_time0.c for MacOS X 64bit since the field tv_sec in > struct timeval is 64bits instead of 32bits as in su_time_t, so you cannot > cast su_time_t to struct timeval. This patch fixes this: Thanks. I've applied the patch. -- Pekka.Pessi mail at nok

Re: [Sofia-sip-devel] PRACK and 200 OK(INVITE) forking issue

2011-08-18 Thread Pekka Pessi
Hi Nauman, 2011/7/1 Nauman Sulaiman : > We are handling all media (SDP) ourselves and have set PRACK to be one of the > methods our app handles. We are using the nua API. > > Can Pekka or someone say whether PRACK and forking is supported with the way   > we are using the Stack. We've seen some p

Re: [Sofia-sip-devel] ipv4/ipv6 issues

2011-08-18 Thread Tayeb Meftah
Sory Sofia is the bes stack Envoyé de mon iPhone Le 18 août 2011 à 09:20, Pekka Pessi a écrit : > Hi Florian, > > 2011/6/29 Florian Limberger : > ... >> When an ipv6 client initiates a call to a ipv4 client the call is >> properly established!! > >> If ipv4 calls ipv6, the final ACK is no

Re: [Sofia-sip-devel] auto nua_ack with bad UIR (without destination port)

2011-08-18 Thread Pekka Pessi
Hi Ivan, 2011/7/13 Иван Чистяков : > I send INVITE to SLFphone and recv responce 100/180/200 with bad > Contact header (without port). > And sofia stack trying to send auto ACK with this bad Contact header > (without port). > SLFphone can use non standart port, but stack trying to use default port

Re: [Sofia-sip-devel] ipv4/ipv6 issues

2011-08-18 Thread Pekka Pessi
Hi Florian, 2011/6/29 Florian Limberger : ... > When an ipv6 client initiates a call to a ipv4 client the call is > properly established!! > If ipv4 calls ipv6, the final ACK is not sent. ... > Probably, this has something to do with the Contact header, which > contains the transport address

Re: [Sofia-sip-devel] Segmentation Fault After BYE 407 Proxy Authentication

2011-08-18 Thread Pekka Pessi
Hi Jerry, 2011/6/23 Jerry Richards : > One more thing on this.  The segmentation fault was due to the assert() > function crashing in my phone.  This was not caused by sofia-sip.  But the > additional comparison to sip_method_bye should be added to sofia-sip so the > assert() does not cause a prin

Re: [Sofia-sip-devel] 'Network error' on FreeBSD: how to debug?

2011-08-18 Thread Pekka Pessi
Hi Yuri, 2011/6/19 Yuri : > On 06/18/2011 17:50, Yuri wrote: >> recvfrom call retrieving result for DNS query never receives the result >> for some reason. >> > > I found bug in code resolving the sip-dig hang: > in file sres_blocking.c lines >       if (c->block->fds[i].revents | POLLERR) >      

Re: [Sofia-sip-devel] How to remove Supported header from outgoing request.

2011-08-18 Thread Pekka Pessi
Hi Inca, 2011/6/22 Inca Rose : > I'm using NUA and I see that by default the Supported header is sent with > "timer, 100rel" > I want to control the supported header contents and find out that > NUATAG_SUPPORTED only adds supported values, and only SIPTAG_SUPPORTED can > override it. > I want t

Re: [Sofia-sip-devel] Invite with Multipart content

2011-08-18 Thread Pekka Pessi
Hi Harinath, There is no decent API for sending MIME multipart from nua at the moment. Currently, if nua notices that there is a payload, it won't touch it. I have some doubts regarding encoding of multipart (iow, it won't work.) I have some ideas about the API, like including an empty SDP within