Opened 14 years ago
Last modified 14 years ago
#1137 closed enhancement
New configuration to append custom headers into any requests generated by a particular account (thanks Johan Lantz for the suggestion) — at Initial Version
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.8.5 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
We already have the facility to insert custom header(s) into outgoing requests via pjsua_msg_data facility, but this lacks the capability to add the header into REGISTER request.
This ticket adds new fields in pjsua_acc_config to allow application to specify list of headers to be appended to particular requests generated on behalf of the account. A bitmask field may be used to control which headers may go into which requests.
Note: See
TracTickets for help on using
tickets.