[asterisk-bugs] [Asterisk 0017338]: No ringtone when going from queue to dial-command
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri May 14 14:16:59 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17338
======================================================================
Reported By: jonaskellens
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17338
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: Older 1.4 - please test a newer version
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-05-14 03:09 CDT
Last Modified: 2010-05-14 14:16 CDT
======================================================================
Summary: No ringtone when going from queue to dial-command
Description:
Asterisk 1.4.25.1 on CentOS 5.4
3 steps in my dialplan :
exten => _9,1,Dial(SIP/testcorp1,10)
exten => _9,n,Queue(testcorpq1,,,,10)
exten => _9,n,Dial(SIP/testcorp2,10)
In step 1, while dialing testcorp1, the caller hears a ringtone.
In step 2, while inside the queue, the caller hears music on hold.
In step 3, while dialing testcorp2, the caller hears silence.
Every time again, when going from a queue with musiconhold to a
dial-command, the caller hears no dialtone but silence...
The only time when the caller also hears a dialtone in step 3 is when
calling the Queue-application with 'r'-option : Queue(testcorpq1,r,,,10)
Don't know how to get the ringtone back...
======================================================================
----------------------------------------------------------------------
(0121920) jonaskellens (reporter) - 2010-05-14 14:16
https://issues.asterisk.org/view.php?id=17338#c121920
----------------------------------------------------------------------
[root at asterisk ~]# /usr/sbin/asterisk -r
Asterisk 1.4.30, Copyright (C) 1999 - 2010 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for
details.
So I use version 1.4.30. But I still have the same problem...
[May 14 21:13:59] -- Executing [3293456789 at from-TESTCORP:1]
Dial("SIP/testcorp3-00000000", "SIP/testcorp1|10") in new stack
[May 14 21:13:59] -- Called testcorp1
[May 14 21:14:00] -- SIP/testcorp1-00000001 is ringing
--> caller hears the ringtone while ringing...
[May 14 21:14:09] -- Nobody picked up in 10000 ms
[May 14 21:14:09] -- Executing [3293456789 at from-TESTCORP:2]
Queue("SIP/testcorp3-00000000", "testcorpq1||||10") in new stack
[May 14 21:14:09] -- Started music on hold, class 'default', on
SIP/testcorp3-00000000
--> caller hears the music on hold while ringing...
[May 14 21:14:10] -- SIP/testcorp1-00000002 is ringing
[May 14 21:14:20] -- Nobody picked up in 10000 ms
[May 14 21:14:20] -- Stopped music on hold on SIP/testcorp3-00000000
[May 14 21:14:20] -- Executing [3293456789 at from-TESTCORP:3]
Dial("SIP/testcorp3-00000000", "SIP/testcorp2|10") in new stack
[May 14 21:14:20] -- Called testcorp2
[May 14 21:14:20] -- SIP/testcorp2-00000003 is ringing
--> caller hears silence while ringing...
[May 14 21:14:30] -- Nobody picked up in 10000 ms
[May 14 21:14:30] == Auto fallthrough, channel 'SIP/testcorp3-00000000'
status is 'NOANSWER'
So another version of Asterisk but still the same problem.
Issue History
Date Modified Username Field Change
======================================================================
2010-05-14 14:16 jonaskellens Note Added: 0121920
======================================================================
More information about the asterisk-bugs
mailing list