[Sofia-sip-devel] [ sofia-sip-Bugs-1511403 ] Early Subscription Timeouts without NOTIFY

2006-07-24 Thread SourceForge.net
Bugs item #1511403, was opened at 2006-06-23 18:17 Message generated for change (Comment added) made by ppessi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1511403&group_id=143636 Please note that this message will contain a full copy of the comment th

Re: [Sofia-sip-devel] VxWorks support

2006-07-24 Thread Pekka Pessi
On 7/1/06, Henry Luan <[EMAIL PROTECTED]> wrote: > Any suggestion if I need to port to non-Posix style system? How big could be > the change? I guess the autoconf fails on vxworks environment. Then you need something like the win32 stuff: hand-made config.h and su_configure.h and hand-made Makef

Re: [Sofia-sip-devel] can't put to work sofsip_cli

2006-07-24 Thread Pekka Pessi
On 7/24/06, Kai Vehmanen <[EMAIL PROTECTED]> wrote: > But if the Asterisk is in the same network addressing domain, then this > could be a bug (we shouldn't put the invalid-contact to the headers if > there is no NAT between us and a registar). And based on the log, this > would seem to be the case

Re: [Sofia-sip-devel] Multiple endpoint REGISTER problem....

2006-07-24 Thread Pekka Pessi
Thanks Colin. I slightly modified the patch (renamed su_yield() as su_root_yield(), and also using the su_port_vtable_t virtualization). The patches named "su/sofia-sip/su_wait.h, su_root.c: added su_root_yield()." and "Using su_root_yield() in nea_server.c, nta.c, nua_stack.c." available from the

Re: [Sofia-sip-devel] nta_agent_create

2006-07-24 Thread Pekka Pessi
On 7/14/06, Luca Colantonio <[EMAIL PROTECTED]> wrote: > hi I have a doubt about the function nta_agent_create. > if i write: > context->c_agent = > nta_agent_create(context->c_root, > URL_STRING_MAKE(o_bind), > process_request,context, > TAG_END()); > it should create an nta agent that binds

Re: [Sofia-sip-devel] problems modifying sdp session with re-invite

2006-07-24 Thread Pekka Pessi
On 7/19/06, Legostayev Denis <[EMAIL PROTECTED]> wrote: > It's seems that modifying session with outgoing re-INVITE (UPDATE) is > slightly broken. For example, when i'm trying to send re-INVITE with > NUTAG_HOLD(1), with call that already have been placed on hold by remote > side a have got a core

Re: [Sofia-sip-devel] SDP error

2006-07-24 Thread Pekka Pessi
On 7/8/06, Henry Duan <[EMAIL PROTECTED]> wrote: > I input the local SDP in the tag SOATAG_USER_SDP_STR("m=audio 5004 RTP/AVP 8 > 0") when calling nua_invite, but the c line in SDP chose the local loopback > address(127.x.x.x). So I added c line in this tag, SOATAG_USER_SDP_STR("c=IN > IP4 25.25.23

Re: [Sofia-sip-devel] multiple endpoints thread

2006-07-24 Thread Pekka Pessi
On 7/20/06, adi baron <[EMAIL PROTECTED]> wrote: > Can any one tell me if it's convenient to modify the application so that > sofia-sip could support multiple Endpoints? > > How the multiple endpoints should be supported? I fyou are not > planning to do anything fancy, you can just register multipl

Re: [Sofia-sip-devel] CSeq:

2006-07-24 Thread Pekka Pessi
On 6/26/06, Colin Whittaker <[EMAIL PROTECTED]> wrote: > Anyone get a chance to look at this diff ? > Can we add it to the darcs codebase ? > It makes SIP traces much easier to read when handling multiple endpoints if > each endpoint can set it's starting CSeq: Added to the darcs. Sorry for the

[Sofia-sip-devel] sofia-sip changes (2006-07-24)

2006-07-24 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Wed Jun 21 13:37:19 EEST 2006 [EMAIL PROTECTED] * nua/outbound.c: use md5 instead of sha1. M ./libsofia-sip-ua/nua/outbound.c -7 +7 Wed Jun 21 13:36:42 EEST 2006 [EMAIL PROTECTED] * sofia-sip.spec.in

Re: [Sofia-sip-devel] FreeBSD

2006-07-24 Thread Pekka Pessi
On 7/12/06, Richard Jones <[EMAIL PROTECTED]> wrote: > Is anyone attempting to port this to FreeBSD? Nope, but we got it compiled on OS X, which is supposed to be quite FreeBSDish, but without IPv6. > I get the following when I try to compile: > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libso

Re: [Sofia-sip-devel] can't put to work sofsip_cli

2006-07-24 Thread Sergey Vointsev
> But if the Asterisk is in the same network addressing domain, then this > could be a bug (we shouldn't put the invalid-contact to the headers if > there is no NAT between us and a registar). And based on the log, this > would seem to be the case (192.168.0.85 is Asterisk's IP, and .90 is the > cl

Re: [Sofia-sip-devel] can't put to work sofsip_cli

2006-07-24 Thread Kai Vehmanen
Hi, On Mon, 24 Jul 2006, Sergey Vointsev wrote: > Contact string became more reasonable (192.168.0.85 - server with > Asterisk; 192.168.0.90 - host with sofsip-cli): > nta::contact: ok, good. The invalid SIP contact is generated by the stack when it is waiting for a valid contact from the regi

Re: [Sofia-sip-devel] can't put to work sofsip_cli

2006-07-24 Thread Sergey Vointsev
> There was similar bug in some versions of sofia-sip, what exact version > are you using? Please try to upgrade to latest one. > I use the latest versions: sofia-sip-1.12.0 and sofsip-cli-0.10.1 > Of course, you may try to set explicit sip contact either with command > line or in the invironmen