<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Tnx.<br>
<br>
I checked /etc/asterisk/indications.conf and my default location nl<br>
is listed in the options<br>
<br>
So i am still puzzled<br>
<br>
<br>
my extensions.conf in respect to incomming calls (as basic as possible)<br>
<br>
exten => s,1,Answer<br>
exten => s,2,queue(receptie|r)<br>
exten => s,3,Voicemail(201)<br>
<br>
everything else works as it should work, but no "ringing" on an
external line<br>
<br>
on the other hand, internaly: it's ok<br>
<br>
exten => 205,1,queue(receptie|r)<br>
exten => 205,2,busy<br>
<br>
205 gives ringing <br>
<br>
<br>
Eric Wieling schreef:
<blockquote cite="mid:47BF571E.7050201@fnords.org" type="cite">
<pre wrap="">This problem would happen if you did not have /etc/asterisk/indications.conf
Fons van der Beek wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I tried that, its gives me the same problem.
Kevin P. Fleming schreef:
</pre>
<blockquote type="cite">
<pre wrap="">Fons van der Beek wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Because i want a ringing signal while people are in a waiting queue i've
created a wav file containing our local ringing indication
If I make an inside call to the queue, the correct sound is played, but
when i make an external call, no signal is heard.
everything else looks ok, and all other functions are ok....
</pre>
</blockquote>
<pre wrap="">The Queue() application has an option to generate ringback to callers
instead of music on hold, why don't you just use that instead of trying
to craft a new solution?
</pre>
</blockquote>
<pre wrap="">
_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
</body>
</html>