Difference between revisions of "Menggunakan sipsak Mengevaluasi Performance Softswitch"

From OnnoWiki
Jump to navigation Jump to search
 
Line 37: Line 37:
 
* [[Evaluasi dan Testing SIP]]
 
* [[Evaluasi dan Testing SIP]]
 
* [[VoIP]]
 
* [[VoIP]]
 +
 +
[[Category: VoIP]]
 +
[[Category: Internet Telepon]]

Latest revision as of 15:43, 10 May 2010

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!"


# sipsak -vvv -s sip:nomor@sipserver -H ourhostname


Pranala Menarik