Default CUCM Jabber iPhone Template

applies to: device/cucm/Phone

Default CFT values:

  • builtInBridgeStatus: “Default”

  • callingSearchSpaceName:

    "(( input.Phone.callingSearchSpaceName == None ))
     <{{macro.CUCM_PHONE_callingSearchSpaceName}}>
     <{{input.Phone.callingSearchSpaceName}}>"
    

    The CFT uses an IF-THEN-ELSE type macro to resolve the value. The macro first checks if a value for callingSearchSpaceName is available in the input context of the workflow (user input or for example by other means in the workflow such as another CFT). Otherwise, a named macro is used to resolve the value. The named macro references the value from the Site Defaults Doc at the current hierarchy, in particular, from the value of defaultdevicecss.

  • certificateOperation: “No Pending Operation”

  • class: “Phone”

  • commonPhoneConfigName: “Standard Common Phone Profile”

  • description: “Created by default template”

  • deviceMobilityMode: “Default”

  • devicePoolName:

    {{ macro.CUCM_PHONE_devicePoolName }}
    

    A named macro is used to resolve the value. The named macro references the value from the Site Defaults Doc at the current hierarchy, in particular, from the value of defaultDP.

  • locationName:

    {{ macro.CUCM_PHONE_locationName }}
    

    A named macro is used to resolve the value. The named macro references the value from the Site Defaults Doc at the current hierarchy, in particular, from the value of defaultLOC.

  • packetCaptureMode: “None”

  • phoneTemplateName: “Standard Dual Mode for iPhone”

  • product: “Cisco Dual Mode for iPhone”

  • protocol: “SIP”

  • protocolSide: “User”

  • securityProfileName: “Cisco Dual Mode for iPhone - Standard SIP Non-Secure Profile”

  • useTrustedRelayPoint: “Default”