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

Thomas Rechberger (JIRA) noreply at issues.asterisk.org
Wed Oct 21 07:14:34 CDT 2015


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

Thomas Rechberger edited comment on ASTERISK-13145 at 10/21/15 7:12 AM:
------------------------------------------------------------------------

In the past when i used Asterisk 1.8 the blf was working (orange and red light). Now i am using 11.19 and it no longer works. I am not sure if anything is wrong with my config (see below), but the phone beeps and shows cid, so at least the cisco_pickupnotiry_alert option is working. Any idea if i miss something?
There are only 2 phones, cisco with ext 14 and regular one with 11

sip.conf
[general]
allowsubscribe=yes
notifyringing=yes
notifyhold=yes

;14 is cisco phone, 11 is a regular phone
[11]
callcounter=yes
context=outgoing-phones
subscribecontext=intern
callgroup=1
pickupgroup=1
busylevel=1

[14]
cisco_usecallmanager=yes
cisco_pickupnotify_alert=from,to,beep
subscribe=11
callcounter=yes
dndbusy=yes
transport=tcp
context=outgoing-phones
subscribecontext=intern
callgroup=1
pickupgroup=1
busylevel=1

extensions.conf:
[intern]
exten => 11,hint,SIP/11
exten => 14,hint,SIP/14

core show hints
Location                  Hints                           DeviceState     PresenceState   Watchers
14 at intern                 SIP/14                          Idle            Not_Set         0
11 at intern                 SIP/11                          Idle            Not_Set         0

the blf speed dial button in cisco xml file:
    <line button="2">
       <featureID>21</featureID>
       <featureLabel>11</featureLabel>
       <speedDialNumber>11</speedDialNumber>
            <featureOptionMask>1</featureOptionMask>
    </line>



was (Author: ghost75):
In the past when i used Asterisk 1.8 the blf was working (orange and red light). Now i am using 11.19 and it no longer works. I am not sure if anything is wrong with my config (see below), but the phone beeps and shows cid, so at least the cisco_pickupnotiry_alert option is working. Any idea if i miss something?
There are only 2 phones, cisco with ext 14 and regular one with 11

sip.conf
[general]
allowsubscribe=yes
notifyringing=yes
notifyhold=yes

;14 is cisco phone, 11 is a regular phone
[11]
callcounter=yes
context=outgoing-phones
subscribecontext=intern
callgroup=1
pickupgroup=1
busylevel=1

[14]
cisco_usecallmanager=yes
cisco_pickupnotify_alert=from,to,beep
callcounter=yes
dndbusy=yes
transport=tcp
context=outgoing-phones
subscribecontext=intern
callgroup=1
pickupgroup=1
busylevel=1

extensions.conf:
[intern]
exten => 11,hint,SIP/11
exten => 14,hint,SIP/14

core show hints
Location                  Hints                           DeviceState     PresenceState   Watchers
14 at intern                 SIP/14                          Idle            Not_Set         0
11 at intern                 SIP/11                          Idle            Not_Set         0

the blf speed dial button in cisco xml file:
    <line button="2">
       <featureID>21</featureID>
       <featureLabel>11</featureLabel>
       <speedDialNumber>11</speedDialNumber>
            <featureOptionMask>1</featureOptionMask>
    </line>


> [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, cisco-usecallmanager-11.19.0.patch, cisco-usecallmanager-11.20.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 Pickup Notification, 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