[asterisk-bugs] [JIRA] (ASTERISK-28168) accidentally adding a blank into sql queue_members crashes asterisk.
Michael (JIRA)
noreply at issues.asterisk.org
Mon Nov 19 11:31:47 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-28168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=245500#comment-245500 ]
Michael commented on ASTERISK-28168:
------------------------------------
2.
insert a queue member into a queue, and then dial into that queue.
ie.
insert into queue_members (queue_name, interface, membername, state_interface) values ('viapbx-techsupport','','Mike','');
even though the interfaces entry should not be blank, i still felt it was bug worthy.
3. not much configuration, just a configured queue, and then a Queue app entry to dial into it. Crash's immediatly.
> accidentally adding a blank into sql queue_members crashes asterisk.
> --------------------------------------------------------------------
>
> Key: ASTERISK-28168
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28168
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: 16.0.0
> Environment: debian 9 amd64
> asterisk v16 LTS
> using pjsip
> mysql ODBC
> Reporter: Michael
> Assignee: Unassigned
> Labels: pjsip
> Attachments: core.tar.gz
>
>
> Even though it is incorrect, adding a blank 'interface' name into queue_members sql table seems to crash asterisk.
> eg.
> insert into queue_members (queue_name, interface, membername, state_interface) values ('support','','Mike','');
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list