summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-recvfrom/300_timer_good.py
blob: 834c2981bd93a7cf74d804bf3e0cc9a5e4844b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id$
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])