Changes between Initial Version and Version 1 of Ticket #231
- Timestamp:
- May 22, 2007 11:09:30 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #231 – Description
initial v1 3 3 However this is not very convenient for some (most?) applications, and on these cases, it will be helpful if PJSIP is able to respond to different realms than the configured one. 4 4 5 One potential solution for this is to have a special or default realm (such as asterisk "*" character) to be used when the challenge doesn't match any supplied credentials.5 One potential solution for this is to have a special or default realm (such as wild card/"*") which can be used to respond to any realms found in the challenge. There can only be one wild card credential of course, so this can only be used to authenticate against one server only. 6 6 7