[asterisk-bugs] [JIRA] (ASTERISK-29500) sound_has_left

Marcos Figueiredo (JIRA) noreply at issues.asterisk.org
Tue Jun 29 17:51:33 CDT 2021


    [ https://issues.asterisk.org/jira/browse/ASTERISK-29500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=255485#comment-255485 ] 

Marcos Figueiredo edited comment on ASTERISK-29500 at 6/29/21 5:50 PM:
-----------------------------------------------------------------------

Part of the problem discovered!

I was using asterisk 11.18.0 and am migrating to the newer version. But I find a problem in migration which is the following.

In a confbridge(room,menu), if used in the confbridge.conf menu, the following example sequence is pressed by pressing 0:

same => n, confbridge(44,menu1)

[menu1]
type=menu
0=dialplan_exec(context,exten,priority), leave_conference

- The channel leaves the conference but sound_leave does not touch the participants.

If only the example is placed:
[menu1]
type=menu
0=leave_conference

- The channel leaves the conference and sound_leave plays normally to the participants.

However, this is not satisfactory as I have to change some parameters before the participant leaves the conference by pressing 0.
Forgive me but I believe this information is all I have to offer including the CLI example above.


was (Author: marcosfigrj):
Part of the problem discovered!

I was using asterisk 11.18.0 and am migrating to the newer version. But I find a problem in migration which is the following.

In a confbridge(room,menu), if used in the confbridge.conf menu, the following example sequence is pressed by pressing 0:

same => n, confbridge(44,menu1)

[menu1]
type=menu
0=dialplan_exec(context,exten,priority), leave_conference

- The channel leaves the conference but sound_leave does not touch the participants.

If only the example is placed:
[menu]
type=menu
0=leave_conference

- The channel leaves the conference and sound_leave plays normally to the participants.

However, this is not satisfactory as I have to change some parameters before the participant leaves the conference by pressing 0.
Forgive me but I believe this information is all I have to offer including the CLI example above.

> sound_has_left
> --------------
>
>                 Key: ASTERISK-29500
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29500
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_confbridge
>    Affects Versions: 18.5.0
>         Environment: Centos 7
>            Reporter: Marcos Figueiredo
>            Assignee: Unassigned
>
> When people leave the conference, despite being configured correctly, it does not ring for those who stayed at the conference.
> Ex.
> Set(CONFBRIDGE(bridge,sound_leave)=/s/voices/Gnbeep_out)
> CLI:
>   <CBAnn/SIM11461-00000004;1> Playing '/s/voices/Gnbeep_in.slin' (language 'en')



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



More information about the asterisk-bugs mailing list