-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add custom headers #1
Comments
yes, definitely a good idea! |
Hi, I got it working adding following code in sipnagios.c static pj_status_t make_call(const pj_str_t *dst_uri)
|
would you please attach (as an attachment) the git diff ? thanks a lot!!! |
Here |
Hi,
Great application! I was looking for something like this for a long time.
One thing that would actually make it perfect for my use case. I need to add P-Asserted-Identity to the outgoing INVITE to make it work with my service provider. In the simplest case it could be set to the same value as From header.
Could the code be extended to include the P-Asserted-Identity header?
Thank you in advance.
The text was updated successfully, but these errors were encountered: