[asterisk-bugs] [JIRA] (ASTERISK-26288) followme: fails to reset config items to default values on reload
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Thu Aug 11 11:46:57 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231802#comment-231802 ]
Asterisk Team commented on ASTERISK-26288:
------------------------------------------
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].
> followme: fails to reset config items to default values on reload
> -----------------------------------------------------------------
>
> Key: ASTERISK-26288
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26288
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_followme
> Affects Versions: 13.10.0
> Reporter: Tzafrir Cohen
> Severity: Minor
>
> Scenario:
> 1. In followme.conf in section [test] set 'pls_hold_prompt' to the value 'whatever'.
> 2. Reload (asterisk -rx 'module reload app_followme.so')
> 3. Run 'FollowMe(test). The sound file 'whatever' should be prompted.
> 4. Edit followme.so and rem-out the line 'pls_hold_prompt'
> 5. Reload
> 6. Run FollowMe(test)
> * Expected result: The sound file 'followme/pls-hold-while-try' is played.
> * Actual result: The sound file 'whatever' is still played.
> Configuration to reproduce:
> {code}
> ; followme.conf
> [general]
> [test]
> pls_hold_prompt = whatever
> {code}
> {code}
> ; extensions.conf
> [test]
> exten => test,1,NoOp()
> same => n,Answer
> same => n,Echo
> same => n,Hangup
> {code}
> asterisk -rx 'channel originate Local/test at test application FollowMe test'
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list