Posts

Sipp integration with FreeSWITCH

 https://dopensource.com/2016/10/18/ https://sipptutorial.blogspot.com/2013/08/how-to-install-sipp-in-linux.html https://www.codestudyblog.com/8ten84/80416083517.html working commands for sipp sipp -sf uas.xml -i 172.18.1.41 -p 5060 sipp 172.18.1.41 -sf uac.xml Regiteration :- https://openplatform.xyz/sipp_register_uas_and_uac.html sipp -i 172.18.1.41 -p 5060 -sf register_uas.xml -inf users.csv -infindex users.csv 0  sipp 172.18.1.41 -sf register_uac.xml -inf registar.csv      FreeSWITCH to SIPP Client communication commands    sipp -sf uac.xml -s 1003  172.18.1.221:5080 -trace_msg -l 15 -d 60000    Call Hold scenario  ------------  sipp -sf Hold-UAS/uac-hold.xml -s 1003  172.18.1.221:5080 -trace_msg -l 15 -d 60000 -m 1    reinvite from SIPP to freeSWITCH  --------------------------------    sudo sipp -sf Hold-UAC/uac-hold.xml -i 172.18.1.221 -s 1003 -m 1 172.18.1.221:5080 -trace_msg -l 15 -d 60000...