Changes between Initial Version and Version 2 of Ticket #1561
- Timestamp:
- Jul 25, 2012 2:29:53 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1561
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #1561 – Description
initial v2 1 1 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. 2 3 Thanks Mike Evans for the suggestion.