Difference between revisions of "Menggunakan sipsak Mengevaluasi Performance Softswitch"

From OnnoWiki
Jump to navigation Jump to search
(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 ...)
 
 
(3 intermediate revisions by the same user not shown)
Line 25: Line 25:
  
 
  # sipsak -M -v -s sip:colleaue@work -B "Lunch time!"
 
  # sipsak -M -v -s sip:colleaue@work -B "Lunch time!"
 +
 +
 +
 +
# sipsak -vvv -s sip:nomor@sipserver -H ourhostname
 +
 +
 +
 +
==Pranala Menarik==
 +
 +
* [[Instalasi SER]]
 +
* [[Evaluasi dan Testing SIP]]
 +
* [[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