-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlaybackFinished does not differentiate between file playback complete or there is an error while playing #139
Comments
Hi @praiseable can you please post your code, same issue i am also facing , that would be really helpful. Thanks |
Share your mailing address
…On Sat, 6 Feb 2021, 19:04 Praveen Kumar, ***@***.***> wrote:
Hi @praiseable <https://github.com/praiseable> can you please post your
code, same issue i am also facing , that would be really helpful.
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#139 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEO5LYXLANUXAM5NPXG6FETS5VD77ANCNFSM4MK7X2LA>
.
|
pbpraveen1988@gmail.com, thanks for the help.
|
sorry for late reply. I have implemented changes in asterisk code. You need
to replace the file and re-compile the code in asterisk.
On Sat, Feb 6, 2021 at 7:49 PM Praveen Kumar <notifications@github.com>
wrote:
… ***@***.***, thanks for the help.
Share your mailing address
… <#m_-8135430110373359262_>
On Sat, 6 Feb 2021, 19:04 Praveen Kumar, *@*.***> wrote: Hi @praiseable
<https://github.com/praiseable> https://github.com/praiseable can you
please post your code, same issue i am also facing , that would be really
helpful. Thanks — You are receiving this because you were mentioned. Reply
to this email directly, view it on GitHub <#139 (comment)
<#139 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AEO5LYXLANUXAM5NPXG6FETS5VD77ANCNFSM4MK7X2LA
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#139 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEO5LYU242EWH2ACXXQBIKLS5VJFZANCNFSM4MK7X2LA>
.
--
ALI@ALI
|
is this be feasible for you or not ??
…On Mon, Feb 8, 2021 at 2:13 PM praiseable5 ***@***.***> wrote:
sorry for late reply. I have implemented changes in asterisk code. You
need to replace the file and re-compile the code in asterisk.
On Sat, Feb 6, 2021 at 7:49 PM Praveen Kumar ***@***.***>
wrote:
> ***@***.***, thanks for the help.
>
> Share your mailing address
> … <#m_8995203822186391844_m_-8135430110373359262_>
> On Sat, 6 Feb 2021, 19:04 Praveen Kumar, *@*.***> wrote: Hi @praiseable
> <https://github.com/praiseable> https://github.com/praiseable can you
> please post your code, same issue i am also facing , that would be really
> helpful. Thanks — You are receiving this because you were mentioned. Reply
> to this email directly, view it on GitHub <#139 (comment)
> <#139 (comment)>>,
> or unsubscribe
> https://github.com/notifications/unsubscribe-auth/AEO5LYXLANUXAM5NPXG6FETS5VD77ANCNFSM4MK7X2LA
> .
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#139 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AEO5LYU242EWH2ACXXQBIKLS5VJFZANCNFSM4MK7X2LA>
> .
>
--
***@***.***
--
ALI@ALI
|
"Unfortunately, playbackControl.state isn't different from the one that a successful play has. My work-around is to measure the time period between PlaybackStarted and PlaybackFinished events. I've created an issue in the Asterisk jira, https://issues.asterisk.org/jira/browse/ASTERISK-26661."
I have done some changes at asterisk side code and now i am getting proper response. I can differentiate between actual file played successful and complete and when was unable to play successful then i got error response on PlaybackFinished.
I want to share my contribution with asterisk code i am finding a way to do that
The text was updated successfully, but these errors were encountered: