Re: [Freeswitch-users] Rerouting bridge based on error response from far end

2008-07-06 Thread Brian West
You can do this with the continue_on_fail session variable. 404 = NO_ROUTE_DESTINATION 500 & 503 = NORMAL_TEMPORARY_FAILURE and 485 is USER_BUSY So if you set the variable continue_on_fail to a comma separated list ie: This would cause the dialplan to continue processing if blah.com retu

[Freeswitch-users] Rerouting bridge based on error response from far end

2008-07-06 Thread Joseph Bajin
I will use xml_curl to query a db for the cheapest routes to use. It will come back with a couple of different gateways to use. (LCR idea) Based on the response I get from the first gateway (404,503,500, 486), I want to either reroute to another gateway or send back to the originator the result t

Re: [Freeswitch-users] help with: [ERR] mod_local_stream.c:266 local_stream_file_open() unknown source moh

2008-07-06 Thread Brian West
I use FS on my Mac to test Ultra-Wideband stuff. The words Impressive comes to mind. Remember when you're doing a 32k conference and you're calling in via an 8k or 16k channel you're going to burn CPU to resample them on the fly so they are compatible. 32XX = 32k, 31XX = 16k and 30XX = 8k

Re: [Freeswitch-users] help with: [ERR] mod_local_stream.c:266 local_stream_file_open() unknown source moh

2008-07-06 Thread Diego Viola
This is very cool, thanks Brian. I get it now, FreeSWITCH rocks! =D Diego On Sun, Jul 6, 2008 at 8:55 PM, Brian West <[EMAIL PROTECTED]> wrote: > Then you need to install the 32k files and modify the > local_stream.conf.xml to enable the 32k stream. > > make uhd-moh-install > > You have very lit

Re: [Freeswitch-users] help with: [ERR] mod_local_stream.c:266 local_stream_file_open() unknown source moh

2008-07-06 Thread Brian West
Then you need to install the 32k files and modify the local_stream.conf.xml to enable the 32k stream. make uhd-moh-install You have very little reason to use 32k audio not much if anything can use it yet. Except FS :P /b On Jul 6, 2008, at 7:49 PM, Diego Viola wrote: > I did make hd-moh

Re: [Freeswitch-users] help with: [ERR] mod_local_stream.c:266 local_stream_file_open() unknown source moh

2008-07-06 Thread Diego Viola
Yes, I uncommented that... it works now, thanks Brian ;-) Diego On Sun, Jul 6, 2008 at 8:49 PM, Diego Viola <[EMAIL PROTECTED]> wrote: > I did make hd-moh-install, I also installed all the sound files after > the make install. > > I am calling 3232, this one: > > > > >

Re: [Freeswitch-users] help with: [ERR] mod_local_stream.c:266 local_stream_file_open() unknown source moh

2008-07-06 Thread Diego Viola
I did make hd-moh-install, I also installed all the sound files after the make install. I am calling 3232, this one: I don't think I have touched local_stream.conf.xml, this is a recent install. This is what I have in my local_stream.conf.xml

Re: [Freeswitch-users] help with: [ERR] mod_local_stream.c:266 local_stream_file_open() unknown source moh

2008-07-06 Thread Brian West
You'll have to make sure you have both 8k and 16k files installed. Which conference were you calling in the default configs? make hd-moh-install Or you have changed local_stream.conf.xml from the defaults. /b On Jul 6, 2008, at 7:23 PM, Diego Viola wrote: > Hi > > When I dial a conference I

[Freeswitch-users] help with: [ERR] mod_local_stream.c:266 local_stream_file_open() unknown source moh

2008-07-06 Thread Diego Viola
Hi When I dial a conference I get this: 2008-07-07 00:19:45 [ERR] mod_local_stream.c:266 local_stream_file_open() unknown source moh I think I have all the MOH files: http://pastebin.com/m6a463dfa http://pastebin.com/m7f24dce Maitei:~# grep hold_music /usr/local/freeswitch/conf/vars.xml So

Re: [Freeswitch-users] Invalid Application bridge

2008-07-06 Thread Grey Man
On Sun, Jul 6, 2008 at 4:41 PM, Brian West <[EMAIL PROTECTED]> wrote: > How did you install? Binary or did you compile FreeSWITCH? > > /b > Hi Brian, I compiled it with VS.Net 2008. Regards, Greyman. ___ Freeswitch-users mailing list Freeswitch-user

Re: [Freeswitch-users] Time out issue and static noise with originate command

2008-07-06 Thread Diego Viola
Uhm, I just originated a call to my landline and it works great... but when I originate to my cellphone it doesn't work. I get this message: [EMAIL PROTECTED]> 2008-07-06 20:26:57 [NOTICE] sofia.c:2085 sofia_handle_sip_i_state() Hangup sofia/internal/011595982343565 [CS_EXECUTE] [NORMAL_TEMPORARY_

Re: [Freeswitch-users] IVR XML and phrase macros all in one single file

2008-07-06 Thread Brian West
Oh forgot to mention you can combine all the XML into one full freeswitch.xml file... which is about as close are you are going to get right now. /b On Jul 6, 2008, at 12:30 PM, Diego Viola wrote: > Hi, > > I been playing with the ivr.conf.xml in FS, is there a way to put the > phrase macros

Re: [Freeswitch-users] IVR XML and phrase macros all in one single file

2008-07-06 Thread Brian West
No they can't be in the same file right now. /b On Jul 6, 2008, at 12:30 PM, Diego Viola wrote: > Hi, > > I been playing with the ivr.conf.xml in FS, is there a way to put the > phrase macros inside the ivr.conf.xml, the reason for this is that I > would like to have all my ivr config in one sin

[Freeswitch-users] IVR XML and phrase macros all in one single file

2008-07-06 Thread Diego Viola
Hi, I been playing with the ivr.conf.xml in FS, is there a way to put the phrase macros inside the ivr.conf.xml, the reason for this is that I would like to have all my ivr config in one single file. Something like this: http://pastie.org/228307 Thanks, Diego __

Re: [Freeswitch-users] Time out issue and static noise with originate command

2008-07-06 Thread Diego Viola
Sure, here I send you the file... all I hear is static noise when I do: originate sofia/internal/diego &playback('/home/diego/welcometorac.gsm') My softphone rings but I hear the static noise... from the XML IVR (ivr.conf.xml) with playback works well... Thanks, Diego On Sun, Jul 6, 2008 at 1:

Re: [Freeswitch-users] Time out issue and static noise with originate command

2008-07-06 Thread Brian West
What kind of file is it and can you send me the file? /b On Jul 6, 2008, at 11:41 AM, Diego Viola wrote: > > What about the originate thing, do you know why is not playing the > sound file with playback? ___ Freeswitch-users mailing list Freeswitch-u

Re: [Freeswitch-users] Time out issue and static noise with originate command

2008-07-06 Thread Diego Viola
FreeSWITCH is not behind NAT, only my softphone... looks like it was only my ISP doing nasty things again. Thanks for your answer though, it works again... I tried this and happened with Asterisk too, so I think it was a network issue, but it works now... thanks. What about the originate thing, d

Re: [Freeswitch-users] Invalid Application bridge

2008-07-06 Thread Brian West
How did you install? Binary or did you compile FreeSWITCH? /b On Jul 6, 2008, at 2:08 AM, Grey Man wrote: > Hi, > > I've just installed FreeSwitch on Windows XP and have been able to get > a SIP account registered and placing calls to the FreeSwitch server. > The problem I'm having is when I tr

Re: [Freeswitch-users] Time out issue and static noise with originate command

2008-07-06 Thread Brian West
So you have FreeSWITCH behind nat? on the "internal" profile? If thats the case you'll need to set the sip-ext-ip and ext-rtp-ip so that it can communicate with the outside world properly. /b On Jul 5, 2008, at 10:55 PM, Diego Viola wrote: > softphone => NAT (router) => FS ___

[Freeswitch-users] Invalid Application bridge

2008-07-06 Thread Grey Man
Hi, I've just installed FreeSwitch on Windows XP and have been able to get a SIP account registered and placing calls to the FreeSwitch server. The problem I'm having is when I try and place an outgoing call I get an error message of: "switch_core_sessions.c:964 switch_core_session_execute_applic