Opened 5 years ago
Closed 5 years ago
#2222 closed enhancement (fixed)
Introduce a new compiler setting to allow to use cnonce for SIP authentication without hyphen character
Reported by: | riza | Owned by: | riza |
---|---|---|---|
Priority: | normal | Milestone: | release-2.10 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currenly the cnonce value for SIP authentication is setup using GUID generator, i.e: pj_create_unique_string(), and the GUID string may contain hyphen character ("-").
Some SIP servers don't like this GUID format, so an option to enable digits only GUID is required.
This ticket will introduce new compiler setting PJSIP_AUTH_CNONCE_USE_DIGITS_ONLY to allow digits only used for cnonce.
Thank you to Dan Cropp for the report.
Change History (1)
comment:1 Changed 5 years ago by riza
- Owner set to riza
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 6055: