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_

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

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

2008-09-01 Thread Stefano Sabatini
On 9/1/08, Rémi BUISSON <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I didn't success in stopping the nua stack. > > Here is my client code : [...] > /* if(sip->sip_payload && strcmp(sip->sip_payload->pl_data, TEARDOWN) > == 0) > { > su_root_break(root); > }*/ > if (status == S

[Sofia-sip-devel] Stop the nua stack

2008-09-01 Thread Rémi BUISSON
Hi everyone, I didn't success in stopping the nua stack. Here is my client code : #include #include #include #include #include #include "constants.h" #include "macros.h" #include "xml_parser.h" /***/ /* Variables declaration */ /*