mike-xu / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

Sending bodiless invite message #344

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is no API to send bodiless initial invite from stack. 

What steps will reproduce the problem?
1. Call 
tsip_api_invite_send_invite(m_pSessionHandle,tmedia_none,TSIP_ACTION_SET_NULL)) 
function from application layer
2. A default SDP without media line is added. 

What is the expected output? What do you see instead?

An API should be provided to send a bodiless invite from the stack. 
What version of the product are you using? On what operating system?
2.0, Android

Please provide any additional information below.

Original issue reported on code.google.com by shemyman...@gmail.com on 4 Feb 2014 at 6:06

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 12 Feb 2014 at 2:09

GoogleCodeExporter commented 9 years ago
On a related topic about bodiless INVITE, I submitted a patch some months ago 
in Issue number 200 (for possible inclusion into doubango trunk) to be able to 
handle an incoming INVITE that has no SDP.

Original comment by saket...@gmail.com on 7 Mar 2014 at 12:44