[asterisk-bugs] [JIRA] (ASTERISK-13145) [patch] Presence subscription on Cisco SIP phone needs special Cisco-styled XML

Gareth Palmer (JIRA) noreply at issues.asterisk.org
Mon Jun 8 23:17:38 CDT 2015


    [ https://issues.asterisk.org/jira/browse/ASTERISK-13145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226466#comment-226466 ] 

Gareth Palmer commented on ASTERISK-13145:
------------------------------------------

New patch (cisco-usecallmanager-11.18.0.patch) - 

Add support for x-cisco-callback-number via the *CISCO_CALLBACK_NUMBER* variable. This allows you to specify the number recorded in the phone's call history separate to that in CALLERID(number). An example use would be to prefix the number with a 1 if that is required for outside dialing. The user can then dial directly from the call history without having to edit the number.

{code}
exten => _.X.,1,Set(_CISCO_CALLBACK_NUMBER=1${CALLERID(number)})
same => next,Dial(SIP/${EXTEN},30)
...
{code}

Documented SEPMAC.cnf.xml elements {{<ehookEnable />}} {{<dialToneFromReleaseKey />}} {{<showCallHistoryForSelectedLine />}} {{<allCallsOnPrimary />}} and {{<kemOneColumn />}}.

> [patch] Presence subscription on Cisco SIP phone needs special Cisco-styled XML
> -------------------------------------------------------------------------------
>
>                 Key: ASTERISK-13145
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-13145
>             Project: Asterisk
>          Issue Type: New Feature
>          Components: Channels/chan_sip/NewFeature
>            Reporter: David McNett
>            Assignee: Gareth Palmer
>         Attachments: 00_READ_ME_FIRST.txt, cisco-usecallmanager-11.17.0.patch, cisco-usecallmanager-11.17.1.patch, cisco-usecallmanager-11.18.0.patch, dialtemplate.xml, featurepolicy.xml, SEP000000000000.cnf.xml, softkeys.xml
>
>
> This patch provides support for Cisco 6900, 7900, 8800 and 9900 series phones using the SIP firmware.
> Available features are: Busy Lamp Field, Off Hook Notification, Call Forward, Do Not Disturb, Huntgroup Login, Call Park (Notify and Monitor), Server-Side Ad-Hoc Conference, Conference List, Kick and Mute/Unmute, Multi-Admin Conference, Multiple Lines via Bulk Register, Immediate Divert, Call Recording, Restart or Reset via CLI, Call Back, Call Back, Join Calls, Mallicious Call ID and Quality Reporting Tool.
> Also included is Application Server Events used by non-USECALLMANAGER phones (Call Forward and Do Not Disturb only).
> *Important:* Read the documentation at http://docs.acsdata.co.nz/asterisk-cisco to see the additional configuration options required for the phones to operate correctly.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list