Skip to content
Snippets Groups Projects
  1. Oct 29, 2017
  2. Oct 27, 2017
  3. Oct 26, 2017
  4. Oct 25, 2017
  5. Oct 24, 2017
  6. Oct 23, 2017
  7. Oct 22, 2017
    • Joshua Colp's avatar
      res_xmpp: Ensure the connection filter is available. · 252353e0
      Joshua Colp authored
      Users of the API that res_xmpp provides expect that a
      filter be available on the client at all times. When
      OAuth authentication support was added this requirement
      was not maintained.
      
      This change merely moves the OAuth authentication to
      after the filter is created, ensuring users of res_xmpp
      can add things to the filter as needed.
      
      ASTERISK-27346
      
      Change-Id: I4ac474afe220e833288ff574e32e2b9a23394886
      252353e0
  8. Oct 21, 2017
  9. Oct 20, 2017
  10. Oct 19, 2017
  11. Oct 18, 2017
    • Corey Farrell's avatar
      res_pjsip_refer: Prevent unload except during shutdown. · 449ee66a
      Corey Farrell authored
      Prevent unload of the module as certain pjsip initialization functions
      cannot be reversed.
      
      ASTERISK-24483
      
      Change-Id: I94597ec8b8491f5af9c57bf66dbc3b078fe2d49d
      449ee66a
    • Corey Farrell's avatar
      chan_sip: Fix output of 'sip set debug off'. · c9e19b31
      Corey Farrell authored
      When sip.conf contains 'sipdebug=yes' it is impossible to disable it
      using CLI 'sip set debug off'.  This corrects the output of that CLI
      command to instruct the user to turn sipdebug off in the configuration
      file.
      
      ASTERISK-23462 #close
      
      Change-Id: I1cceade9caa9578e1b060feb832e3495ef5ad318
      c9e19b31
    • Corey Farrell's avatar
      app_macro deprecation. · 955a891a
      Corey Farrell authored
      * Mark the module deprecated.
      * Disable the module by default.
      * Produce a warning the first time a macro is used.
      * Note deprecation related options in app_dial and app_queue.
      
      ASTERISK-27350
      
      Change-Id: I560ea043bacdbc5534a17d97854273d52c2f1bdc
      955a891a
    • Alexander Traud's avatar
      res_srtp: Add support for libsrtp2 with AES-GCM. · 95b45d1c
      Alexander Traud authored
      Beside allowing AES-GCM again, this adds AES-192 again.
      
      ASTERISK-27356
      
      Change-Id: Ia97a435faf26300335d9552fa676b5d17e5f7233
      95b45d1c
Loading