[asterisk-bugs] [JIRA] (ASTERISK-28121) Don't play the early media when I have a incoming call

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Oct 19 04:51:47 CDT 2018


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

Asterisk Team commented on ASTERISK-28121:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> Don't play the early media when I have a incoming call
> ------------------------------------------------------
>
>                 Key: ASTERISK-28121
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28121
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_dial
>    Affects Versions: 13.23.1
>         Environment: CentOs 7
>            Reporter: Lordaker Wright
>            Severity: Critical
>              Labels: pjsip
>
> I have an issue when I want to have my audio file play in the same time of ringing on the phone ip, that I call by his DID.
> In internal call like this bellow is work:
> exten => 5000,1,Progress()
>  same => n,Set(CHANNEL(Musicclass)=waiting-audio)
>  same => n,Dial(PJSIP/115,20,m(waiting-audio))
>  same => n,Hangup()
> In incoming call like bellow this is does not work:
>  exten => _0X.,1,NoOp(## Incoming Call from ${CALLERID(all)} ##)
>  same => n,Progress()
>  same => n,Set(CHANNEL(Musicclass)=waiting-audio)
>  same => n,Dial(PJSIP/115,130,m(waiting-audio))
>  same => n,Playback(ivr/REPONDEUR_2_OCCUPE_PLATEAU_VENTE)
>  same => n,VoiceMail(115 at default,s)
> I have this warning message and my audio file is not play during the call:
> -- Started music on hold, class 'waiting-audio', on channel 'PJSIP/belgium-voip-00000374'
> [Oct 19 11:47:47] WARNING[32621][C-000001df]: translate.c:407 framein: no samples for ulawtolin
>   == Begin MixMonitor Recording PJSIP/belgium-voip-00000374
>     -- PJSIP/115-00000375 is ringing
>     -- PJSIP/115-00000375 is ringing



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



More information about the asterisk-bugs mailing list