summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c38
1 files changed, 19 insertions, 19 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 118282fba..ad089d2a5 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -18947,25 +18947,25 @@ static int reload(void)
/*! \brief SIP Cli commands definition */
static struct ast_cli_entry cli_sip[] = {
- NEW_CLI(sip_show_channels, "List active SIP channels/subscriptions"),
- NEW_CLI(sip_show_domains, "List our local SIP domains."),
- NEW_CLI(sip_show_inuse, "List all inuse/limits"),
- NEW_CLI(sip_show_objects, "List all SIP object allocations"),
- NEW_CLI(sip_show_peers, "List defined SIP peers"),
- NEW_CLI(sip_show_registry, "List SIP registration status"),
- NEW_CLI(sip_unregister, "Unregister (force expiration) a SIP peer from the registery\n"),
- NEW_CLI(sip_show_settings, "Show SIP global settings"),
- NEW_CLI(sip_notify, "Send a notify packet to a SIP peer"),
- NEW_CLI(sip_show_channel, "Show detailed SIP channel info"),
- NEW_CLI(sip_show_history, "Show SIP dialog history"),
- NEW_CLI(sip_show_peer, "Show details on specific SIP peer"),
- NEW_CLI(sip_show_users, "List defined SIP users"),
- NEW_CLI(sip_show_user, "Show details on specific SIP user"),
- NEW_CLI(sip_prune_realtime, "Prune cached Realtime users/peers"),
- NEW_CLI(sip_do_debug, "Enable/Disable SIP debugging"),
- NEW_CLI(sip_do_history, "Enable SIP history"),
- NEW_CLI(sip_no_history, "Disable SIP history"),
- NEW_CLI(sip_reload, "Reload SIP configuration"),
+ AST_CLI(sip_show_channels, "List active SIP channels/subscriptions"),
+ AST_CLI(sip_show_domains, "List our local SIP domains."),
+ AST_CLI(sip_show_inuse, "List all inuse/limits"),
+ AST_CLI(sip_show_objects, "List all SIP object allocations"),
+ AST_CLI(sip_show_peers, "List defined SIP peers"),
+ AST_CLI(sip_show_registry, "List SIP registration status"),
+ AST_CLI(sip_unregister, "Unregister (force expiration) a SIP peer from the registery\n"),
+ AST_CLI(sip_show_settings, "Show SIP global settings"),
+ AST_CLI(sip_notify, "Send a notify packet to a SIP peer"),
+ AST_CLI(sip_show_channel, "Show detailed SIP channel info"),
+ AST_CLI(sip_show_history, "Show SIP dialog history"),
+ AST_CLI(sip_show_peer, "Show details on specific SIP peer"),
+ AST_CLI(sip_show_users, "List defined SIP users"),
+ AST_CLI(sip_show_user, "Show details on specific SIP user"),
+ AST_CLI(sip_prune_realtime, "Prune cached Realtime users/peers"),
+ AST_CLI(sip_do_debug, "Enable/Disable SIP debugging"),
+ AST_CLI(sip_do_history, "Enable SIP history"),
+ AST_CLI(sip_no_history, "Disable SIP history"),
+ AST_CLI(sip_reload, "Reload SIP configuration"),
};
/*! \brief PBX load module - initialization */