Skip to content
Snippets Groups Projects
  1. Oct 30, 2018
    • Pascal Cadotte Michaud's avatar
      contrib/sip_to_pjsip: handle setvar in conversion · b0155f7e
      Pascal Cadotte Michaud authored
      Given a sip.conf with the following content:
      
      setvar FOO=1
      setvar BAR=42
      
      I want my generated pjsip.conf to containt the following set_vars
      
      set_var FOO=1
      set_var BAR=42
      
      in the matching endpoint section.
      
      Change-Id: I6c822401fda4133c3b44bf31e655b4eb939d4d26
      b0155f7e
  2. Oct 29, 2018
  3. Oct 27, 2018
    • Alexei Gradinari's avatar
      res_pjsip_notify: improve realtime performance on CLI completion on the endpoint · e407b8af
      Alexei Gradinari authored
      The module 'res_pjsip_notify' inefficiently makes a lot of DB requests
      on CLI completion on the endpoint.
      
      For example if there are 10k endpoints the module makes 10k requests
      of these 10k records.
      
      Even if a part of the endpoint entered
      the module makes the same 10k requests and then filtered them by itself.
      
      This patch gathers endpoints container by prefix
      and adds all gathered endpoints to completion at once.
      
      ASTERISK-28137 #close
      
      Change-Id: Ic20024912cc77bf4d3e476c4cd853293c52b254b
      e407b8af
  4. Oct 26, 2018
    • Torrey Searle's avatar
      res_pjsip_session: add new flag use_callerid_contact · cac4ccef
      Torrey Searle authored
      Add a new global flag to res_pjsip to allow the callerid to be used
      as the username in the contact header.  This allows chan_pjsip to have
      the same behavour as chan_sip
      
      ASTERISK-28087 #close
      
      Change-Id: I9a720e058323f6862a91c62f8a8c1a4b5c087b95
      cac4ccef
  5. Oct 25, 2018
  6. Oct 24, 2018
  7. Oct 23, 2018
  8. Oct 22, 2018
  9. Oct 19, 2018
  10. Oct 18, 2018
  11. Oct 17, 2018
Loading