xml-config
To define the phone-specific XML tags that can be used in the configuration file, use the xml-config command in the voice register pooltype mode. To remove the XML tags, use the no form of this command.
xml-config [maxNumcalls maxNumCalls | busyTrigger busyTrigger | custom custom]
no xml-config [maxNumcalls maxNumCalls | busyTrigger busyTrigger | custom custom]
Syntax Description
maxNumcalls |
Defines the maximum number of calls allowed per line. |
busyTrigger |
Defines the number of calls that triggers call forward busy per line on the SIP phone. |
custom |
Defines the custom XML tags that can be appended at the end of the phone-specific CNF configuration profile using the custom option. |
Command Default
The phone-specific XML tags are not defined.
![]() Note |
When the reference-pooltype command is configured, the XML configuration value of the reference phone is inherited. |
Command Modes
Voice Register Pool Configuration (config-register-pool)
Command History
Cisco IOS Release |
Cisco Product |
Modification |
---|---|---|
15.3(3)M |
Cisco SIP CME 10.0 |
This command was introduced. |
Usage Guidelines
Use this command to define the phone specific XML tags that can be used in the configuration file. the maximum nunber of call allowed per line and the number of call that triggers call forward busy per line information will be used while generating the XML file.
Examples
The following example shows how to define the phone specific XML tags that can be used in the configuration file:
Router# configure terminal
Router(config)# voice register pool-type 9900
Router(config-register-pool-type)# xml-config maxNumCalls 3
Router(config-register-pool-type)# xml-config busyTrigger 3
Router(config-register-pool-type)# xml-config custom <custom-sftp>1</custom-sftp>