Opened 14 years ago
Closed 14 years ago
#1137 closed enhancement (fixed)
New configuration to append custom headers into REGISTER request (thanks Johan Lantz for the suggestion)
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 (last modified by nanang)
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.
Change History (2)
comment:1 Changed 14 years ago by nanang
- Description modified (diff)
- Summary changed from New configuration to append custom headers into any requests generated by a particular account (thanks Johan Lantz for the suggestion) to New configuration to append custom headers into REGISTER request (thanks Johan Lantz for the suggestion)
comment:2 Changed 14 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3326]) Close #1137: added field reg_hdr_list into pjsua_acc_config to specify custom headers for REGISTER requests of the account.