ASTERISK : Commandes principales
Sous linux : saisir /usr/sbin/asterisk -cvvvvvvvr
Commandes principales
COMMANDE | DESCRIPTION |
help et help commande | aide interne |
sip show peers | voir les téléphones et fournisseurs SIP |
sip show registry | voir les enregistrements à des fournisseurs SIP |
sip show registry | arrêt (voir aussi help stop pour les variantes) |
show channels | voir les communications en cours |
show channel XXXX | détails sur un canal donné |
zap show channels | canaux Zaptel |
pri show span 1 | détails sur un canal Zaptel (ISDN) donné |
show codecs | voir les numéros de codecs |
show dialplan | voir les différents contextes et extensions |
reload | reconfiguration globale |
reload CONFIG | reconfiguration d’une configuration particulière |
sip reload | reconfiguration SIP |
Debugging SIP
– sip debug ip HOST[:PORT] : debug restreint à une adresse/un port
– sip debug peer NAME : limité à un peer
– sip debug : global
– sip no debug : suppression debugging
Debugging ISDN
– pri debug span N : seulement sur canal N
– pri intense debug span N : debug additionnel
– pri show span N : informations
– pri no debug span N : suppression debugging span N
SOURCE WIKI ASTERISK
Liste des commandes
Affiche la liste des commandes ainsi qu'une courte description.
Asterisk*CLI> help
! Execute a shell command
ael reload Reload AEL configuration
ael set debug {read|tokens|mac Enable AEL debugging flags
agent logoff Sets an agent offline
agent show Show status of agents
agent show online Show all online agents
agi dump html Dumps a list of AGI commands in HTML format
agi exec Add AGI command to a channel in Async AGI
agi set debug [on|off] Enable/Disable AGI debugging
agi show List AGI commands or specific help
(liste volontairement tronquée)
Détail d'une commande
Affiche les différentes options d'une commande
Exemple :
Asterisk*CLI> help sip
sip history Enable SIP history
sip history off Disable SIP history
sip notify Send a notify packet to a SIP peer
sip prune realtime Prune cached Realtime object(s)
sip prune realtime peer Prune cached Realtime peer(s)
sip prune realtime user Prune cached Realtime user(s)
sip reload Reload SIP configuration
sip set debug Enable SIP debugging
sip set debug ip Enable SIP debugging on IP
sip set debug off Disable SIP debugging
sip set debug peer Enable SIP debugging on Peername
sip show channels List active SIP channels
sip show channel Show detailed SIP channel info
sip show domains List our local SIP domains.
sip show history Show SIP dialog history
sip show inuse List all inuse/limits
sip show objects List all SIP object allocations
sip show peers List defined SIP peers
sip show peer Show details on specific SIP peer
sip show registry List SIP registration status
sip show settings Show SIP global settings
sip show subscriptions List active SIP subscriptions
sip show users List defined SIP users
sip show user Show details on specific SIP user
Syntaxe d'une commande
Affiche la syntaxe de l'option d'une commande
Exemple :
Asterisk*CLI> sip show peers help
Usage: sip show peers [like ]
Lists all known SIP peers.
Optional regular expression pattern is used to filter the peer list.