aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-10 18:20:22 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-10 18:20:22 +0000
commit2334a90792929050476b3211212b992ea74b0fe6 (patch)
tree6d35d5f95ecb578ca1f001059301852a3fbd2325
parent725d6e60607d385520958129efb55c7a4a2a36ae (diff)
Merged revisions 129642 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r129642 | seanbright | 2008-07-10 14:19:17 -0400 (Thu, 10 Jul 2008) | 1 line A couple more minor text changes ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@129647 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index ca36e982a..99eb2df8d 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -21612,12 +21612,12 @@ static struct ast_cli_entry cli_sip_do_history_deprecated = AST_CLI_DEFINE(sip_d
/*! \brief SIP Cli commands definition */
static struct ast_cli_entry cli_sip[] = {
AST_CLI_DEFINE(sip_show_channels, "List active SIP channels/subscriptions"),
- AST_CLI_DEFINE(sip_show_domains, "List our local SIP domains."),
+ AST_CLI_DEFINE(sip_show_domains, "List our local SIP domains"),
AST_CLI_DEFINE(sip_show_inuse, "List all inuse/limits"),
AST_CLI_DEFINE(sip_show_objects, "List all SIP object allocations"),
AST_CLI_DEFINE(sip_show_peers, "List defined SIP peers"),
AST_CLI_DEFINE(sip_show_registry, "List SIP registration status"),
- AST_CLI_DEFINE(sip_unregister, "Unregister (force expiration) a SIP peer from the registery"),
+ AST_CLI_DEFINE(sip_unregister, "Unregister (force expiration) a SIP peer from the registry"),
AST_CLI_DEFINE(sip_show_settings, "Show SIP global settings"),
AST_CLI_DEFINE(sip_notify, "Send a notify packet to a SIP peer"),
AST_CLI_DEFINE(sip_show_channel, "Show detailed SIP channel info"),