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

snuffy (JIRA) noreply at issues.asterisk.org
Mon Nov 11 19:42:32 CST 2019


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

snuffy commented on ASTERISK-28603:
-----------------------------------

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



> Presence subscription on Cisco SIP phone needs special Cisco-styled XML - PJSIP
> -------------------------------------------------------------------------------
>
>                 Key: ASTERISK-28603
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28603
>             Project: Asterisk
>          Issue Type: New Feature
>      Security Level: None
>          Components: Resources/res_pjsip_pubsub
>    Affects Versions: GIT
>            Reporter: snuffy
>            Assignee: snuffy
>            Severity: Minor
>              Labels: patch
>         Attachments: res_pjsip_pidf_cisco_body_supplement.c, res_pjsip_pubsub.diff
>
>
> 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.



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



More information about the asterisk-bugs mailing list