[Freeswitch-users] Skypiax load error

Giovanni Maruzzelli gmaruzz at celliax.org
Wed Nov 4 09:18:47 PST 2009


2009/11/4 大泥人 <qinglan_zeng at hotmail.com>:
> Newbie to FS and I installed FS using Windows precompiled binaries. I want
> to set up some skype trunks with FS and so I followed the instructions while
> get some errors:
> (1). Launch Skype by clicking the skype.exe.
> (2). Launch FS
> (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.
>

Please Daniel, do not send mail both to me personally and to the
mailing list. Send only to the mailing list.

As you can see in the screenshot you attach, mod_skypiax cannot find
its configuration file.

For what I can understand, you have not the skills needed for
administering FS, so it would be better if you find someone (a friend,
etc) that can help you.

-giovanni



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



-- 
Sincerely,

Giovanni Maruzzelli
Cell : +39-347-2665618




More information about the FreeSWITCH-users mailing list