Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vendors:cisco:uc:cusp [2020/11/17 12:34] – [TIPs] gerardorourkevendors:cisco:uc:cusp [2020/11/20 11:45] (current) – [CLI TIPs] gerardorourke
Line 10: Line 10:
   *To enter CUSP config, enter the command **cusp**   *To enter CUSP config, enter the command **cusp**
   *Then to see the config, do a **show configuration active**   *Then to see the config, do a **show configuration active**
 +    * If you want to view ALL of teh config including the Routing Table - you must add the **verbose** command, e.g. <code>show configuration active verbose</code>
 +
   *to enter configuration mode, use the command **configure**   *to enter configuration mode, use the command **configure**
   * To commit the configuration for this example, enter the following command:**commit**   * To commit the configuration for this example, enter the following command:**commit**
Line 17: Line 19:
   * To see what the active configuration will be after you commit your changes, enter the **show configuration candidate** command.   * To see what the active configuration will be after you commit your changes, enter the **show configuration candidate** command.
  
 +===== Module Login Issue =====
 +<code>
 +ROUTER#service-module SM 1/0 session
 +Trying 10.123.123.123, 2067 ...
 +% Connection refused by remote host
 +</code>
  
 +Update the config for line 67 as per below:
 +<code>
 +line 67
 + transport input all
 +</code>
 ==== Prefix Digits on UCCE SIP Dialer on a specific campaign ==== ==== Prefix Digits on UCCE SIP Dialer on a specific campaign ====
  
  • vendors/cisco/uc/cusp.1605616486.txt.gz
  • Last modified: 2020/11/17 12:34
  • by gerardorourke