[asterisk-bugs] [Asterisk 0017169]: no sound on Playback(<file>, noanswer)
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Apr 13 11:41:18 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17169
======================================================================
Reported By: leroi05
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17169
Category: Applications/app_playback
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
Asterisk Version: 1.6.2.7-rc1
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-04-12 12:24 CDT
Last Modified: 2010-04-13 11:41 CDT
======================================================================
Summary: no sound on Playback(<file>,noanswer)
Description:
There is no sound if I try to playback a file without answering the channel
(sip, iax). Tried versoins 1.6.2.5, 1.6.2.6, 1.6.2.7-rc1, 1.6.1.19-rc1,
1.6.0.27-rc1.
On sip channel rtp debug gives nothing.
Reproduceable with minimal dialplan:
exten => _X.,1,Playback(demo-congrats,noanswer)
======================================================================
----------------------------------------------------------------------
(0120331) pabelanger (manager) - 2010-04-13 11:41
https://issues.asterisk.org/view.php?id=17169#c120331
----------------------------------------------------------------------
This is not an issue. It is a problem with you dial plan and is documented
in UPGRADE.txt
---
* SIP no longer sends the 183 progress message for early media by
default. Applications requiring early media should use the
progress() dialplan app to generate the progress message.
--
IE:
exten => _X,1,Progress()
exten => _X,n,Playback(demo-congrats,noanswer)
Also, in the future please try #asterisk on IRC or asterisk-users mailing
list for support.
Issue History
Date Modified Username Field Change
======================================================================
2010-04-13 11:41 pabelanger Note Added: 0120331
======================================================================
More information about the asterisk-bugs
mailing list