[Home]

Summary:ASTERISK-27004: Asterisk Playback with no answer on dahdi channel?
Reporter:Bhuvaneshwaran Mathisekar (Bhuvanesh)Labels:
Date Opened:2017-05-17 04:40:24Date Closed:2020-01-14 11:21:06.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_dial
Versions:13.5.0 Frequency of
Occurrence
Related
Issues:
Environment:Linux DebianAttachments:
Description:Here is my sample dialplan

           exten => _X.,1,Progress()
           exten => _X.,n,Playback(welcome,noanswer)
           exten => _X.,n,Hangup()

When I tried to call through dhadi channel. I am getting the below logs in asterisk console.

   -- Accepting call from '9042394773' to '33468550' on channel 0/8, span 1
   -- Executing [33468550@test:1] Progress("DAHDI/i1/9042394773-8", "") in new stack
   -- Executing [33468550@test:2] Playback("DAHDI/i1/9042394773-8", "welcome,noanswer") in new stack
   -- <DAHDI/i1/9042394773-8> Playing 'welcome.slin' (language 'en')
   -- Executing [33468550@test:3] Hangup("DAHDI/i1/9042394773-8", "") in new stack
   -- Hungup 'DAHDI/i1/9042394773-8'


But the welcome voice is not audio able.. How do I play weclome voice before atten the call??? Whether I have to change any configuration in asterisk????

Am using asterisk 13.5.
Comments:By: Asterisk Team (asteriskteam) 2017-05-17 04:40:25.171-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: Asterisk Team (asteriskteam) 2017-05-17 04:40:25.487-0500

We appreciate the difficulties you are facing, however information request type issues 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.

If this issue is actually a bug please use the Bug issue type instead.

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