[Home]

Summary:ASTERISK-28603: Presence subscription on Cisco SIP phone needs special Cisco-styled XML - PJSIP
Reporter:snuffy (snuffy)Labels:patch
Date Opened:2019-10-24 17:56:21Date Closed:
Priority:MinorRegression?No
Status:In Progress/In ProgressComponents:Resources/res_pjsip_pubsub
Versions:GIT Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) res_pjsip_pidf_cisco_body_supplement.c
( 1) res_pjsip_pubsub.diff
Description:Inspired by the work of ASTERISK-13145

Make the most simple presence work with the Cisco 79xx series of phones that support TCP transport.

Add the fix for cpim-pidf+xml to pidf+xml.

Unsure of how many Cisco phone types lie about what subscription type they support.
Comments:By: Asterisk Team (asteriskteam) 2019-10-24 17:56:22.134-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

By: George Joseph (gjoseph) 2019-11-01 09:03:26.514-0500

You've got Gerrit access.  Can you post these there?


By: snuffy (snuffy) 2019-11-05 21:06:10.918-0600

Added, probably need to work on a better gerrit msg but been long time between submissions..

By: snuffy (snuffy) 2019-11-11 19:40:51.363-0600

Added the below info if people want to test out..

Edit your SEP<MAC>.cnf.xml
Find the line <transportLayerProtocol>1</transportLayerProtocol> <!-- Set Value to 1=TCP or 2=UDP  -->

Add your line you wish to monitor.. (example below is 2nd button of a 7941)

                      <line button="2">
                               <featureID>21</featureID>
                               <featureLabel>Reception</featureLabel>
                               <speedDialNumber>5000</speedDialNumber>
                               <featureOptionMask>1</featureOptionMask>
                       </line>

Make 2 changes in your pjsip.conf for the phone to use TCP.

ENDPOINT of phone
transport=tcp

AOR of phone
qualify_frequency=0
default_expiration=0