<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello All,<BR>
&nbsp;<BR>
Newbie to FS and I installed&nbsp;FS&nbsp;using&nbsp;Windows precompiled binaries. I want to set up some skype trunks with FS and so I followed the instructions while get some errors:<BR>
(1). Launch Skype by clicking the skype.exe.<BR>
(2). Launch FS<BR>
(3) In FS I enter the cmd as: load mod_skypiax and then come to error: module load file routine retured an error. I had saved a screenshot for your referrence.<BR>
&nbsp;<BR>
Any idea on this?<BR>
&nbsp;<BR>
Thanks<BR>
Daniel Zeng<BR>&nbsp;<BR>From: freeswitch-users-request@lists.freeswitch.org<BR>Subject: FreeSWITCH-users Digest, Vol 41, Issue 27<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Wed, 4 Nov 2009 07:46:45 -0800<BR><BR><PRE>Send FreeSWITCH-users mailing list submissions to<BR>        freeswitch-users@lists.freeswitch.org<BR> <BR>To subscribe or unsubscribe via the World Wide Web, visit<BR>        <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>or, via email, send a message with subject or body 'help' to<BR>        freeswitch-users-request@lists.freeswitch.org<BR> <BR>You can reach the person managing the list at<BR>        freeswitch-users-owner@lists.freeswitch.org<BR> <BR>When replying, please edit your Subject line so it is more specific<BR>than "Re: Contents of FreeSWITCH-users digest..."<BR></PRE><BR><BR>--附转发的邮件--<BR>From: diego.viola@gmail.com<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Wed, 4 Nov 2009 15:25:55 +0000<BR>Subject: Re: [Freeswitch-users] SIP/2.0 503 Maximum Calls In Progress<BR><BR>Hello,<BR><BR>I tried to help Roy with this issue yesterday, I saw that calls couldn't go through and then I made a sofia profile internal siptrace on.<BR><BR>Then I found a message like "SIP/2.0 503 Maximum Calls In Progress" and saw he had like 800 sessions.<BR><BR><BR>I thought it was an ACL issue but it wasn't, it seems like he reached a session limit, when I restarted his FS the problem went away.<BR><BR>Best Regards,<BR><BR>Diego<BR><BR>
<DIV class=ecxgmail_quote>On Wed, Nov 4, 2009 at 5:41 AM, RA Cohen <SPAN dir=ltr>&lt;<A href="mailto:roy@net-vantage.com">roy@net-vantage.com</A>&gt;</SPAN> wrote:<BR><BR>
<BLOCKQUOTE class=ecxgmail_quote style="PADDING-LEFT: 1ex">Here's what's in switch.conf.xml:<BR><BR><BR><BR>&nbsp;&lt;!--Most channels to allow at once --&gt;<BR><BR>&nbsp;&lt;param name="max-sessions" value="1000"/&gt;<BR><BR>&nbsp;&lt;!--Most channels to create per second --&gt;<BR><BR>&nbsp; &lt;param name="sessions-per-second" value="30"/&gt;<BR><BR><BR><BR>Yet this message: SIP/2.0 503 Maximum Calls In Progress<BR><BR><BR><BR>This is a small medical practice, 5-6 extensions, 3000 outbound minutes<BR><BR>per month and at least the same inbound. We did fsctl shutdown restart<BR><BR>and it flushed the sessions. What is going on?<BR><BR><BR><BR>Thank you for your help!<BR><BR><BR><BR>--<BR><BR>Roy A Cohen<BR><BR>Network Advantage LLC<BR><BR><A href="http://www.net-vantage.com/">www.net-vantage.com</A><BR><BR>413.223.9007 option 1<BR><BR>--------------------------------------------------<BR><BR>"Bringing Cost-Saving, State-of-the-Art Technology<BR><BR>Solutions to Small and Mid-Size Organizations"<BR><BR><BR><BR><BR><BR>_______________________________________________<BR><BR>FreeSWITCH-users mailing list<BR><BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR><BR><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR><BR>UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><BR><A href="http://www.freeswitch.org/">http://www.freeswitch.org</A><BR><BR></BLOCKQUOTE></DIV><BR><BR><BR><BR>--附转发的邮件--<BR>From: anthony.minessale@gmail.com<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Wed, 4 Nov 2009 09:39:21 -0600<BR>Subject: Re: [Freeswitch-users] SIP Overlap support?<BR><BR>You cannot.<BR>This is how the sip spec works.<BR>Every new invite is a new call and a new trip to the dialplan.<BR><BR>You will probably need to design your code to send the appropriate 484 and be prepared to exit and be called again with the new digits.<BR><BR><BR><BR>
<DIV class=ecxgmail_quote>On Wed, Nov 4, 2009 at 2:23 AM, Dennis <SPAN dir=ltr>&lt;<A href="mailto:odermann@googlemail.com">odermann@googlemail.com</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE class=ecxgmail_quote style="PADDING-LEFT: 1ex"><BR>is there a way to send something like 484 (or something else), which<BR><BR>does not make it a final answer and keep the call/socket alive?<BR><BR><BR><BR>so we can ask the cirpack for further digits and decide what to do, if<BR><BR>the cirpack does not send any digits.<BR><BR><BR><BR><BR><BR><BR><BR>2009/11/3 Anthony Minessale &lt;<A href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</A>&gt;:<BR><BR>
<DIV class=ecxim>&gt; The patch was it's ability to accept subsequent invites.<BR><BR>&gt; Your problem is that in sip each new attempt to send an invite is another<BR><BR>&gt; call.<BR><BR>&gt;<BR><BR>&gt; 484 is a final response so the call with too few digits is terminated.<BR><BR><BR><BR></DIV>
<DIV>
<DIV></DIV>
<DIV class=h5>_______________________________________________<BR><BR>FreeSWITCH-users mailing list<BR><BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR><BR><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR><BR>UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><BR><A href="http://www.freeswitch.org/">http://www.freeswitch.org</A><BR><BR></DIV></DIV></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- <BR>Anthony Minessale II<BR><BR>FreeSWITCH <A href="http://www.freeswitch.org/">http://www.freeswitch.org/</A><BR>ClueCon <A href="http://www.cluecon.com/">http://www.cluecon.com/</A><BR><BR>Twitter: <A href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</A><BR><BR>AIM: anthm<BR><A href="mailto:MSN:anthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</A><BR>GTALK/JABBER/<A href="mailto:PAYPAL:anthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</A><BR><BR>IRC: <A href="http://irc.freenode.net/">irc.freenode.net</A> #freeswitch<BR><BR>FreeSWITCH Developer Conference<BR><A href="mailto:sip:888@conference.freeswitch.org">sip:888@conference.freeswitch.org</A><BR><A href="http://conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</A><BR><BR><A href="mailto:googletalk:conf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</A><BR>pstn:213-799-1400<BR><BR><BR><BR>--附转发的邮件--<BR>From: mike@jerris.com<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Wed, 4 Nov 2009 10:43:10 -0500<BR>Subject: Re: [Freeswitch-users] SIP/2.0 503 Maximum Calls In Progress<BR><BR><PRE>Call loop?<BR> <BR>On Nov 4, 2009, at 10:25 AM, Diego Viola wrote:<BR> <BR>&gt; Hello,<BR>&gt;<BR>&gt; I tried to help Roy with this issue yesterday, I saw that calls  <BR>&gt; couldn't go through and then I made a sofia profile internal  <BR>&gt; siptrace on.<BR>&gt;<BR>&gt; Then I found a message like "SIP/2.0 503 Maximum Calls In Progress"  <BR>&gt; and saw he had like 800 sessions.<BR>&gt;<BR>&gt; I thought it was an ACL issue but it wasn't, it seems like he  <BR>&gt; reached a session limit, when I restarted his FS the problem went  <BR>&gt; away.<BR>&gt;<BR>&gt; Best Regards,<BR>&gt;<BR>&gt; Diego<BR> <BR> <BR> <BR></PRE><BR><BR>--附转发的邮件--<BR>From: jlenk@frontiernet.net<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Wed, 4 Nov 2009 07:43:54 -0800<BR>Subject: Re: [Freeswitch-users] Precompiled Windows Binaries<BR><BR><PRE> <BR>Hi Carlos,<BR> <BR>very cool that the x64 version is included now! Hopefully this will get more<BR>people using the x64 version under Windows!<BR> <BR>Regards,<BR>Jeff<BR> <BR> <BR>Carlos Talbot wrote:<BR>&gt; <BR>&gt; On Tue, Nov 3, 2009 at 11:27 AM, Dave Stevenson<BR>&gt; &lt;stevendt@primrosebank.net&gt;wrote:<BR>&gt; <BR>&gt;&gt; Jeff,<BR>&gt;&gt;<BR>&gt;&gt; thanks a lot for the reply. I was a little confused by the fact that the<BR>&gt;&gt; "SVN Snapshot" was some 10MB smaller than the Full 1.0.4 file so worried<BR>&gt;&gt; that I might lose something. As you say though, think that I'll cross my<BR>&gt;&gt; fingers and try the updated release. I am running FreeSwitch on a test<BR>&gt;&gt; machine at the moment until the target hardware arrives - hopefully<BR>&gt;&gt; tomorrow, so I can afford to have a little play.<BR>&gt;&gt;<BR>&gt; <BR>&gt; I usually try to update the svn file at least once a month. I have a new<BR>&gt; version ready that was compiled last night but am ironing out login issues<BR>&gt; with the FS dudes for upload access. Also, the SVN snapshot now includes<BR>&gt; binaries for 32 and 64 bit. It no longer includes flite though as the<BR>&gt; install file was approaching 80MB in size. I will revisit this later if<BR>&gt; others feel it important to include flite.<BR>&gt; <BR>&gt;&gt;<BR>&gt;&gt; You mentioned FreePBX V3. I had been fumbling around trying to work out<BR>&gt;&gt; what<BR>&gt;&gt; this is and from what I've read, it seems to provide a GUI Front End for<BR>&gt;&gt; configuring FreeSwitch ?<BR>&gt;&gt;<BR>&gt; Yes, it's still in development phase and as such not ready for production<BR>&gt; use.<BR>&gt; <BR>&gt;&gt;<BR>&gt;&gt; I am guessing that while it has been installed with FreeSwitch, I then<BR>&gt;&gt; need<BR>&gt;&gt; to run the FreePBX Installer to update the FreePBX/FreeSwitch<BR>&gt;&gt; configuration<BR>&gt;&gt; on my hardware ?<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; When I start FreeSwitch, it does not automatically load the WAMPServer.<BR>&gt;&gt;<BR>&gt;&gt; Freeswitch and WAMPServer are independant of each other. WAMPServer is<BR>&gt; bundled in this install for the purpose of FreePBX as MySQL, Apache and<BR>&gt; PHP<BR>&gt; are all required components of FreePBX.<BR>&gt; <BR>&gt; When I start WAMPServer manually, and open up localhost (127.0.0.1) in a<BR>&gt; web<BR>&gt;&gt; browser, I can see the WampServer logo and various tools such as<BR>&gt;&gt; phpinfo()<BR>&gt;&gt; and phpmyadmin. FreePBX is there under Your Projects.<BR>&gt;&gt;<BR>&gt;&gt; If you want to configure FreePBX you need to click on the FreePBX.url<BR>&gt; shortcut that gets created on your desktop.<BR>&gt; <BR>&gt; <BR>&gt;&gt; When I opened this up the first time, it appeared to want to install<BR>&gt;&gt; FreePBX<BR>&gt;&gt; over FreeSwitch, I tried to abort this when it was going to overwrite<BR>&gt;&gt; some<BR>&gt;&gt; FreeSwitch conf files and I thought I'd better not go on until I had a<BR>&gt;&gt; better idea what was happening. I backed out of the FreePBX install and<BR>&gt;&gt; now<BR>&gt;&gt; I can't get the FreePBX or phpmyadmin pages up again (missing files) so<BR>&gt;&gt; it<BR>&gt;&gt; looks like I'm going to have to reinstall anyway.<BR>&gt;&gt;<BR>&gt;&gt; So, for next time,am I right in thinking that I should proceed with<BR>&gt;&gt; running<BR>&gt;&gt; the FreePBX install from the WAMPServer menu ?<BR>&gt;&gt;<BR>&gt; <BR>&gt; No, launch it from the shortcut as stated above. Unfortunately, at this<BR>&gt; time<BR>&gt; there is very little user documentation on configuring FreePBX. Here is<BR>&gt; the<BR>&gt; link to the developer's info: <A href="http://www.freepbx.org/v3">http://www.freepbx.org/v3</A><BR>&gt; <BR>&gt; regards,<BR>&gt; <BR>&gt; Carlos<BR>&gt; <BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; ----- Original Message -----<BR>&gt;&gt; From: "Jeff Lenk" &lt;jlenk@frontiernet.net&gt;<BR>&gt;&gt; To: &lt;freeswitch-users@lists.freeswitch.org&gt;<BR>&gt;&gt; Sent: Tuesday, November 03, 2009 2:48 PM<BR>&gt;&gt; Subject: Re: [Freeswitch-users] Precompiled Windows Binaries<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; Hi Dave,<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; These are supported by "Carlos Talbot" . They also include Freepbx v3<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; Just as you said freeswitch-1.0.4.exe is the tagged release and<BR>&gt;&gt; &gt; freeswitch.exe is a newer svn snapshot.<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; There should be no problems installing the new version allthough best<BR>&gt;&gt; to<BR>&gt;&gt; &gt; just try and see!<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; Not sure why the newest one is from October 7th.<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; Jeff<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; Dave Stevenson wrote:<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; Hi,<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; I have read the Docs on the Wiki<BR>&gt;&gt; &gt;&gt; (<BR>&gt;&gt; <A href="http://wiki.freeswitch.org/wiki/Installation_Guide#Precompiled_Binaries">http://wiki.freeswitch.org/wiki/Installation_Guide#Precompiled_Binaries</A>)<BR>&gt;&gt; &gt;&gt; but am still not sure of what the different Windows install files are.<BR>&gt;&gt; &gt;&gt; Currently, the Windows Installer directory contains :-<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; LATEST_SVN_15106 - 6 Bytes<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; freeswitch-1.0.4.exe - 42 Megabytes<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; freeswitch.exe - 32 Megabytes<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; I have installed the freeswitch-1.0.4.exe file which is dated 3rd<BR>&gt;&gt; &gt;&gt; September. The freeswitch.exe file is dated 7th October and think that<BR>&gt;&gt; it<BR>&gt;&gt; &gt;&gt; contains the minor updates since 3rd September ?<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; Could someone who knows FreeSwitch under windows help me understand<BR>&gt;&gt; the<BR>&gt;&gt; &gt;&gt; two files please ?<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; I chickened out of running the later exe in case it did something to<BR>&gt;&gt; the<BR>&gt;&gt; &gt;&gt; running install of FreeSwitch 1.0.4, is it safe to run the newer exe<BR>&gt;&gt; with<BR>&gt;&gt; &gt;&gt; the old one already installed ?<BR>&gt;&gt; &gt;&gt; What will it actually do ?<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; regards<BR>&gt;&gt; &gt;&gt; Dave<BR>&gt;&gt; &gt;&gt; _______________________________________________<BR>&gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<BR>&gt;&gt; &gt;&gt; FreeSWITCH-users@lists.freeswitch.org<BR>&gt;&gt; &gt;&gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt;&gt; &gt;&gt; UNSUBSCRIBE:<BR>&gt;&gt; <A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR>&gt;&gt; &gt;&gt; <A href="http://www.freeswitch.org/">http://www.freeswitch.org</A><BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; --<BR>&gt;&gt; &gt; View this message in context:<BR>&gt;&gt; &gt;<BR>&gt;&gt; <A href="http://n2.nabble.com/Precompiled-Windows-Binaries-tp3937943p3938887.html">http://n2.nabble.com/Precompiled-Windows-Binaries-tp3937943p3938887.html</A><BR>&gt;&gt; &gt; Sent from the freeswitch-users mailing list archive at Nabble.com.<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; _______________________________________________<BR>&gt;&gt; &gt; FreeSWITCH-users mailing list<BR>&gt;&gt; &gt; FreeSWITCH-users@lists.freeswitch.org<BR>&gt;&gt; &gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt;&gt; &gt;<BR>&gt;&gt; UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR>&gt;&gt; &gt; <A href="http://www.freeswitch.org/">http://www.freeswitch.org</A><BR>&gt;&gt; &gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; FreeSWITCH-users mailing list<BR>&gt;&gt; FreeSWITCH-users@lists.freeswitch.org<BR>&gt;&gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt;&gt; UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR>&gt;&gt; <A href="http://www.freeswitch.org/">http://www.freeswitch.org</A><BR>&gt;&gt;<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; FreeSWITCH-users mailing list<BR>&gt; FreeSWITCH-users@lists.freeswitch.org<BR>&gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt; UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR>&gt; <A href="http://www.freeswitch.org/">http://www.freeswitch.org</A><BR>&gt; <BR>&gt; <BR> <BR>-- <BR>View this message in context: <A href="http://n2.nabble.com/Precompiled-Windows-Binaries-tp3937943p3946039.html">http://n2.nabble.com/Precompiled-Windows-Binaries-tp3937943p3946039.html</A><BR>Sent from the freeswitch-users mailing list archive at Nabble.com.<BR> <BR> <BR></PRE><BR><BR>--附转发的邮件--<BR>From: tculjaga@gmail.com<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Wed, 4 Nov 2009 16:44:08 +0100<BR>Subject: Re: [Freeswitch-users] SIP Overlap support?<BR><BR>Brian is right, <BR><BR>pls, lets stop with exceptions and get stick to RFCs... otherwise it will be a big mess ...<BR><BR>T. <BR><BR>
<DIV class=ecxgmail_quote>On Wed, Nov 4, 2009 at 3:03 PM, Brian West <SPAN dir=ltr>&lt;<A href="mailto:brian@freeswitch.org">brian@freeswitch.org</A>&gt;</SPAN> wrote:<BR><BR>
<BLOCKQUOTE class=ecxgmail_quote style="PADDING-LEFT: 1ex">I'm going to say No!<BR><BR><FONT color=#888888><BR><BR>/b<BR><BR></FONT>
<DIV class=ecxim><BR><BR>On Nov 4, 2009, at 2:23 AM, Dennis wrote:<BR><BR><BR><BR>&gt; is there a way to send something like 484 (or something else), which<BR><BR>&gt; does not make it a final answer and keep the call/socket alive?<BR><BR>&gt;<BR><BR>&gt; so we can ask the cirpack for further digits and decide what to do, if<BR><BR>&gt; the cirpack does not send any digits.<BR><BR><BR><BR><BR><BR></DIV>
<DIV>
<DIV></DIV>
<DIV class=h5>_______________________________________________<BR><BR>FreeSWITCH-users mailing list<BR><BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR><BR><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR><BR>UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><BR><A href="http://www.freeswitch.org/">http://www.freeswitch.org</A><BR><BR></DIV></DIV></BLOCKQUOTE></DIV><BR><BR><BR><BR>--附转发的邮件--<BR>From: anthony.minessale@gmail.com<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Wed, 4 Nov 2009 09:46:11 -0600<BR>Subject: Re: [Freeswitch-users] SIP/2.0 503 Maximum Calls In Progress<BR><BR>Which revision of FreeSWITCH are you using?<BR><BR><BR>
<DIV class=ecxgmail_quote>On Tue, Nov 3, 2009 at 11:41 PM, RA Cohen <SPAN dir=ltr>&lt;<A href="mailto:roy@net-vantage.com">roy@net-vantage.com</A>&gt;</SPAN> wrote:<BR><BR>
<BLOCKQUOTE class=ecxgmail_quote style="PADDING-LEFT: 1ex">Here's what's in switch.conf.xml:<BR><BR><BR><BR>&nbsp;&lt;!--Most channels to allow at once --&gt;<BR><BR>&nbsp;&lt;param name="max-sessions" value="1000"/&gt;<BR><BR>&nbsp;&lt;!--Most channels to create per second --&gt;<BR><BR>&nbsp; &lt;param name="sessions-per-second" value="30"/&gt;<BR><BR><BR><BR>Yet this message: SIP/2.0 503 Maximum Calls In Progress<BR><BR><BR><BR>This is a small medical practice, 5-6 extensions, 3000 outbound minutes<BR><BR>per month and at least the same inbound. We did fsctl shutdown restart<BR><BR>and it flushed the sessions. What is going on?<BR><BR><BR><BR>Thank you for your help!<BR><BR><BR><BR>--<BR><BR>Roy A Cohen<BR><BR>Network Advantage LLC<BR><BR><A href="http://www.net-vantage.com/">www.net-vantage.com</A><BR><BR>413.223.9007 option 1<BR><BR>--------------------------------------------------<BR><BR>"Bringing Cost-Saving, State-of-the-Art Technology<BR><BR>Solutions to Small and Mid-Size Organizations"<BR><BR><BR><BR><BR><BR>_______________________________________________<BR><BR>FreeSWITCH-users mailing list<BR><BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR><BR><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR><BR>UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><BR><A href="http://www.freeswitch.org/">http://www.freeswitch.org</A><BR><BR></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- <BR>Anthony Minessale II<BR><BR>FreeSWITCH <A href="http://www.freeswitch.org/">http://www.freeswitch.org/</A><BR>ClueCon <A href="http://www.cluecon.com/">http://www.cluecon.com/</A><BR><BR>Twitter: <A href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</A><BR><BR>AIM: anthm<BR><A href="mailto:MSN:anthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</A><BR>GTALK/JABBER/<A href="mailto:PAYPAL:anthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</A><BR><BR>IRC: <A href="http://irc.freenode.net/">irc.freenode.net</A> #freeswitch<BR><BR>FreeSWITCH Developer Conference<BR><A href="mailto:sip:888@conference.freeswitch.org">sip:888@conference.freeswitch.org</A><BR><A href="http://conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</A><BR><BR><A href="mailto:googletalk:conf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</A><BR>pstn:213-799-1400<BR><BR>                                               <br /><hr />更多热辣资讯尽在新版MSN首页! <a href='http://cn.msn.com/' target='_new'>立刻访问!</a></body>
</html>