Difference between revisions of "Menggunakan opensipsctl"

From OnnoWiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
  # opensipsctl add nomor@host password
 
  # opensipsctl add nomor@host password
  # opensipsctl add 2000@192.168.0.2 123456
+
  # opensipsctl add 2000@192.168.0.3 123456
  
  
Line 14: Line 14:
  
 
  # opensipsctl ul show nomor@host
 
  # opensipsctl ul show nomor@host
  # opensipsctl ul show 2000@192.168.0.2
+
  # opensipsctl ul show 2000@192.168.0.3
  
 
Memonitor aktifitas OpenSIPS Softswitch
 
Memonitor aktifitas OpenSIPS Softswitch

Revision as of 11:55, 5 May 2009

Menggunakan opensipsctl yang sering digunakan adalah untuk

  • Menambahkan user
  • Melihat user yang sedang login
  • Memonitor aktifitas OpenSIPS Softswitch

Menambahkan user

# opensipsctl add nomor@host password
# opensipsctl add 2000@192.168.0.3 123456


Melihat user yang sedang login

# opensipsctl ul show nomor@host
# opensipsctl ul show 2000@192.168.0.3

Memonitor aktifitas OpenSIPS Softswitch

# opensipsctl monitor


Pranala Menarik