Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 11, 2011
  3. Mar 11, 2011
    • Kevin P. Fleming's avatar
      Use "-march=native" when possible. · 7cf70df9
      Kevin P. Fleming authored
      Recent versions of GCC have a tuning option value of 'native', which causes
      the compiler to optimize the build for the CPU the compile is performed on.
      Since most people are building Asterisk on the machine they plan to run it on,
      the configure script and build system will now use this value unless a different
      value is specified by the user in CFLAGS when the configure script is executed.
      In addition, this value will be used for building the GSM and LPC10 codecs as
      well, in preference to the logic that has been in their Makefiles forever to
      optimize for certain types of CPUs.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@310332 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      7cf70df9
  4. Mar 07, 2011
  5. Feb 28, 2011
  6. Feb 04, 2011
    • Richard Mudgett's avatar
      Add ISDN display ie text handling options to chan_dahdi.conf. · a8aeb04a
      Richard Mudgett authored
      The display ie handling can be controlled independently in the send and
      receive directions with the following options:
      
      * Block display text data.
      
      * Use display text in SETUP/CONNECT messages for name.
      
      * Use display text for COLP name updates (FACILITY/NOTIFY as appropriate).
      
      * Pass arbitrary display text during a call.  Sent in INFORMATION
      messages.  Received from any message that the display text was not used as
      a name.
      
      If the display options are not set then the options default to legacy
      behavior.
      
      The arbitrary display text is exchanged between bridged channels using the
      AST_FRAME_TEXT frame type.
      
      To send display text from the dialplan use the SendText() application when
      the arbitrary display text option is enabled.
      
      JIRA SWP-2688
      JIRA ABE-2693
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@306396 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      a8aeb04a
  7. Jan 27, 2011
  8. Jan 22, 2011
  9. Jan 21, 2011
  10. Jan 20, 2011
  11. Jan 09, 2011
  12. Dec 26, 2010
  13. Dec 18, 2010
  14. Dec 17, 2010
  15. Dec 12, 2010
  16. Dec 10, 2010
  17. Nov 29, 2010
  18. Nov 09, 2010
  19. Oct 26, 2010
  20. Oct 25, 2010
  21. Oct 07, 2010
  22. Oct 05, 2010
  23. Oct 04, 2010
  24. Oct 03, 2010
  25. Sep 28, 2010
  26. Sep 24, 2010
  27. Sep 10, 2010
  28. Sep 06, 2010
  29. Sep 02, 2010
  30. Aug 15, 2010
  31. Aug 13, 2010
    • Terry Wilson's avatar
      Merged revisions 282200-282201 via svnmerge from · 75033d07
      Terry Wilson authored
      https://origsvn.digium.com/svn/asterisk/branches/1.8
      
      ........
        r282200 | twilson | 2010-08-13 11:00:02 -0500 (Fri, 13 Aug 2010) | 10 lines
        
        Detect when libsrtp cannot be linked in a shared library
        
        The libsrtp build system currently does not produce a shared library
        or a static library compiled with -fPIC, so on 64-bit systems it is
        possible that we will get a compile error if libsrtp is installed and
        res_srtp is selected in menuselect.
        
        This patch attempts to detect this situation and provide the user with
        instructions to work around the problem.
      ........
        r282201 | twilson | 2010-08-13 11:02:20 -0500 (Fri, 13 Aug 2010) | 2 lines
        
        Whitespace fix :-/
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@282202 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      75033d07
  32. Jul 27, 2010
  33. Jul 26, 2010
  34. Jul 23, 2010
  35. Jul 17, 2010
Loading