Hi All,
     I'm trying to get the options from a sip-client (linphone)
running on another machine.
Using "sip-options sip:xxxx@a.b.c.d" this works.
Trying my own app progammed using Sofia's 'nua' library I get a timeout
and that while I'm seeing the correct message delived internally at 'su' 
level.

In the debugger, I see the following.
I issue a:

   nua_options(op->handle, TAG_END());

and then see:
nua(0x7fe3c8001e00): recv signal r_options

And in GDB I can see the contents of a succesfull recvmsg()

SIP/2.0 200 OK
Via: SIP/2.0/UDP 131.188.65.137;rport=5060;branch=z9hG4bKa552gvgQ9HDrg
From: <sip:131.188.65.137>;tag=ave3ZZQQma2jg
To: sip:jakob@131.188.65.138 <sip:jakob@131.188.65.138>;tag=524730650
Call-ID: 4e26e402-6a0b-122f-7884-001f160d1312
CSeq: 881704520 OPTIONS
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, SUBSCRIBE, NOTIFY, INFO
Accept: application/sdp
User-Agent: Linphone/3.3.2 (eXosip2/3.3.0)
Content-Length: 0

Unfortunately, this message is not being delived to my
callback (nua_i_options or nua_r_options, or any other nua_x)
and su_root_run() is running.

What am I doing wrong?

Cheers,
Ronald.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to