[asterisk-commits] rizzo: trunk r44537 -
	/trunk/configs/sip.conf.sample
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Thu Oct  5 23:43:49 MST 2006
    
    
  
Author: rizzo
Date: Fri Oct  6 01:43:49 2006
New Revision: 44537
URL: http://svn.digium.com/view/asterisk?rev=44537&view=rev
Log:
update example commands to match current syntax
(does not apply to 1.4)
Modified:
    trunk/configs/sip.conf.sample
Modified: trunk/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/sip.conf.sample?rev=44537&r1=44536&r2=44537&view=diff
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Fri Oct  6 01:43:49 2006
@@ -13,13 +13,13 @@
 ; where the proxyhostname is defined in a section below 
 ; 
 ; Useful CLI commands to check peers/users:
-;   sip show peers		Show all SIP peers (including friends)
-;   sip show users		Show all SIP users (including friends)
-;   sip show registry		Show status of hosts we register with
+;   sip list peers		Show all SIP peers (including friends)
+;   sip list users		Show all SIP users (including friends)
+;   sip list registry		Show status of hosts we register with
 ;
 ;   sip debug			Show all SIP messages
 ;
-;   reload chan_sip.so		Reload configuration file
+;   module reload chan_sip.so	Reload configuration file
 ;				Active SIP peers will not be reconfigured
 ;
 
    
    
More information about the asterisk-commits
mailing list