mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.
Review: https://reviewboard.asterisk.org/r/1891/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
11
res/pjproject/tests/automated/run_scenario.py
Normal file
11
res/pjproject/tests/automated/run_scenario.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/python
|
||||
import sys
|
||||
import ccdash
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.argv[0] = "ccdash.py"
|
||||
sys.argv.insert(1, "scenario")
|
||||
rc = ccdash.main(sys.argv)
|
||||
sys.exit(rc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user