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

Joshua C. Colp (JIRA) noreply at issues.asterisk.org
Fri Oct 19 05:10:47 CDT 2018


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

Joshua C. Colp commented on ASTERISK-28121:
-------------------------------------------

We appreciate the difficulties you are facing, however this does not appear to be a bug report and your request or comments would be better served in a different forum.

The Asterisk community provides support over IRC, mailing lists, and forums as described at http://asterisk.org/community. The Asterisk issue tracker is used specifically to track issues concerning bugs and documentation errors.

Please see the Asterisk Issue Guidelines [1] for instruction on the intended use of the Asterisk issue tracker.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines



> 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