#1561 closed enhancement (fixed)
New lookup function in PJSIP server authentication framework
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.1 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by nanang)
The user credentials lookup callback is currently only passing realm and account name info, and for some cases it may be insufficient. Additional info such as 'pjsip_rx_data' is considered to provide better flexibility for the application so that it can fetch any information from the message in order to lookup the user credentials.
Thanks Mike Evans for the suggestion.
Change History (2)
comment:1 Changed 12 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 12 years ago by nanang
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
In 4214: