Sunday, December 4, 2011

REGISTER the sipp client with the sip proxy server


Command to REGISTER the sipp client with the proxy server (Eg: Asterisk)

sipp 10.20.20.14 -sf REGISTER_INVITE_client.xml -inf REGISTER_IN.csv -m 1 -l 1

Here,

a) 10.20.20.14 -> Proxy server ip
b) REGISTER_INVITE_client.xml -> XML file which contains Register  request message with expecting response message
c) REGISTER_IN.csv -> csv file which contains field values declared in the above xml files.


Example of XML file:
http://www.4shared.com/document/bIkGtQuw/REGISTER_client.html


Example of CSV File:
http://www.4shared.com/file/_NXTDh4O/Register_client.html


Note: - Replace with your own values

No comments:

Post a Comment