Re: [Sofia-sip-devel] Authentication state machinery

2007-03-14 Thread mikhail.zabaluev
Hi, There is another discovery: a call does not get terminated cleanly if a 401/407 response to INVITE is not handled with nua_authenticate(), e.g. due to absence of credentials to submit. Instead, after the final ACK is sent as per the call model, an orphaned ACK "transaction" is left hanging

[Sofia-sip-devel] Authentication state machinery

2007-03-14 Thread mikhail.zabaluev
Hi, I have an issue handling 401 or 407 authentication challenges for which I haven't found an answer in the documentation. It is allowed for the server to repeat the challenge if the preceding authentication fails; the client must not reattempt the authentication that has just been rejected. I

[Sofia-sip-devel] Possible bug in deallocating resources?

2007-03-14 Thread Francesco Lamonica
As i said in the other email i am just starting using sofia-sip so it is most likely that i did something wrong.. however i stumbled into a reproducible crash: win32 VS2005 sofia-sip 1.12.5work1 the sip options example from the wiki i changed the event loop from su_root_run(root); to for (int

[Sofia-sip-devel] receiveing 200 from REGISTER

2007-03-14 Thread Francesco Lamonica
Hi, i am starting to develop with sofia-sip and was experimenting a bit with the sip options example i found on the wiki. i modified the example in order to send REGISTER and used a loop like this to gather the proxy responses: while(1) { Sleep(1000); send_message (nua); //sends a REGIS