<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>Hi all,<br><br>I Have a special setup that goes like this:<br><br>-I am using asterisk 1.4 with a softphone using IAX2 protocol.<br>-In extension.conf, i have this context <br><br>[test]<br>exten =&gt; 1000,1,answer()<br>exten =&gt; 1000,n,wait(1)<br>;exten =&gt; 1000,n,wait(2)<br>exten =&gt; 1000,n,hangup()<br><br>tied to a loopback address in this way : register =&gt; test:test@X.X.X.X<br><br>I am simulating an outgoing campaign, where once the softphone connects to asterisk<br>it keep executing this context like 1000 times. (answer, wait, hangup, answer, wait ...)<br><br>Now the thing is, that after a while, the agent is not being registed as i hit this <br>instruction <br><br>errmsg = "agent-alreadyon"; <br><br>inside function: __login_exec() in file chan_agent.c<br><br>and the campaign / processing stops.<br>I am suspecting this has smthg to do with the hangup timeout or so, because if i use <br>the commented line (wait(2)), I can execute the 1000 calls correctly.<br><br>Is this some kind of known problem, or am i missing some setup/config...<br><br>Any help on this issue is greatly appreciated :-)<br><br>Thx in advance.<br>&nbsp;<br><br>                                               </body>
</html>