Menggunkan sipsak Mengevaluasi Performance Softswitch
Jump to navigation
Jump to search
Instalasi sipsak
# apt-get install sipsak
Pemakaian sipsak
Send an OPTIONS request to nobody@foo.bar and display received replies:
# sipsak -vv -s sip:nobody@foo.bar
Trace the SIP path to nobody@foo.bar:
# sipsak -T -s sip:nobody@foo.bar
Insert a forwarding contact for myself at work to me at home for one hour and authenticated with password if required:
# sipsak -U -C sip:me@home -x 3600 -a password -s sip:myself@company
Query the currently registered bindings for myself at work and authenticate with password if required:
# sipsak -I -C empty -a password -s sip:myself@work
Send the instant message "Lunch time!" to the colleague and show result:
# sipsak -M -v -s sip:colleaue@work -B "Lunch time!"