Skip to content
Snippets Groups Projects
  1. Oct 14, 2013
  2. Oct 13, 2013
  3. Oct 12, 2013
    • Kinsey Moore's avatar
      Fix realm comparison for outbound auth · 1a0a2b3e
      Kinsey Moore authored
      When generating the list of authentication credentials to pass to
      PJSIP, Asterisk was using the raw pointer of a pj_str_t which is not
      always NULL-terminated. This sometimes resulted in incorrect text for
      the realm and a failure to match the realm for authentication purposes
      which was causing the outbound nominal auth pjsip basic call test to
      bounce. This now uses the pj_str_t that contains the realm instead of
      generating a new one. Thanks to John Bigelow for helping to narrow this
      down.
      ........
      
      Merged revisions 400863 from http://svn.asterisk.org/svn/asterisk/branches/12
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400864 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      1a0a2b3e
  4. Oct 11, 2013
  5. Oct 10, 2013
  6. Oct 09, 2013
  7. Oct 08, 2013
  8. Oct 07, 2013
  9. Oct 06, 2013
  10. Oct 05, 2013
  11. Oct 04, 2013
  12. Oct 03, 2013
Loading