Re: [Sofia-sip-devel] Can NUA resolve domain names?

2008-09-05 Thread Diego Costantini
Well, of course you were right, I just made some wrong assumption. Openser was working, so I assumed DNS was working, but it was just reading hosts file. I assumed I configured correctly DNS (and I did) but I didn't know that one eth with dhcp rewrites resolv.conf every reboot. Now it works

Re: [Sofia-sip-devel] Running the sofia-sip event loop in a thread context

2008-09-05 Thread Stefano Sabatini
On 9/5/08, Stefano Sabatini <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a multithreaded application, and I need to run the sofia-sip > event loop not in the main process context, but in the context of a > thread. > > I implemented it this way. > I implemented a method Run() which instantiates t

Re: [Sofia-sip-devel] Can NUA resolve domain names?

2008-09-05 Thread Diego Costantini
I mapped such domain in both hosts file and DNS configuration, thus it should be resolved somehow (as all the other application do, like Openser). I am not very familiar with DNS configuration, so could you tell me exactly where it should definitely be present? Thanks, Diego ===

Re: [Sofia-sip-devel] Can NUA resolve domain names?

2008-09-05 Thread mikhail.zabaluev
Hi, From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Diego Costantini Sent: Friday, September 05, 2008 12:32 PM To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] Can NUA resolve domain names?

[Sofia-sip-devel] Can NUA resolve domain names?

2008-09-05 Thread Diego Costantini
Hi, In a previous thread with different topic I mentioned this problem, but now I try to make it more clear: handle = nua_handle(nua, NULL, SIPTAG_TO_STR(to), TAG_END()); or nua_message(handle, SIPTAG_TO_STR(to),

[Sofia-sip-devel] Running the sofia-sip event loop in a thread context

2008-09-05 Thread Stefano Sabatini
Hi all, I have a multithreaded application, and I need to run the sofia-sip event loop not in the main process context, but in the context of a thread. I implemented it this way. I implemented a method Run() which instantiates the thread instance and makes it execute su_root_run(), and a Stop()