I haven't found a complete example using the user agent-level (nua) of the API, if there is such I would appreciate an URL to it.

The space in the code snippet I sent is not in the code, so it can't be the problem. (I edited the code in the mail editor before I sent it, must have slipped on the spacebar...)

Pontus

On 6/9/06, Nickolay V. Shmyrev <[EMAIL PROTECTED]> wrote:
В Чтв, 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to