[Home]

Summary:ASTERISK-17906: no musiconhold when using RetryDial
Reporter:newborn (newborn)Labels:
Date Opened:2011-05-23 01:46:17Date Closed:2011-07-26 14:12:45
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:1.6.2.18 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Recently migrated from 1.6.1 to 1.6.2 and found that no music on hold plays when using RetryDial app.
This advice does not work for me. https://issues.asterisk.org/view.php?id=18966

Dialplan cut:
_**1XXX => {
   Retrydial(,5,20,SIP/${EXTEN:-4},9);
}

Result

[May 23 10:37:34]     -- Executing [1000@internal-cos1:1] RetryDial("SIP/109-00000680", ",5,20,SIP/1000,9") in new stack
[May 23 10:37:34]   == Using SIP RTP CoS mark 5
[May 23 10:37:34]   == Using UDPTL CoS mark 5
[May 23 10:37:34] WARNING[6755]: app_dial.c:1759 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Unknown)
[May 23 10:37:34]   == Everyone is busy/congested at this time (1:0/0/1)
[May 23 10:37:34]     -- Started music on hold, class 'default', on SIP/1099-00000680

The string "Started music on hold" presents. When using music on hold directly (via MusicOnHold() extension), everything works.
Comments:By: newborn (newborn) 2011-05-23 02:43:28

So okay, i've put a file in context, instead of MOH class 'default'

[May 23 11:41:22]     -- <SIP/1099-00000c24> Playing 'sunrise.slin' (language 'en')

I don't know why 'slin', my file is *.wav

I hear nothing.

When i hang up, this message is received:

[May 23 11:41:32] WARNING[9329]: channel.c:3568 ast_prod: Prodding channel 'SIP/1099-00000c24' failed



By: Leif Madsen (lmadsen) 2011-05-23 10:17:38

Is this a problem on Asterisk 1.8? Asterisk 1.6.2 is no longer supported beyond security issues.

By: Leif Madsen (lmadsen) 2011-05-23 10:17:47

Per the Asterisk maintenance timeline page at http://www.asterisk.org/asterisk-versions maintenance (bug) support for the 1.4 and 1.6.x branches has ended. For continued maintenance support please move to the 1.8 branch which is a long term support (LTS) branch.

For more information about branch support, please see https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions