]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager: Originate doesn't abort on failed format_cap allocation
authorKevin Harwell <kharwell@digium.com>
Thu, 16 Jan 2014 19:51:17 +0000 (19:51 +0000)
committerKevin Harwell <kharwell@digium.com>
Thu, 16 Jan 2014 19:51:17 +0000 (19:51 +0000)
commit6a7984281d1394bad43e3810ff0a4050b019e67c
tree0d925a70adfc46e4603d88e1e8c15acd5200719c
parentb83fb704c95e7bc0eb5a8a487eae24b5e59a221c
manager: Originate doesn't abort on failed format_cap allocation

action_originate responds to the remote system with an error when cap==NULL,
but doesn't return (abort the originate).  Patched to return.

(closes issue ASTERISK-23034)
Reported by: Corey Farrell
Patches:
     ASTERISK-23034.patch uploaded by coreyfarrell (license 5909)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@405745 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/manager.c