<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I too have this problem. I have two queues set up, and one is in use. I
didn't realize thats what caused those errors. I am also using sip.<br>
<br>
Here are my setups if it helps anyone find a bug:<br>
<br>
Queues.conf<br>
[billing]<br>
music=default<br>
strategy=ringall<br>
reportholdtime = no<br>
timeout=8<br>
retry=10<br>
wrapuptime=10<br>
maxlen = 0<br>
announce-frequency = 0<br>
announce-holdtime = no<br>
member => Agent/3876<br>
member => Agent/5055<br>
member => Agent/8318<br>
member => Agent/8323<br>
member => Agent/8324<br>
<br>
Agents.conf<br>
;Billing<br>
agent => 3876,1111,Christina<br>
agent => 8318,1111,Stephanie<br>
agent => 8323,1111,Rob<br>
agent => 8324,1111,Colleen<br>
agent => 5055,1111,Chris<br>
<br>
Extensions.conf<br>
<br>
exten => s,1,Answer()<br>
exten => s,n,Ringing()<br>
exten => s,n,Wait(2)<br>
exten => s,n,Queue(billing,t|||30)<br>
exten => s,n,Voicemail(u9999)<br>
exten => s,n,Hangup()<br>
<br>
ram wrote:
<blockquote
cite="mid:b74751490705291530t4afe6b3fyed89ba60f893d57b@mail.gmail.com"
type="cite"><br>
<br>
<div><span class="gmail_quote">On 5/30/07, <b
class="gmail_sendername">Jaswinder Singh</b> <<a
moz-do-not-send="true" href="mailto:vicky.r@gmail.com">vicky.r@gmail.com</a>>
wrote:</span>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">Is
it over iax and there are lot of outgoing channels ? If yes then<br>
you are not the only person having this ..
</blockquote>
<div> </div>
<div> </div>
<div> </div>
<div>SIP</div>
<div> </div>
<div>ram</div>
</div>
<br>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
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>
<br>
</body>
</html>