Skip to content
Snippets Groups Projects
  1. Nov 25, 2008
  2. Nov 24, 2008
  3. Nov 23, 2008
  4. Nov 22, 2008
  5. Nov 21, 2008
  6. Nov 20, 2008
    • Mark Michelson's avatar
      Change the remote user agent session version variable · e8aa0e29
      Mark Michelson authored
      from an int to a uint64_t. This prevents potential comparison
      problems from happening if the version string exceeds
      INT_MAX. This was an apparent problem for one user who could
      not properly place a call on hold since the version in the
      SDP of the re-INVITE to place the call on hold greatly 
      exceeded INT_MAX.
      
      This also aligns with RFC 2327 better since it recommends
      using an NTP timestamp for the version (which is a 
      64-bit number).
      
      
      (closes issue #13531)
      Reported by: sgofferj
      Patches:
            13531.patch uploaded by putnopvut (license 60)
      Tested by: sgofferj
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@158230 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      e8aa0e29
Loading