Skip to content
Snippets Groups Projects
  1. Dec 22, 2011
  2. Dec 21, 2011
  3. Dec 20, 2011
  4. Dec 19, 2011
  5. Dec 18, 2011
  6. Dec 16, 2011
  7. Dec 14, 2011
  8. Dec 13, 2011
  9. Dec 12, 2011
  10. Dec 09, 2011
    • Jonathan Rose's avatar
      Adds MixMonitor and StopMixMonitor AMI commands to the manager · e8181c22
      Jonathan Rose authored
      These commands work much like the dialplan applications that would otherwise invoke them.
      A nice benefit of these is that they can be invoked on a call remotely and at any time
      during a call. They work much like the Monitor and StopMonitor ami commands.
      
      (closes issue ASTERISK-17726)
      Reported by: Sergio González Martín
      Patches:
      	mixmonitor_actions.diff uploaded by Sergio González Martín (license 5644)
      Review: https://reviewboard.asterisk.org/r/1193/
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@347903 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      e8181c22
    • Jonathan Rose's avatar
      Remove autojump extensions from SayUnixTime, make an option to perform automatic jumps. · 518ccb67
      Jonathan Rose authored
      When a caller sends DTMF while the SayUnixTime application is saying the time, The call
      would jump to the next extension much like it does during Background(). This patch adds
      option 'j' to SayUnixTime which when used employs the old behavior. Also, this patch
      allows arguments to sayunixtime to not be used as empty strings in the case of something
      like 'sayunixtime(,,,j)' or 'sayunixtime(,,pattern).
      
      (closes issue ASTERISK-16675)
      Reported by: jlpedrosa
      Patches:
      	patch_SayUnixTime_noJump.patch uploaded by jlpedrosa (license 5959)
      Review: https://reviewboard.asterisk.org/r/956/
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@347866 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      518ccb67
    • Richard Mudgett's avatar
      Fix some parsing issues in add_exten_to_pattern_tree(). · 01d3fd21
      Richard Mudgett authored
      * Simplify compare_char() and avoid potential sign extension issue.
      
      * Fix infinite loop in add_exten_to_pattern_tree() handling of character
      set escape handling.
      
      * Added buffer overflow checks in add_exten_to_pattern_tree() character
      set collection.
      
      * Made ignore empty character sets.
      
      * Added escape character handling to end-of-range character in character
      sets.  This has a slight change in behavior if the end-of-range character
      is an escape character.  You must now escape it.
      
      * Fix potential sign extension issue when expanding character set ranges.
      
      * Made remove duplicated characters from character sets.  The duplicate
      characters lower extension matching priority and prevent duplicate
      extension detection.
      
      * Fix escape character handling when the escape character is trying to
      escape the end-of-string.  We could have continued processing characters
      after the end of the exten string.  We could have added the previous
      character to the pattern matching tree incorrectly.
      
      (closes issue ASTERISK-18909)
      Reported by: Luke-Jr
      ........
      
      Merged revisions 347811 from http://svn.asterisk.org/svn/asterisk/branches/1.8
      ........
      
      Merged revisions 347812 from http://svn.asterisk.org/svn/asterisk/branches/10
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@347813 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      01d3fd21
  11. Dec 08, 2011
  12. Dec 07, 2011
  13. Dec 06, 2011
Loading