Re: [Freeswitch-users] Problems with initial setup - basic nat

2008-04-25 Thread Daniel Hefti
Should we post this on the wiki? :) -Dan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian West Sent: Friday, April 25, 2008 11:59 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Problems with initial setup - basic nat http://web.mac.com/brian.wes

Re: [Freeswitch-users] Weekly Wiki Cram Sessions proposal!

2008-04-25 Thread Michael Collins
Brian, I think this is a great idea. 1PM CST works for me, and the middle days of the week are best, as others have pointed out. Tu-W-Th are all good choices. For me personally, Thursday is the absolute best day because I'm frequently out of the office and have more flexibility in my schedule t

Re: [Freeswitch-users] Problems with initial setup - basic nat

2008-04-25 Thread Jay Reeder
Thanks for all the assistance. BTW, when you clone default.xml to use as a base, do you assume the port 5060 or define a new port? Thanks! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian West Sent: Friday, April 25, 2008 12:59 PM To: freeswitch-users@lists.f

Re: [Freeswitch-users] Problems with initial setup - basic nat

2008-04-25 Thread Jay Reeder
Aha. Thanks! :-) We're trying to do outbound calling from behind nat. So the proper configuration is to still call through the default.xml (port 5060) and it would call OUT on nat.xml (port 5070)? In that case, what is outbound.xml (port 5080) used for? Would it be for MWI and strictly freesw

Re: [Freeswitch-users] Problems with initial setup - basic nat

2008-04-25 Thread Brian West
Well first off you wouldn't use nat.xml for that.. you would clone default.xml and use it as a base. nat.xml is for OUTBOUND calling from behind nat only in the default config. its not designed to have inbound calls to it nor is it for registrations. /b On Apr 25, 2008, at 11:22 AM, Jay Re

Re: [Freeswitch-users] Problems with initial setup - basic nat

2008-04-25 Thread Jay Reeder
Thanks! :-) I did have auth-calls set to false in nat.xml but it wasn't working. Is there some other place I should have set this? What's the difference/application/use of the sample "public" context versus the "default" one? The sample nat.xml uses the public context. Thanks,

Re: [Freeswitch-users] Hung Phone

2008-04-25 Thread Brian West
What revision of the code are you running? /b On Apr 25, 2008, at 11:12 AM, Luis Jimenez wrote: Hi, i have this in default.xml break="always"> data="hangup_after_bridge=true"/> when i call, it work

[Freeswitch-users] Hung Phone

2008-04-25 Thread Luis Jimenez
Hi, i have this in default.xml when i call, it works, but when i hangup the extension 1004 (callee), my caller phone stays connected until i hagup manually this one. if i hangup the caller first the cal

Re: [Freeswitch-users] Problems with initial setup - basic nat

2008-04-25 Thread Brian West
You could have just turned auth-calls to false and context to default and accomplished the same thing ;) /b On Apr 25, 2008, at 10:55 AM, Jay Reeder wrote: Sorry to bug you guys. I figured it out. In case anyone else is just learning to crawl with freeswitch…. I enabled the following in

Re: [Freeswitch-users] Problems with initial setup - basic nat

2008-04-25 Thread Jay Reeder
Sorry to bug you guys. I figured it out. In case anyone else is just learning to crawl with freeswitch.. I enabled the following in the sip_profiles to get around the authorization errors (for now): Then I started receiving a 404 route not found so I modif

Re: [Freeswitch-users] Weekly Wiki Cram Sessions proposal!

2008-04-25 Thread Daniel Hefti
Sounds good. 1 CST works for me. I would say weekdays are preferred. Perhaps towards the middle of the week? Mondays are usually never good days, and Fridays, everyone would want to go home, so Tuesday or Thursday? If there are going to be more than one a week, having one on the weekend doesn

[Freeswitch-users] Video IVR

2008-04-25 Thread Cesar Cepeda
Is it possible to "playback" or "record" a video file, when using FS with h26x passthru? The idea is to make a Video IVR. Cesar Cepeda. ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/list

Re: [Freeswitch-users] Weekly Wiki Cram Sessions proposal!

2008-04-25 Thread SMP
Great idea, I'm in! Any day, any time. On Thu, Apr 24, 2008 at 6:39 PM, Brian West <[EMAIL PROTECTED]> wrote: > We are working on setting up a weekly or two time weekly hour long > wiki cram session where we do documentation on the wiki about various > features sets... Guess you could call it wh

Re: [Freeswitch-users] Weekly Wiki Cram Sessions proposal!

2008-04-25 Thread Shannon Price
Great idea, I'm in! Any day, any time. SP On Thu, Apr 24, 2008 at 6:39 PM, Brian West <[EMAIL PROTECTED]> wrote: > We are working on setting up a weekly or two time weekly hour long > wiki cram session where we do documentation on the wiki about various > features sets... Guess you could call i

[Freeswitch-users] Syntax for SIP2Jingle Call in Dialplan

2008-04-25 Thread Chris Chen
I have setup one jabber server running along the Freeswitch on the centos 5, and setup the gtalk in public context as the jabber server component on port 5347 , and established the federation with googletalk network. Now I can call from gtalk client to my sip account on freeswitch without problem

Re: [Freeswitch-users] Shall we revive the ailing mod_cdr?

2008-04-25 Thread Jonas Gauffin
If think that I had done most of it, but i havent tested it though. http://jira.freeswitch.org/browse/MODEVENT-23 On Fri, Apr 25, 2008 at 2:39 PM, Yossi Neiman <[EMAIL PROTECTED]> wrote: > Jonas Gauffin wrote: > > I've done a mod_odbc module that writes to a flatfile if odbc fails > > (and adds

Re: [Freeswitch-users] Shall we revive the ailing mod_cdr?

2008-04-25 Thread Yossi Neiman
Jonas Gauffin wrote: > I've done a mod_odbc module that writes to a flatfile if odbc fails > (and adds them to the database as soon as the connection is up again). > > I haven't had time to finish it, and I don't know when I can. I can > add it to jira if someone else is interested in finishing it.

[Freeswitch-users] mod_commands linker error on Visual studio 2008

2008-04-25 Thread B Karthik
Hi All, mod_commands does not seem to link on VS 2008. It complains about two unresolved functions - switch_console_set_alias, switch_console_set_complete. I understand that this is because libedit library used by freeswitch is not compiled on windows. It was solved by adding the two functions in