[asterisk-bugs] [JIRA] (ASTERISK-16831) [patch] deny=all in iax.conf results in segmentation fault

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Mon Jul 30 10:29:54 CDT 2018


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

Richard Mudgett closed ASTERISK-16831.
--------------------------------------


> [patch] deny=all in iax.conf results in segmentation fault
> ----------------------------------------------------------
>
>                 Key: ASTERISK-16831
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-16831
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Channels/chan_iax2
>            Reporter: Isaac McDonald
>            Severity: Critical
>         Attachments: backtrace.txt, issue0018162.patch
>
>
> Specifying deny=all rather than disallow=all in the codec directive on an IAX peer results in a seg fault. Changing deny=all to disallow=all results in expected behavior.
> Example improper use of the codec directive that causes a crash:
> [bobloblaw]
> deny=all
> allow=ulaw
> type=friend
> host=172.20.20.5
> qualify=yes
> context=from-internal
> Example of proper use of the codec directive that does not cause a crash:
> [bobloblaw]
> disallow=all
> allow=ulaw
> type=friend
> host=172.20.20.5
> qualify=yes
> context=from-internal



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



More information about the asterisk-bugs mailing list