Re: [Sofia-sip-devel] Stop the nua stack

2008-09-10 Thread Rémi BUISSON
OK thanks. Pekka Pessi wrote: > 2008/9/1 Rémi BUISSON <[EMAIL PROTECTED]>: > >> I would like it to send a message with XML content and stop the client >> but I got this message : >> nua_destroy(0x80c87f0): FATAL: nua_shutdown not completed >> client: nua.c:235: nua_destroy: Assertion `nua->nua_

[Sofia-sip-devel] sofia-sip changes (2008-09-10)

2008-09-10 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Wed Sep 10 19:10:57 EEST 2008 Pekka Pessi <[EMAIL PROTECTED]> * check_session.c: added test cases for multiple INVITEs and INVITE glare M ./libsofia-sip-ua/nua/check_session.c +115 Wed Sep 10

[Sofia-sip-devel] Really fast retransmission of 200 OK responses

2008-09-10 Thread Fabio Margarido
Hi there, I'm observing some strange behavior from sofia-sip when running heavy load tests on my application. The application is a B2BUA and the calls are originated by a SIPp script. The receiving end is another machine running a UAS SIPp script. When we start 500 calls per second, limited to 200

Re: [Sofia-sip-devel] Sofia-sip "uac" Not Refreshing Session

2008-09-10 Thread Pekka Pessi
2008/8/26 Jerry Richards <[EMAIL PROTECTED]>: > It appears my sofia-sip NUA (based on v1.12.7) is not refreshing a session > IAW RFC 4028. Here is the scenario: > > Sec Event > - --- > 102: NUA sends INVITE with "Supported: timer", "Session-Expires: 3600" > 111: UAS sends 200 OK wi

Re: [Sofia-sip-devel] tcp transportation using only one connection

2008-09-10 Thread Pekka Pessi
2008/9/1 Florian Limberger <[EMAIL PROTECTED]>: > When using UDP for transportation the sofia-sip stack uses the same > socket (same src port) for all outgoing logical connections. This is not > the case with tcp. If I want to do a REGISTER with my proxy/registrar, > the sip stack creates a new tcp

Re: [Sofia-sip-devel] Stop the nua stack

2008-09-10 Thread Pekka Pessi
2008/9/1 Rémi BUISSON <[EMAIL PROTECTED]>: > I would like it to send a message with XML content and stop the client > but I got this message : > nua_destroy(0x80c87f0): FATAL: nua_shutdown not completed > client: nua.c:235: nua_destroy: Assertion `nua->nua_shutdown' failed. > Aborted > > Can anyone