Re: [Sofia-sip-devel] Sending nua_invite - DNS Error 503

2013-11-17 Thread Tim Na
iOS doesn’t allow file access. You need to use iOS API to query DNS server IP which isn’t done for Sofia SIP yet. From: Alexander Heinrich alexan...@sn0wfreeze.demailto:alexan...@sn0wfreeze.de Date: Sunday, November 17, 2013 at 3:52 AM To:

Re: [Sofia-sip-devel] Sending nua_invite - DNS Error 503

2013-11-17 Thread Huang, Kun-Yao
Try binding to a specific interface instead of 0.0.0.0. Sofia SIP chooses an arbitrary interface for out-going requests when you bind to 0.0.0.0 http://www.mail-archive.com/sofia-sip-devel@lists.sourceforge.net/msg04427.html

Re: [Sofia-sip-devel] status of sofia sip

2013-11-17 Thread Andreas Wehrmann
On 11/17/2013 04:53 PM, Dave Horton wrote: I've been using sofia sip quite happily for a few years in various projects, but I am wondering about whether it is still being actively supported. I'm heading into a new project where I will need a lot of 3GPP headers that don't appear to have

Re: [Sofia-sip-devel] Sending nua_invite - DNS Error 503

2013-11-17 Thread Tim Na
Check and add this in libsofia-sip-ua/sresolv/sres.c #ifdef IOS_BUILD #include resolv.h #endif ... static sres_config_t *sres_parse_resolv_conf(sres_resolver_t *res, char const **options) { sres_config_t *c = su_home_new(sizeof *c); if (c) { FILE