]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Codecs: strip codec name while parsing allow/disallow options 72/2572/1
authorAlexei Gradinari <alex2grad@gmail.com>
Mon, 11 Apr 2016 21:20:49 +0000 (17:20 -0400)
committerAlexei Gradinari <alex2grad@gmail.com>
Mon, 11 Apr 2016 21:25:08 +0000 (17:25 -0400)
commit64ecd41c8f432a913eb7e9fdc9be746e4b15cd8c
tree891119c09cf2c23871293e5d67ba696ed618bc73
parent901e8d78c4ddad0e60ce792f53ebe5a43026f163
Codecs: strip codec name while parsing allow/disallow options

Failed registration using PJSIP/Realtime if one of the codec name
in allow/disallow option is wrong or contains space.

This patch strip codec name.

ASTERISK-25914

Change-Id: Ifdf02de94e5ddbce305640f6f0666084a3b9283d
main/format_cap.c