]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 372391 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Thu, 6 Sep 2012 01:24:25 +0000 (01:24 +0000)
committerAutomerge script <automerge@asterisk.org>
Thu, 6 Sep 2012 01:24:25 +0000 (01:24 +0000)
commitcf2a598cab8974c6333d7de2a9df42dc0daaf14e
treea9eb6478c0eb69e558f14870117ceb5247e27022
parent827d446b4b55522e06da7fdd9837ad594e571bad
Merged revisions 372391 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r372391 | mjordan | 2012-09-05 19:56:47 -0500 (Wed, 05 Sep 2012) | 24 lines

  Allow configured numbers for FollowMe to be greater than 90 characters

  When parsing a 'number' defined in followme.conf, FollowMe previously parsed
  the number in the configuration file into a buffer with a length of 90
  characters.  This can artificially limit some parallel dial scenarios.  This
  patch allows for numbers of any length to be defined in the configuration
  file.

  Note that Clod Patry originally wrote a patch to fix this problem and received
  a Ship It! on the JIRA issue.  The patch originally expanded the buffer to 256
  characters.  Instead, the patch being committed duplicates the string in the
  config file on the stack before parsing it for consumption by the application.

  (closes issue ASTERISK-16879)
  Reported by: Clod Patry
  Tested by: mjordan
  patches:
    followme_no_limit.diff uploaded by Clod Patry (license #5138)

  Slightly modified for this commit.
  ........

  Merged revisions 372390 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@372416 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_followme.c