summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-recvfrom/235_reg_good_tel_uri_enocredential.py
blob: c15a77b29707a34c4db1d39b14de802617c024fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: 235_reg_good_tel_uri_enocredential.py 3323 2010-09-28 07:43:18Z bennylp $
import inc_sip as sip
import inc_sdp as sdp

pjsua = "--null-audio --id=tel:+12345 --registrar sip:127.0.0.1:$PORT"

req1 = sip.RecvfromTransaction("", 401,
				include=["REGISTER sip"], 
				exclude=["Authorization"],
				resp_hdr=["WWW-Authenticate: Digest realm=\"python\", nonce=\"1234\""],
				expect="PJSIP_ENOCREDENTIAL"
			  )

recvfrom_cfg = sip.RecvfromCfg("Failed registration with tel: URI test",
			       pjsua, [req1])