[Sofia-sip-devel] sofia-sip changes (2009-09-29)

2009-09-29 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Tue Sep 29 15:24:17 EEST 2009 Pekka Pessi * nua_params.c: fixed semicolons in get_params() Ignore-this: 3d5d23309b38657666c8a1c3996f M ./libsofia-sip-ua/nua/nua_params.c -2 +2 -

Re: [Sofia-sip-devel] problem shutting down nua

2009-09-29 Thread Francesco Lamonica
That is the only output i get after the call to nua_shutdown() No, i didnt use that call, i simply set the env vars NUA_DEBUG and NTA_DEBUG to 9 On Tue, Sep 29, 2009 at 2:25 PM, Pekka Pessi wrote: > 2009/9/29 Francesco Lamonica : >> Hi all, this is what i get (with latest darcs) when i call nua_

Re: [Sofia-sip-devel] problem shutting down nua

2009-09-29 Thread Pekka Pessi
2009/9/29 Francesco Lamonica : > Hi all, this is what i get (with latest darcs) when i call nua_shutdown(nua); There is nothing from nua/nta? Do you set your debuging log levels with su_log_set_level()? --Pekka > tport_tsend(0x1a961b0) tpn = */192.168.23.200:5060/sip > tport_resolve addrinfo = 1

Re: [Sofia-sip-devel] problem shutting down nua

2009-09-29 Thread Francesco Lamonica
On Mon, Sep 28, 2009 at 4:44 PM, Francesco Lamonica wrote: > On Thu, Sep 24, 2009 at 9:57 AM, Pekka Pessi wrote: >> 2009/9/23 Francesco Lamonica : >>> hi ppl, i am having some problems in shutting down the nua; i am still >>> using sofia 1.12.9 and i am handling the eventloop with su_root_step. >