Changeset 3287
- Timestamp:
- Aug 18, 2010 2:30:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-recvfrom/301_timer_good_retry_after_422.py
r2858 r3287 12 12 include=["Session-Expires:\s*1000"], 13 13 exclude=[], 14 resp_hdr=["Min-SE: 2000"], 15 expect="ACK sip" 14 resp_hdr=["Min-SE: 2000"] 16 15 ) 17 16 17 # Wait for ACK 18 req2 = sip.RecvfromTransaction("Wait ACK", 0, include=["ACK sip"]) 19 18 20 # New INVITE with SE >= Min-SE 19 req 2= sip.RecvfromTransaction("Retrying with acceptable SE", 200,21 req3 = sip.RecvfromTransaction("Retrying with acceptable SE", 200, 20 22 include=["Session-Expires:\s*2000", "Min-SE:\s*2000"], 21 23 exclude=[], … … 25 27 26 28 recvfrom_cfg = sip.RecvfromCfg("Session timers retry after 422", 27 pjsua, [req1, req2 ])29 pjsua, [req1, req2, req3]) 28 30
Note: See TracChangeset
for help on using the changeset viewer.