[asterisk-bugs] [JIRA] (ASTERISK-29118) VoiceMail() should have an option to play greetings as Early Media

Kevin Harwell (JIRA) noreply at issues.asterisk.org
Thu Oct 15 12:35:36 CDT 2020


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

Kevin Harwell edited comment on ASTERISK-29118 at 10/15/20 12:35 PM:
---------------------------------------------------------------------

hrm odd. I wonder if the gerrit commit script didn't get copied. In the top level source directory try the following:
{noformat}
$ git review -s
{noformat}
Any kind of error? If that doesn't work try copying it directly with the following (again from your local "asterisk" source directory):
{noformat}
scp -p -P 29418 <your user name>@gerrit.asterisk.org:hooks/commit-msg ".git/hooks/"
{noformat}
Once it's copied down just amend your commit, and save and it should add it:
{noformat}
$ git commit --amend
{noformat}


was (Author: kharwell):
hrm odd. I wonder if the gerrit commit script didn't get copied. In the top level source directory try the following:
{noformat}
$ git review -s
{noformat}
Any kind of error? If that doesn't work try copying it directly with the following (again from your local "asterisk" source directory):
{noformat}
scp -p -P 29418 <your user name>@gerrit.asterisk.org:hooks/commit-msg ".git/hooks/"
{noformat}
Once it's copied down just amend your commit, and save and it should add:
{noformat}
$ git commit --amend
{noformat}

> VoiceMail() should have an option to play greetings as Early Media
> ------------------------------------------------------------------
>
>                 Key: ASTERISK-29118
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29118
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Applications/app_voicemail/NewFeature
>    Affects Versions: 17.7.0
>            Reporter: Juan Carlos Castro y Castro
>            Assignee: Unassigned
>            Severity: Minor
>              Labels: patch
>         Attachments: asterisk-voicemail-greetings-early-media-v2.patch
>
>
> It'd be nice if billsec in the CDR was zero if the person calling an unavailable endpoint, when executing VoiceMail(), hangs up before the “leave message” beep? That’s how cellphone operators here behave and I believe it's an useful feature.



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



More information about the asterisk-bugs mailing list