<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi list,<br>
is there a way to achieve in asterisk (version 1.4.x) the behavior
described below?<br>
<ul>
  <li>a caller place a call to an extension, and I want the caller
hears the extension ringing for some seconds, and then hears the music
on hold (or a courtesy message) <u>in the same call;</u></li>
  <li>the called extension must continue to ring until answered.</li>
</ul>
With the m(...) option in the Dial command (like the example below)
asterisk provides only music on hold while the phone rings.<br>
<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span
 class="Apple-style-span"
 style="font-family: sans-serif; font-size: 13px; line-height: 19px;">
<pre
 style="border: 1px dashed rgb(47, 111, 171); padding: 1em; color: black; background-color: rgb(249, 249, 249); line-height: 1.1em;">exten =&gt; s,n,Dial(SIP/XXXX,30,m(default))</pre>
</span></span>I can not use queues because the requirements is to have
1 call and not a lot of calls.<br>
<br>
<br>
Thanks in advance,<br>
Matteo<br>
<div class="moz-signature"><br>
</div>
</body>
</html>