summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-recvfrom/200_reg_good_enocredentiall.py
blob: 3df45db92b19e4f57f16ad30a8eaa10d9b5f698d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: 200_reg_good_enocredentiall.py 2392 2008-12-22 18:54:58Z bennylp $
import inc_sip as sip
import inc_sdp as sdp

pjsua = "--null-audio --id=sip:CLIENT --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 test",
			       pjsua, [req1])