В Чтв, 08/06/2006 в 14:35 +0200, Pontus Nyman пишет: > Hi. > > I'm new to the list and to the Sofia SIP stack. I'm trying to get > started using the NUA API and have made a very simple test application > based on the code on http://sofia-sip.sourceforge.net/refdocs/nua/. > > The test application have a simple callback function printing out > messages for some indications and responses. The main function tries > to establish a connection by sending an INVITE request, using the > nua_invite()-function. I keep getting a "900 Internal NUA Error" as > answer to outgoing INVITE and I can't understand why. > > The creation of the NUA stack seems to succeed. I guess I'm doing some > "beginners mistake", but I can't find it. Can someone help me? > > I'm running a siproxd-server locally to test against. > > Here is the relevant code snippets: > Complete example is more usable since it allows compilation and testing :)
> NUTAG_URL("sip: 127.0.0.1:5060"), > /* tags as necessary ... */ Can the problem be caused by the space between "sip:" and "127". 900 error is often reported due to the sip url problem? _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel