Skip to content
Snippets Groups Projects
  1. Apr 12, 2013
  2. Apr 11, 2013
  3. Apr 10, 2013
  4. Apr 09, 2013
  5. Apr 08, 2013
  6. Apr 06, 2013
  7. Apr 05, 2013
    • Michael L. Young's avatar
      Fix For Not Overriding The Default Settings In chan_sip · 03286cf2
      Michael L. Young authored
      The initial report was that the "nat" setting in the [general] section was not
      having any effect in overriding the default setting.  Upon confirming that this
      was happening and looking into what was causing this, it was discovered that
      other default settings would not be overriden as well.
      
      This patch works similar to what occurs in build_peer().  We create a temporary
      ast_flags structure and using a mask, we override the default settings with
      whatever is set in the [general] section.
      
      In the bug report, the reporter who helped to test this patch noted that the
      directmedia settings were being overriden properly as well as the nat settings.
      
      This issue is also present in Asterisk 1.8 and a separate patch will be applied
      to it.
      
      (issue ASTERISK-21225)
      Reported by: Alexandre Vezina
      Tested by: Alexandre Vezina, Michael L. Young
      Patches:
        asterisk-21225-handle-options-default-prob_v4.diff
      						Michael L. Young (license 5026)
      
      Review: https://reviewboard.asterisk.org/r/2385/
      ........
      
      Merged revisions 384827 from http://svn.asterisk.org/svn/asterisk/branches/11
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384828 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      03286cf2
  8. Apr 04, 2013
  9. Apr 03, 2013
  10. Apr 02, 2013
  11. Apr 01, 2013
  12. Mar 30, 2013
  13. Mar 29, 2013
  14. Mar 28, 2013
    • Richard Mudgett's avatar
      Add uuid wrapper API call ast_uuid_generate_str(). · a1c94fec
      Richard Mudgett authored
      * Updated test_uuid.c to test the new API call.
      
      * Made system use the new API call to eliminate "10's of lines" where
      used.
      
      * Fixed untested ast_strdup() return in stasis_subscribe() by eliminating
      the need for it.  struct stasis_subscription now contains the uniqueid[]
      string.
      
      * Fixed some issues in exchangecal_write_event():
        Create uid with enough space for a UUID string to avoid a realloc.
        Fix off by one error if the calendar event provided a UUID string.
        There is no need to check for NULL before calling ast_free().
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384302 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      a1c94fec
Loading