]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject: Configurable setting for cnonce to include hyphens or not
authorDan Cropp <dan@amtelco.com>
Wed, 21 Aug 2019 15:58:00 +0000 (10:58 -0500)
committerDan Cropp <dan@amtelco.com>
Wed, 21 Aug 2019 16:34:42 +0000 (11:34 -0500)
commitc8cc530726f5f81c99bc4181c8b8c39a1842913f
treea3823350c581ee9f0494b081c8ca65b126b3ba6b
parentad63cb7cefaebd9eef21b1d624448d910f805146
pjproject: Configurable setting for cnonce to include hyphens or not

NEC SIP Station interface with authenticated registration only supports cnonce
up to 32 characters.  In Linux, PJSIP would generate 36 character cnonce
which included hyphens.  Teluu developed this patch adding a compile time
setting to default to not include the hyphens.  They felt it best to still
generate the UUID and strip the hyphens.
They have indicated it will be part of PJSIP 2.10.

ASTERISK-28509
Reported-by: Dan Cropp
Change-Id: Ibdfcf845d4f8c0a14df09fd983b11f2d72c5f470
third-party/pjproject/patches/0020-patch_cnonce_only_digits_option.patch [new file with mode: 0644]