Difference between revisions of "Menggunakan sipsak Mengevaluasi Performance Softswitch"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: 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 ...) |
Onnowpurbo (talk | contribs) |
||
Line 25: | Line 25: | ||
# sipsak -M -v -s sip:colleaue@work -B "Lunch time!" | # sipsak -M -v -s sip:colleaue@work -B "Lunch time!" | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[Instalasi SER]] | ||
+ | * [[VoIP]] |
Revision as of 16:15, 5 March 2008
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!"