-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3036/
-----------------------------------------------------------

Review request for Asterisk Developers.


Bugs: ASTERISK-22897
    https://issues.asterisk.org/jira/browse/ASTERISK-22897


Repository: Asterisk


Description
-------

The attached change fixes/tweaks a few things:

Security events now determine the transport type using a saner method (by 
looking at the transport type on the message itself), which includes WebSocket 
based connections. This means no having to create a container of configured 
transports and no having to iterate them.

Connection handling now uses the built-in PJSIP transport manager for figuring 
out what active transport/connection to use. This is based on the target IP 
address/port of the active WebSocket connection.


Diffs
-----

  /branches/12/res/res_pjsip_transport_websocket.c 403206 
  /branches/12/res/res_pjsip/security_events.c 403206 
  /branches/12/res/res_pjsip/location.c 403206 
  /branches/12/res/res_pjsip.c 403207 
  /branches/12/include/asterisk/res_pjsip.h 403207 

Diff: https://reviewboard.asterisk.org/r/3036/diff/


Testing
-------

Connected using JsSIP, confirmed no crash and that traffic is sent out the 
proper connection.


Thanks,

Joshua Colp

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to