- Timestamp:
- Jun 29, 2012 9:01:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-sipp/transfer-unattended.py
r4183 r4188 3 3 import inc_const as const 4 4 5 PJSUA = ["--null-audio", # UA0 @ port 50606 "--null-audio", # UA1 @ port 50627 "--null-audio" # UA2 @ port 50645 PJSUA = ["--null-audio", # UA0 6 "--null-audio", # UA1 7 "--null-audio" # UA2 8 8 ] 9 9 … … 11 11 # A calls B 12 12 [0, "", "m"], 13 [0, "", " sip:localhost:5062"],13 [0, "", "$PJSUA_URI[1]"], 14 14 [0, const.STATE_CALLING, ""], 15 15 [1, const.EVENT_INCOMING_CALL, "a"], … … 20 20 # B transfer A to C 21 21 [1, "", "x"], 22 [1, "", " sip:localhost:5064"],22 [1, "", "$PJSUA_URI[2]"], 23 23 [0, const.STATE_CALLING, ""], 24 24 [2, const.EVENT_INCOMING_CALL, "a"],
Note: See TracChangeset
for help on using the changeset viewer.