Contents
Table of Contents |
---|
...
The Dialplan test will perform testcalls from a selected phone, using configured CSS’s, to the PSTN to numbers with automatic answer or alternatively to another phone via
...
back to back trunks. A sample configuration to set up a trunk to CUBE using TCL script for test may be found below in Testmate Configuration section below
Other Prerequisites for running a Dialplan test is that CSS Groups (Required CSS’s to be tested), Number Groups (Numbers to be used for the tests) and Optionally Geographic Locations have been configured. See below in Testmate Configuration section
...
After Connect Failure
After Connect Success
JTAPI Connect Command
Pressing "Save" will save all changes made to the Dialplan test plan, that you have made.
Pressing "Refresh Tests" will update data for this very test, that might have been changed in existing CSS or Number Groups before.
Pressing "Start" will bring you to the following screen:
...
Select the source and target endpoint
Number of calls
Codec
Note, that the endpoints (CTI route points) need to be added to Testmate in the CUCM instances configuration.
There are options for:
Disable DTMF identification
Continue calls on error
Timeout for call talking
Timeout for call identification
...
The configuration uses a Cisco Dev Support sample TCL (Tickle) script - available below followed by sample CUBE CLI config
View file | ||
---|---|---|
|
Sample CUBE configuration
Code Block |
---|
application |
...
service robodest bootflash:robodest.tcl |
...
param robodest_maxtime-ringback 10 |
...
param robodest_mintime-ringback 0 |
...
! |
...
dial-peer voice |
...
9004400 voipservice robodestsession protocol sipv2 incoming called-number . |
...
dtmf-relay rtp-nte |
...
codec g711ulaw |
...
! |
...
dial-peer voice |
...
200 voipdescription *** Calls to Primary CUCM*** |
...
destination-pattern [2-9]......... (Dial Peer if return trunk required to dest CUCM adjust dial peer as required) |
...
session protocol sipv2 |
...
session target ipv4:<ip address of target CUCM here> |
...
dtmf-relay rtp-nte |
...
codec g711ulaw |
Firewall Configuration
Local Firewall Configuration
...