Skip to content
Snippets Groups Projects
  1. May 09, 2014
  2. Mar 07, 2014
    • Scott Griepentrog's avatar
      uniqueid: channel linkedid, ami, ari object creation with id's · 80ef9a21
      Scott Griepentrog authored
      Much needed was a way to assign id to objects on creation, and
      much change was necessary to accomplish it.  Channel uniqueids
      and linkedids are split into separate string and creation time
      components without breaking linkedid propgation.  This allowed
      the uniqueid to be specified by the user interface - and those
      values are now carried through to channel creation, adding the
      assignedids value to every function in the chain including the
      channel drivers. For local channels, the second channel can be
      specified or left to default to a ;2 suffix of first.  In ARI,
      bridge, playback, and snoop objects can also be created with a
      specified uniqueid.
      
      Along the way, the args order to allocating channels was fixed
      in chan_mgcp and chan_gtalk, and linkedid is no longer lost as
      masquerade occurs.
      
      (closes issue ASTERISK-23120)
      Review: https://reviewboard.asterisk.org/r/3191/
      ........
      
      Merged revisions 410157 from http://svn.asterisk.org/svn/asterisk/branches/12
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      80ef9a21
  3. Oct 31, 2012
    • Matthew Jordan's avatar
      Properly extract the Body information of an EWS calendar item · 05cee7b7
      Matthew Jordan authored
      Unlike all other calendar modules, res_calendar_ews fails to extract the Body
      information for a calendar item.  This is due, in part, to a quirk in the
      schema in the XML - not only does a CalendarItem contain a Body element, but
      the CalendarItem exists as a descendant of a different Body element.  The neon
      parser was erroneously skipping all Body elements.
      
      This patch fixes that by bypassing Body elements that are not a child of
      CalendarItem, and parsing the Body element out if it is a child.
      
      Note that the original patch by Terry Wilson only needed slight modifications
      to make it properly pull the Body information out; as such, while I've linked
      to the patch that I uploaded for Dmitry, I've attributed the patch to Terry.
      
      (closes issue ASTERISK-19738)
      Reported by: Dmitry Burilov
      Tested by: Dmitry Burilov
      patches:
        calendar_ews_body_2012_10_29.diff uploaded by Terry Wilson (license 6283)
      ........
      
      Merged revisions 375528 from http://svn.asterisk.org/svn/asterisk/branches/1.8
      ........
      
      Merged revisions 375531 from http://svn.asterisk.org/svn/asterisk/branches/10
      ........
      
      Merged revisions 375532 from http://svn.asterisk.org/svn/asterisk/branches/11
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      05cee7b7
  4. May 17, 2012
  5. Apr 06, 2012
  6. Jul 14, 2011
  7. Sep 17, 2010
    • Jan Kalab's avatar
      Merged revisions 287269-287271 via svnmerge from · 526e8fca
      Jan Kalab authored
      https://origsvn.digium.com/svn/asterisk/branches/1.8
      
      ........
        r287269 | pitel | 2010-09-17 10:37:49 +0200 (Pá, 17 zář 2010) | 8 lines
        
        Support for HTTP redirects in calendar's URL
        
        libneon does not support HTTP redirects (3xx responses) by default. You must tell it to follow them.
        Also, another little unsigned int fix.
        
        (closes issue #17776)
        Review: https://reviewboard.asterisk.org/r/921/
      ........
        r287270 | pitel | 2010-09-17 10:42:37 +0200 (Pá, 17 zář 2010) | 6 lines
        
        Asterisk crashing because of double free when EWS request fails
        
        The free is done later in code. I think ast_free() should have built in checks for double free.
        
        (closes issue #17782)
      ........
        r287271 | pitel | 2010-09-17 10:44:28 +0200 (Pá, 17 zář 2010) | 6 lines
        
        Events are visible after they were removed from EWS calendar
        
        Because we must merge calendar even when it's empty.
        
        (closes issue #17786)
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@287272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      526e8fca
  8. Sep 14, 2010
  9. Sep 03, 2010
  10. Jul 20, 2010
  11. May 26, 2010
  12. May 24, 2010
Loading