Thankyou so very much, I know I will have more questions in the future.


> В Вск, 06/05/2007 в 21:46 +1000, [EMAIL PROTECTED] пишет:
>> Hello list,
>>
>> I'm trying to get a simple "hello world" sample up and going and I am
>> having trouble sending and receiving an INVITE. I've looked at
>> http://wiki.opensource.nokia.com/projects/SofiaTutorial and I can send
>> and
>> receive a simple message. But I would like help sending and receiving an
>> INVITE (the API is still very new to me).
>>
>> Below is my humble attempt, can anyone see where I have messed up big
>> time
>> and help me resolve the issue.
>>
>> I would like the Caller to send the invite to the Callee.
>>
>> Thank you in advance!
>
> Hello Simon. Since invite should initialize SDP, you have to pass sdp
> string to call nua_invite, then it will work, try:
>
>
>>    nua_invite(handle,
>>                SOATAG_USER_SDP_STR("v=0\r\nm=audio 5000 RTP/AVP 18
>> 8\r\n"
>>                                    "a=rtpmap:18 G729/8000\r\n"
>>                                    "a=rtpmap:8 PCMA/8000\r\n"),
>>                TAG_END());
>
> Heh, I'd better file a bug about that, it's really easy to fire a warning
> to
> developer about incorrect api usage. But it's really hard to find what's
> wrong
> in this case moreover if you are newbie.
>
>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to