[Freeswitch-users] Fail over

2009-10-04 Thread srinivasula reddy
Hi, can any know how to implement fail over with freeswitch, please help me Regards -- Srinivasula Reddy K ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE

Re: [Freeswitch-users] Youtube - FreeSWITCH Promo Video

2009-10-04 Thread Diego Viola
Very nice :) On Sun, Oct 4, 2009 at 11:16 PM, Karl Vesterling wrote: > Folks; > > Here's something that I did playing around w/ learning Apple Motion. > It's my first Apple Motion production, so don't be too hard on the > ratings... > > http://www.youtube.com/watch?v=9Katqjx5RJ4 > > Best Regards

[Freeswitch-users] Youtube - FreeSWITCH Promo Video

2009-10-04 Thread Karl Vesterling
Folks; Here's something that I did playing around w/ learning Apple Motion. It's my first Apple Motion production, so don't be too hard on the ratings... http://www.youtube.com/watch?v=9Katqjx5RJ4 Best Regards, Karl J. Vesterling k...@ken-ton.com 202-461-3231 x0

Re: [Freeswitch-users] register problem

2009-10-04 Thread Michael Jerris
It appears to be in the case of the far end sending a 100 on register, and no 200 or any other terminal response after that. I sent the realevant part of this trace off to the developer of the sip library for advice. Please file a bug on jira.freeswitch.org on this, with a log of a coupe

Re: [Freeswitch-users] Problem with gateway registration

2009-10-04 Thread Nicolas Brenner
Mike, how exactly should I format the file? I got the pcap file, how do I convert it to text so that you can easily read it? On Sun, Oct 4, 2009 at 6:48 PM, Michael Jerris wrote: > I've never been able to read these, why exactly do I need a text protocol > to be decoded for me? Ends up being t

Re: [Freeswitch-users] Detecting a fax

2009-10-04 Thread Michael Jerris
check out http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_tone_detect Note, you can't just have tone_detect as your last iten in the dialplan as the call will just get hung up. Mike On Oct 4, 2009, at 9:03 AM, Mark Campbell-Smith wrote: > Hi > > I was hoping someone could help me to setu

Re: [Freeswitch-users] Problem with gateway registration

2009-10-04 Thread Michael Jerris
I've never been able to read these, why exactly do I need a text protocol to be decoded for me? Ends up being too much noise so I just don't bother. Mike On Oct 4, 2009, at 6:19 PM, Nicolas Brenner wrote: Here it is: - http://pastebin.freeswitch.org/10582 (it is the pcap file I sent on

Re: [Freeswitch-users] register problem

2009-10-04 Thread Frank Carmickle
On Sun, Oct 04, Michael Jerris wrote: > Is there any info of what I am looking at here, I just went through > 1000's of lines that look like repeated good registers and a working > call.. What exactly is not working? The register fails and then never registers again. See line 31268. The fa

Re: [Freeswitch-users] New to freeswitch and have a few questions

2009-10-04 Thread Michael Jerris
Getting documentation on like this on the wiki would be awesome. Mike On Oct 2, 2009, at 12:10 PM, Michael Gende wrote: Hey Orien, I'm not using exactly your set up, but am using pfsense/FreeBSD. Since you're using that, I assume you're going "dual homed". I've got a starter guide that mi

Re: [Freeswitch-users] configure FS: config.status: error: cannot find input file: Makefile.in

2009-10-04 Thread Michael Jerris
I updated the tiff lib to build better inline, try make tiff-reconf Mike On Oct 2, 2009, at 8:05 AM, Tihomir Culjaga wrote: hello, i just got the last trunk and tried to compile it on one of my development machines... Well configure fails on tiff-3.8.2 where it is unable to find Makefile.

Re: [Freeswitch-users] How to limit the number of incoming+outgoing calls via specific gateway?

2009-10-04 Thread Michael Jerris
http://wiki.freeswitch.org/wiki/Mod_limit On Oct 2, 2009, at 8:32 AM, Tihomir Culjaga wrote: what if you are running some huge traffic e.g. 2000 calls with media? a typical application for that is an IVR system handling several different services. I'd like to "dedicate" some capacity for in

Re: [Freeswitch-users] register problem

2009-10-04 Thread Michael Jerris
Is there any info of what I am looking at here, I just went through 1000's of lines that look like repeated good registers and a working call.. What exactly is not working? Mike On Oct 4, 2009, at 6:00 PM, Frank Carmickle wrote: > On Sun, Oct 04, Michael Jerris wrote: >> Your problem is tha

Re: [Freeswitch-users] Problem with gateway registration

2009-10-04 Thread Nicolas Brenner
Here it is: - http://pastebin.freeswitch.org/10582 (it is the pcap file I sent on the first email of this thread, converted to text with 'tshark -V -r') On Sun, Oct 4, 2009 at 5:40 PM, Michael Jerris wrote: > can you send a link of a text sip trace please. > > On Oct 1, 2009, at 3:29 PM, Nicol

Re: [Freeswitch-users] register problem

2009-10-04 Thread Frank Carmickle
On Sun, Oct 04, Michael Jerris wrote: > Your problem is that the url below returns a Not found. I sent another message yesterday with a different link with more output. http://carmickle.com/fs-2009-10-02.txt Thanks --FRank ___ FreeSWITCH-users mailing

Re: [Freeswitch-users] internal & external ip addresses of freeswitch

2009-10-04 Thread Michael Jerris
You will need to setup 2 sip profiles for this setup, one for each interface. Mike On Oct 2, 2009, at 4:10 AM, Timur Irmatov wrote: > Hi. > > We have a local network 192.168.1.0/24, where all the users are. Out > FreeSWITCH server is connected to this network, and has ip address > 192.168.1.24

Re: [Freeswitch-users] Problem with gateway registration

2009-10-04 Thread Michael Jerris
can you send a link of a text sip trace please. On Oct 1, 2009, at 3:29 PM, Nicolas Brenner wrote: Any ideas about this? The SIP provider is offering H323, but I'm not quite sure about that, is mod_opal working right? Thanks! Nicolas On Tue, Sep 29, 2009 at 6:42 PM, Nicolas Brenner > wro

Re: [Freeswitch-users] register problem

2009-10-04 Thread Michael Jerris
Your problem is that the url below returns a Not found. On Oct 1, 2009, at 5:26 PM, Frank Carmickle wrote: > Can someone point out what is wrong here. Thanks. > > Siptrace at http://carmickle.com/fs.txt > > > > > > > > > > > >

Re: [Freeswitch-users] Problem with subscription expire

2009-10-04 Thread Michael Jerris
This sounds like a bug in the snom to me, we keep changing the expire on to the future so it should never expire in the first place. You will have to look at a longer running sip trace to see what exactly is going on. Mike On Oct 1, 2009, at 4:52 AM, Helmut Kuper wrote: > -BEGIN PGP S

Re: [Freeswitch-users] Outbound INVITE rejected with 480 Temp Unavail, Reason "MANDATORY_IE_MISSING"

2009-10-04 Thread Michael Jerris
there is a profile param to enable 3pcc. It should be documented in the default configs. Mike On Sep 29, 2009, at 5:22 PM, Jerry Richards wrote: > Hello All, > > I have an internal extension that needs to send an INVITE without > SDP body > (Content Length 0). Freeswitch is replying with 4

[Freeswitch-users] Detecting a fax

2009-10-04 Thread Mark Campbell-Smith
Hi I was hoping someone could help me to setup the fax detection / tone detection application. I want to be able to transfer an incoming fax to a specific extension. In my default.xml file, I have the following (extracted): I can't get the fax to be detected and t

[Freeswitch-users] Freeswitch as a softphone - presence?

2009-10-04 Thread Raffaele P. Guidi
Hi, I was wondering how FreeSWITCH could notify presence through sofia gateways - the basic idea is to use it as a softphone, of course. Thanks, Raffaele ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.or

Re: [Freeswitch-users] wav files compression

2009-10-04 Thread Nandy Dagondon
agree that WAV/PCMA/PCMU formats are best for performance. you can use mp3/ogg ONLY to archive recorded files. /nandy On Sun, Oct 4, 2009 at 7:38 AM, Tihomir Culjaga wrote: > also, you can store files in PCMA/PCMU format and avoid transcoding at > all... and as said disk space is cheap.. go get