E.4. iax2
Subsets of this command allow you to manage your
IAX connections.
Enables IAX debugging.
Disables IAX debugging.
iax2 provision host template [forced]
Used to configure an IAX device, such as
Digium's IAXy. Provisions the given peer or IP address using a
template matching either template or *'
(if the template is not found). Templates are configured in the
iaxprov.conf file, usually located
in /etc/asterisk/. If
forced is specified, empty provisioning fields will be
provisioned as empty fields.
iax2 provision 192.168.1.100 default
Displays currently cached IAX dialplan results.
Related to the switch => statement for remote
dialplans. Remote dialplans are cached for a period of time (600
seconds); they then expire and must be requeried if used again.
Displays detailed information about active IAX
channels.
Shows available IAX firmware.
iax2 show peer peer_name
Shows details on a specific IAX peer.
iax2 show peer iaxfwd
iax2 show peers [registered] [like pattern]
Lists all known IAX2 peers. The optional
registered argument causes only peers with known addresses
to be listed. The optional regular expression pattern is used to
filter the peer list.
iax2 show peers registered like iax*
iax2 show provisioning [template]
Lists all known IAX provisioning templates, or
the details of a specific template.
Lists details and status of all registration
requests.
Displays statistics for the IAX channel
driver.
iax2 show users [like pattern]
Lists all known IAX2 users. The optional regular
expression pattern is used to filter the user list.
iax2 show users like iax*
Requests the current status of IAX trunking.
Trunking is enabled for a peer with trunk=yes in
iax.conf.
include context in context
Includes the specified context in another
context.
include local-users in incoming
|