8 o=- 0 0 IN IP4 127.0.0.1
12 m=audio 4000 RTP/AVP 0 101
15 a=rtpmap:101 telephone-event/8000
19 args = "--null-audio --use-ice --auto-answer 200 --max-calls 1"
21 exclude = ["a=ice", "a=candidate"]
23 sendto_cfg = sip.SendtoCfg( "caller has no ice, answer must not have ICE",
24 pjsua_args=args, sdp=sdp, resp_code=200,
25 resp_inc=include, resp_exc=exclude)