Skip to content
Snippets Groups Projects
  1. Mar 17, 2014
  2. Mar 16, 2014
    • Matthew Jordan's avatar
      stasis/app.c: Add some extra debugging for subscription counts · 2c5484c8
      Matthew Jordan authored
      Events are sent to a connected ARI application based on the things that ARI
      application cares about. These subscriptions can be set up implicitly - such
      as when that ARI application creates a new object - or explicitly, via the
      application resource's subscription operations. Debugging *why* something was
      being sent to an application - or why something was not being sent to an
      application - was a bit tricky, as there was no debug information for the
      subscriptions.
      
      This patch adds some debug level 3 statements that show the subscription counts
      for applications. (Level 3 was chosen as it matches the verbose level 3
      statements elsewhere)
      ........
      
      Merged revisions 410650 from http://svn.asterisk.org/svn/asterisk/branches/12
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410651 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      2c5484c8
  3. Mar 15, 2014
  4. Mar 14, 2014
  5. Mar 13, 2014
  6. Mar 12, 2014
  7. Mar 11, 2014
    • Joshua Colp's avatar
      res_pjsip_multihomed: Add module which places the correct address within messages. · 2fa1ff6e
      Joshua Colp authored
      Due to how messages are handled within PJSIP it is not until a message is actually
      sent that the destination is reliably known. This means that the addresses placed
      within the message may not be of the interface the message is being sent out on.
      
      This module determines what interface a message is being sent on and updates the
      message to contain the correct address if applicable.
      
      This module was tested by myself in a virtualized environment with multiple interfaces
      and also by Kinsey Moore in the following configuration:
      
      Networks:
      * 10.24.16.0/21
      ** hard phone
      ** default gateway
      * 10.24.64.0/21
      ** softphone with pjsip-based stack
      
      Transport details:
      bind address: 0.0.0.0
      protocol: UDP
      
      All endpoints were tested with explicitly configured transports and unconfigured transports.
      
      This was tested with inbound and outbound calls, both of which were experiencing detrimental
      effects from incorrect IP addresses in SIP messages. These effects were only experienced by the
      soft phone on the 10.24.64.0 network since the messages to the hard phone on the 10.24.16.0
      network had the correct IP address.
      
      (closes issue ASTERISK-23020)
      Reported by: xrobau
      
      Review: https://reviewboard.asterisk.org/r/3102/
      ........
      
      Merged revisions 410451 from http://svn.asterisk.org/svn/asterisk/branches/12
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      2fa1ff6e
  8. Mar 10, 2014
  9. Mar 08, 2014
  10. Mar 07, 2014
  11. Mar 06, 2014
Loading