Praveen foxtel
Praveen foxtel
Try accepting the risk by navigating to https://example.com:8089/ and this would add certificate to security exception from web browser On Fri, Mar 24, 2017 at 3:05 PM, Bendney Yu wrote:...
then your http server is not running .. did you try http://IP:8080/ Check the listening port of https in your server On Mon, Mar 27, 2017 at 6:41 PM, Bendney...
Thanks, Upon prefixing scenario files with UAC, I got rid of this error , However i am seeing below error `stderr for 'uac_AMR' @ ('0.0.0.0', 33879) b'2018-08-20\t14:10:28.359428\t1534738228.359428: Missing remote host...
I m seeing below message `root@voiceqa-desktop:/opt/test# python3 sipp.py ('10.204.66.84', 5080) [('uac_AMR', "'/usr/local/bin/sipp' -i '0.0.0.0' -p '50148' -mi '0.0.0.0' -mp '45755' -sf '/home/voiceqa/sipp-3.5.1/AMR_Testing/AMR-WB/uac_AMR.xml' -recv_timeout '5000' -r '1' -l '1' -m '1'...
Any idea about this error ?
Hello tgoodlet Sorry for the delayed response The below script worked for me to execute single scenario file `import pysipp uac = pysipp.client(destaddr=('10.204.66.84',5080)) uac.local_host='10.204.66.30' uac.local_port='5030' uac.scen_file = '/home/voiceqa/sipp-3.5.1/AMR_Testing/AMR-WB/uac_AMR_BW.xml' uac() `...