[asterisk-bugs] [JIRA] (ASTERISK-29136) config: Sample features.conf incorrectly includes " around sound files

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Nov 12 07:02:18 CST 2020


     [ https://issues.asterisk.org/jira/browse/ASTERISK-29136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asterisk Team updated ASTERISK-29136:
-------------------------------------

    Target Release Version/s: 18.1.0

> config: Sample features.conf incorrectly includes " around sound files
> ----------------------------------------------------------------------
>
>                 Key: ASTERISK-29136
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29136
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Documentation
>    Affects Versions: 17.7.0
>            Reporter: Benjamin M.
>            Severity: Minor
>      Target Release: 16.15.0, 18.1.0
>
>
> "transferretrysound" / "transferinvalidsound" require absolute paths to work. 
> If, as per the documentation / configuration example, only the filenames are used a warning is generated and no sound is played. 
> [general]
> transferretrysound = "beep" 
> transferinvalidsound = "beeperr"
> [Oct 20 13:12:46] WARNING[3190][C-00000042]: file.c:789 ast_openstream_full: File "/var/lib/asterisk/sounds/en/beep" does not exist in any format
> [Oct 20 13:12:46] WARNING[3190][C-00000042]: file.c:1262 ast_streamfile: Unable to open "/var/lib/asterisk/sounds/en/beep" (format (ulaw)): No such file or directory
>     -- Channel PJSIP/4030-00000072: Dialed no digits.
> [Oct 20 13:12:49] WARNING[3190][C-00000042]: file.c:789 ast_openstream_full: File "/var/lib/asterisk/sounds/en/beep" does not exist in any format
> [Oct 20 13:12:49] WARNING[3190][C-00000042]: file.c:1262 ast_streamfile: Unable to open "/var/lib/asterisk/sounds/en/beep" (format (ulaw)): No such file or directory
>     -- Channel PJSIP/4030-00000072: Dialed no digits.
> [Oct 20 13:12:52] WARNING[3190][C-00000042]: file.c:789 ast_openstream_full: File "/var/lib/asterisk/sounds/en/beeperr" does not exist in any format
> [Oct 20 13:12:52] WARNING[3190][C-00000042]: file.c:1262 ast_streamfile: Unable to open "/var/lib/asterisk/sounds/en/beeperr" (format (ulaw)): No such file or directory
> [Oct 20 13:12:52] WARNING[3190][C-00000042]: bridge_basic.c:3361 feature_attended_transfer: Channel PJSIP/4030-00000072: Unable to acquire target extension for attended transfer.
> ***
> Absolute paths are working:
> [general]
> transferretrysound = "/var/lib/asterisk/sounds/en/beep.ulaw" 
> transferinvalidsound = "/var/lib/asterisk/sounds/en/beeperr.ulaw"
> ***
> Remarks:
>   - Bug was present in 15.x as well.
>   - pickupsound / pickupfailsound could also be affected



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



More information about the asterisk-bugs mailing list