[asterisk-bugs] [JIRA] (ASTERISK-25202) Hints extension state broken between 13.3.2 and 13.4
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Fri Jun 26 17:07:33 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-25202:
-----------------------------------
Attachment: ASTERISK-25202-13.diff
ASTERISK-25202-11.diff
Attached are patches that I *think* will fix the issue.
The issue appears to be a regression introduced by making dialplan reloads work much better for hints. Unfortunately, when that patch went in, we lost case insensitivity for channel technology names as part of a hint. That results in 'SIP/foo' being picked up, but not 'sip/foo'.
> Hints extension state broken between 13.3.2 and 13.4
> ----------------------------------------------------
>
> Key: ASTERISK-25202
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25202
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_sip/General
> Affects Versions: 13.4.0
> Environment: centos6.6
> Reporter: cervajs
> Attachments: ast13.3.txt, ast13.4.txt, ASTERISK-25202-11.diff, ASTERISK-25202-13.diff, full_pjsip_13-3-2.txt, full_pjsip_13-4.txt, Rusty_extensions.txt, Rusty_pjsip.txt, Rusty_sip.txt
>
>
> hints not working after upgrade to 13.4.0 from 13.3.2
> {noformat}
> [subscribe_1]
> exten => 884,hint,sip/vr1a884&Custom:agent_1
> exten => 885,hint,sip/vr1a885&Custom:agent_2
> {noformat}
> call from 885 to 884 (asterisk 13.3.2)
> {noformat}
> -= Registered Asterisk Dial Plan Hints =-
> 885 at subscribe_1 : sip/vr1a885&Custom:a State:InUse Presence:not_set Watchers 0
> 884 at subscribe_1 : sip/vr1a884&Custom:a State:Ringing Presence:not_set Watchers 0
> {noformat}
> call from 885 to 884 (asterisk 13.4.0)
> {noformat}
> -= Registered Asterisk Dial Plan Hints =-
> 885 at subscribe_1 : sip/vr1a885&Custom:a State:Idle Presence:not_set Watchers 0
> 884 at subscribe_1 : sip/vr1a884&Custom:a State:Idle Presence:not_set Watchers 0
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list