summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-recvfrom/300_timer_good.py
blob: 428114152e22049309a3feecf27eaecad05fa6b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: 300_timer_good.py 3307 2010-09-08 05:38:49Z nanang $
import inc_sip as sip
import inc_sdp as sdp

# INVITE session using session timer

pjsua = "--null-audio sip:127.0.0.1:$PORT --use-timer 2 --timer-min-se 100 --timer-se 2000"

req = sip.RecvfromTransaction("INVITE with session timer", 200,
				include=["Session-Expires:\s*2000", "Min-SE:\s*100"], 
				exclude=[],
				resp_hdr=["Session-Expires: 1000;refresher=uac"]
			  	)

recvfrom_cfg = sip.RecvfromCfg("INVITE session using session timer",
			       pjsua, [req])