CallerID: Fix parsing of malformed callerid
This allows the callerid parsing function to handle malformed input strings and strings containing escaped and unescaped double quotes. This also adds a unittest to cover many of the cases where the parsing algorithm previously failed. Review: https://reviewboard.asterisk.org/r/3923/ Review: https://reviewboard.asterisk.org/r/3933/ ........ Merged revisions 422112 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 422113 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 422114 from http://svn.asterisk.org/svn/asterisk/branches/12 ........ Merged revisions 422154 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@422158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- channels/chan_sip.c 9 additions, 4 deletionschannels/chan_sip.c
- include/asterisk/utils.h 9 additions, 0 deletionsinclude/asterisk/utils.h
- main/callerid.c 28 additions, 35 deletionsmain/callerid.c
- main/utils.c 23 additions, 0 deletionsmain/utils.c
- res/res_pjsip_caller_id.c 10 additions, 2 deletionsres/res_pjsip_caller_id.c
- tests/test_callerid.c 165 additions, 0 deletionstests/test_callerid.c
- tests/test_utils.c 98 additions, 0 deletionstests/test_utils.c
Loading
Please register or sign in to comment