Remove Character Limit On "inkeys" For IAX2
authorMichael L. Young <elgueromexicano@gmail.com>
Fri, 17 May 2013 20:24:56 +0000 (20:24 +0000)
committerMichael L. Young <elgueromexicano@gmail.com>
Fri, 17 May 2013 20:24:56 +0000 (20:24 +0000)
commit91bab7642281b593495284bd16744a6213cb6ea8
treeda0e6ab6ba2cfd09913bae16cfef7af616ee6b88
parentd04f1fd60a5f5a6e358fbe5a59ae8f42d21cbbdf
Remove Character Limit On "inkeys" For IAX2

Currently, the buffer for processing "inkeys" is limited to 256 characters.  If
the user has many keys and the names of those key files are long, the 256
character limit is not enough.

* Change inkeys buffer to be dynamic

(closes issue ASTERISK-21398)
Reported by: Pavel Kopchyk
Tested by: Pavel Kopchyk, Michael L. Young
Patches:
    asterisk-21398-iax2-inkeys-dynamic-buffer_v3.diff
by Michael L. Young (license 5026)

Review: https://reviewboard.asterisk.org/r/2501/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@389009 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_iax2.c