Skip to content
Snippets Groups Projects
  1. Oct 24, 2017
  2. Oct 23, 2017
  3. Oct 21, 2017
  4. Oct 20, 2017
  5. Oct 19, 2017
  6. 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
  7. Oct 17, 2017
  8. Oct 16, 2017
  9. Oct 15, 2017
  10. Oct 14, 2017
    • Guido Falsi's avatar
      chan_dahdi: wrap include file which is not present on BSD systems in #ifdef · c4f40b77
      Guido Falsi authored
      The sys/sysmacros.h include file does not exist in BSD systems and
      is not required to build this module there.
      Since an "#if defined(__NetBSD__) || defined(__FreeBSD__)" section
      already exist I moved that include line inside it's #else branch.
      
      ASTERISK-27343 #close
      
      Change-Id: Ibfb64f4e9a0ce8b6eda7a7695cfe57916f175dc1
      c4f40b77
    • Alexander Traud's avatar
      res_pjsip_session: Rewrite o= with external_media_address. · 8f65d91d
      Alexander Traud authored
      PJSIP allows a domain name as external_media_address. This allows chan_pjsip to
      be used behind a NAT with changing IP addresses. The IP address of that domain
      is resolved to the c= line already. This change sets also the o= line to that
      domain.
      
      ASTERISK-27341 #close
      
      Change-Id: I690163b6e762042ec38b3995aa5c9bea909d8ec4
      8f65d91d
  11. Oct 13, 2017
Loading