Skip to content
Snippets Groups Projects
  1. May 02, 2011
  2. Apr 27, 2011
  3. Apr 26, 2011
  4. Apr 25, 2011
  5. Apr 22, 2011
  6. Apr 21, 2011
  7. Apr 20, 2011
  8. Apr 19, 2011
  9. Apr 18, 2011
    • Richard Mudgett's avatar
      Problems with ISDN MWI to phones. · 37274c73
      Richard Mudgett authored
      The "controlling user number" is always the number of the voice mail box
      which is identical with the subscriber number itself.  This number which
      is listed in the ISDN phone MWI menu cannot be called back to contact the
      voice mail box.  The controlling user number should be made configurable.
      
      JIRA ABE-2738
      JIRA SWP-2846
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@314116 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      37274c73
    • Richard Mudgett's avatar
      Merged revisions 314069 via svnmerge from · 0a5c2d83
      Richard Mudgett authored
      https://origsvn.digium.com/svn/asterisk/branches/1.8
      
      ........
        r314069 | rmudgett | 2011-04-18 11:10:10 -0500 (Mon, 18 Apr 2011) | 22 lines
        
        The AsyncAGI command loop is lax in the value it returns for the return status.
        
        * Return correct status: SUCCESS/FAILED/HANGUP.  Previously, abnormal
        exits from the command loop such as hangup would return SUCCESS.
        
        * The "asyncagi break" command now returns SUCCESS and is now the only way
        to break the command loop with that status.  Previously, it returned
        FAILED.
        
        * The AMI event AsyncAGI End is no longer sent if the AsyncAGI Start event
        is not sent.  Previously, this happened because of an error setting up the
        AGI pipes.
        
        * All executed AGI commands now get an AsyncAGI Exec result event.
        Previously, if the command returned failure (because of hangup), the
        command loop just exited with FAILURE and did not send the AsyncAGI Exec
        result event.
        
        * Makes sure that the channel frame queue is empty on hangup.
        
        Review: https://reviewboard.asterisk.org/r/1183/
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@314080 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      0a5c2d83
Loading