[asterisk-bugs] [JIRA] (ASTERISK-26288) followme: fails to reset config items to default values on reload
Tzafrir Cohen (JIRA)
noreply at issues.asterisk.org
Wed Aug 31 15:45:01 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tzafrir Cohen closed ASTERISK-26288.
------------------------------------
> 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
> Attachments: 26288.diff
>
>
> 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