]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Fix CLI tab completion issues
authorKinsey Moore <kmoore@digium.com>
Mon, 13 Jan 2014 13:28:55 +0000 (13:28 +0000)
committerKinsey Moore <kmoore@digium.com>
Mon, 13 Jan 2014 13:28:55 +0000 (13:28 +0000)
commite4a177b2a3520faac674665d8e02b6cb60a51d31
tree9ba336152ec4c5f56eb7d7a156d9e1913b81e74e
parent0cafdf6e265b21c6d0a9fb48fc3683e3cd866ce1
res_pjsip: Fix CLI tab completion issues

This fixes several issues with the new res_pjsip CLI tab completion
such as output of headers during tab completion and being able to
tab-complete more items than the code actually handled (further items
would simply be ignored).

(closes issue ASTERISK-23081)
Review: https://reviewboard.asterisk.org/r/3115/
Reported by: xrobau

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@405338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip/pjsip_cli.c