ykjainth / imsdroid

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

unable to use the org.doubango.ngn.sip.NgnSipSession Class Reference api's (addheader and remove header) #324

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. I am trying to use NgnSipSession Class remove header and addheader api's to 
add the new header or change the value of existing header 

2.i have tried to use this along with hang (config) for add header is working 
only for request but not for response.

 config.addHeader("Contact", "ajith"); 
This works for request but not for response 

3. so i have tried with ngnsipsession class api 's  they are not adding the 
below given header 

mSession.addHeader
Contact :<sip:johndoe@10.0.2.15:44066;transport=udp>;
this should be there in response 
this does not the contact header in my response 

3.

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

Contact :<sip:johndoe@10.0.2.15:44066;transport=udp>;
this should be there in response 

What version of the product are you using? On what operating system?

android 4.0.3

Please provide any additional information below.

Original issue reported on code.google.com by ajithks...@gmail.com on 24 Jan 2012 at 5:02

GoogleCodeExporter commented 9 years ago
Did you able to remove headers ?

Original comment by cdanas...@gmail.com on 31 Mar 2015 at 3:25