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

Andrey Zharkov (JIRA) noreply at issues.asterisk.org
Fri Feb 22 10:22:52 CST 2019


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

Andrey Zharkov commented on ASTERISK-13145:
-------------------------------------------

Hi Gareth.
I configured three extensions on my cisco phone. Line-1(107), Line-2(108), Line-3(110).
SEPXXX.cfg.xml
{quote}
...
<line button="1" lineIndex="1">
...
<line button="2" lineIndex="2">
...
<line button="3" lineIndex="3">
...
{quote}

sip show peer 107 displays
{quote}
....
  DND          : No
  CallFwd Ext. :
  Hunt Group   : Yes
  Device Name  : SEP00B1E3XXXXXX
  BulkReg.Peers: 108 {color:red}(Line 2){color}
                 110 {color:red}(Line 2){color}
{quote}
And asterisk sends incorrect REFER to phone
{quote}
<x-cisco-remotecc-request>
<bulkupdate>
<contact line="1">
<mwi>no</mwi>
<emwi>
<voice-msg new="0" old="0" />
</emwi>
<cfwdallupdate>
<fwdaddress></fwdaddress>
<tovoicemail>off</tovoicemail>
</cfwdallupdate>
</contact>
{color:red}<contact line="2">{color}
<mwi>yes</mwi>
<emwi>
<voice-msg new="4" old="0" />
</emwi>
<cfwdallupdate>
<fwdaddress></fwdaddress>
<tovoicemail>off</tovoicemail>
</cfwdallupdate>
</contact>
{color:red}<contact line="2">{color}
<mwi>no</mwi>
<emwi>
<voice-msg new="0" old="0" />
</emwi>
<cfwdallupdate>
<fwdaddress></fwdaddress>
<tovoicemail>off</tovoicemail>
</cfwdallupdate>
</contact>
</bulkupdate>
</x-cisco-remotecc-request>
{quote}
Looks like cisco line index is not correct.
Checked on several phones and versions 13,16 of asterisk.

> [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: Gareth Palmer
>            Assignee: Gareth Palmer
>              Labels: patch, pjsip
>         Attachments: 00_READ_ME_FIRST.txt, AppDialRules.xml, cisco-usecallmanager-13.25.0.patch, cisco-usecallmanager-16.2.0.patch, DialTemplate.xml, FeaturePolicy.xml, SEPMAC.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 Pickup Notification, Call Back, Join Calls, Mallicious Call ID, Quality Reporting Tool and Fail-over/Fail-back.
> Also included is Application Server Events used by non-USECALLMANAGER phones (Call Forward and Do Not Disturb only).
> *Important:* Read the documentation at [http://usecallmanager.nz] 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