[Home]

Summary:ASTERISK-28121: Don't play the early media when I have an incoming call
Reporter:Arnold KITI (lordaker)Labels:pjsip
Date Opened:2018-10-19 04:50:21Date Closed:2018-10-19 05:08:57
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_dial
Versions:13.23.1 Frequency of
Occurrence
Related
Issues:
Environment:CentOs 7Attachments:
Description: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 ##)
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@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


Comments:By: Asterisk Team (asteriskteam) 2018-10-19 04:50:23.573-0500

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].

By: Joshua C. Colp (jcolp) 2018-10-19 05:08:50.943-0500

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



By: Asterisk Team (asteriskteam) 2018-10-19 07:56:41.166-0500

This issue has been reopened as a result of your commenting on it as the reporter. It will be triaged once again as applicable.

By: Asterisk Team (asteriskteam) 2018-10-19 09:16:40.619-0500

This issue has been reopened as a result of your commenting on it as the reporter. It will be triaged once again as applicable.

By: Asterisk Team (asteriskteam) 2018-10-19 09:19:18.921-0500

This issue has been reopened as a result of your commenting on it as the reporter. It will be triaged once again as applicable.

By: Joshua C. Colp (jcolp) 2018-10-19 09:20:07.172-0500

Please stop changing this issue. As my initial response stated, information request/support like problems are discussed elsewhere.