<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Greetings again List.<br>I'm facing a strange case with one of the productive Asterisk servers..<br>i have 3 providers sending traffic to the call center where agents pickup the calls.<br>calls come into the server &gt;&gt; Queue &gt;&gt; Agents<br><br>Last October .. an undersea cable got disconnected placing Egypt and the countries in the region offline.. when internet came back .. the call center located in Egypt had no SIP protocol working.. and we shifted to IAX.. 26 days later SIP started to work again .. but since then calls started to disconnect out of the blue.. we get calls that may last for 45 minutes.. and end normaly .. and we get calls that ring and disconnect the moment the agent picks up<br>been facing a problem with my client as they use the Flash Operator Panel to monitor the call flow through the server and the regualr setup Queue &gt;&gt; Local users&nbsp; won't work for them as the Flash operator flash offline static agents as online so the client won't know who is on and who is off.. and it's impossible to teach the agents to Login and Logoff the Queue.. so the only solution is the following..<br><br>Caller &gt;&gt; Queue &gt;&gt; FindMeFollowMe Extension &gt;&gt; Local SIP extensions<br><br>this way .. my client is able to monitor the calls and things won't get complicated.. (this is the setup we have been using for 6 months before the problem with the internet occures)<br>since the internet problem and calls are getting disconnected .. out of the blue.. nothing has changed.. and to make sure things are going well .. we moved the server to a Hosting company in California with 10 mb/s connection speed.. (Same Setup that was working well)<br>and still calls get disconnected.. <br>after a lot of problems with the client .. i asked them to change the ISP (my prime suspect was the internet)<br>and finaly they managed to change the ISP .. but the problem is still there.. <br><br>my server informations are the following<br><br>Asterisk 1.4.22-3<br>Uname -a:&nbsp; Linux 2.6.18-92.1.18.el5<br><br>sip.conf<br>;;Agent Sample from Sip.conf<br>[3000]<br>type=friend<br>secret=3000<br>qualify=yes<br>port=5060<br>disallow=all<br>allow=g729<br>nat=yes<br>host=dynamic<br>dtmfmode=rfc2833<br>dial=SIP/3000<br>context=from-internal<br>canreinvite=no<br>call-limit=1<br>busy-limit=1<br><br>;;Provider's Sample from Sip.conf<br>[50011]<br>type=peer<br>qualify=yes<br>port=5060<br>pickupgroup=<br>nat=no<br>host=XXX.YYY.ZZZ.NNN<br>disallow=all<br>allaw=alaw<br>allaw=ulaw<br>allow=g729<br>dial=SIP/50011<br>context=from-internal<br>canreinvite=no<br>deny=0.0.0.0/0.0.0.0<br>permit=XXX.YYY.ZZZ.NNN/255.255.255.255<br><br>#########<br>extensions.conf <br><br>;;the provider sends calls to Virtual DIDs (Extensions) in my system which is 8000<br><br>exten =&gt; 8000,1,GotoIfTime(07:00-16:00|sat-fri|1-31|jan-dec?ext-queues,*8000,1)<br>exten =&gt; 8000,n,Answer<br>exten =&gt; 8000,n,Queue(8000,t,,,10)<br>exten =&gt; 8000,n,Dial(IAX2/6005:6005@BackupServer/100001) ;; sends the call to a backup server.<br>exten =&gt; *8000,1,Answer<br>exten =&gt; *8000,n,Dial(IAX2/6005:6005@BackUpServer/100001)<br><br>########<br><br>the Providers strictly send calls with codec G.729<br>my agents get best voice quality with G.711u <br><br>I need your advice .. am i missing anything in this setup?? it used to work .. and it STILL works on another hosted server with Agents located in Morocco.. with a different version of Asterisk 1.4.20-1 and better hold time for the calls.. <br><br><br>-- AHD Tarek Sawah<br><br /><hr />Get your vacation photos on your phone! <a href='http://windowsliveformobile.com/en-us/photos/default.aspx?&OCID=0809TL-HM' target='_new'>Click here.</a></body>
</html>