Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Nov 28, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link


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
Copy link
Author

Did you able to remove headers ?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant