[Freeswitch-users] Dialplan Question: Is extension local?

2009-01-22 Thread Helmut Kuper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, is there a dialan or dptool function, which allows to check whether a user/extension is local or not ? What I try to do is this: Local extension? - bridge - bridge fails (on_busy, no answere, timeout, offline)-voicemail Every other call

Re: [Freeswitch-users] How to bridge without Answer?

2009-01-22 Thread shehzad p
Thanks Anthony, There are some toll-free numbers I need to configure such that, originator does not need to charge to its users, even though they are answered on terminator side. Anthony Minessale-2 wrote: You can't. Why would you need that? Are you trying to forward inbound calls

Re: [Freeswitch-users] Q931 decoding

2009-01-22 Thread Steve Underwood
Helmut Kuper wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, just an update about my progress in this. Currently I have working C code which creates a pcap file containing all needed protocoll headers in front of the Q931 dump. I use libpcap to create the pcap file. The

Re: [Freeswitch-users] How to bridge without Answer?

2009-01-22 Thread David Knell
There's a whole bunch of reasons why you might not want to answer an inbound call: - intercept messages (e.g. the cellphone you've called is switched off) - cost reduction on 1-800 calls, although you won't get a forward audio path from the caller until you do answer it - in one case, a

[Freeswitch-users] mod_g729

2009-01-22 Thread Кривушин Михаил
If anyone want to play with it - http://freehg.org/u/deepwalker/fs_g729/ You use it on your own risk and compile it yourself. If you want to develop it - write me. I wrote it for russian community. -- С уважением, Кривушин Михаил Ведущий специалист отдела телекоммуникаций, ООО РН-Информ

Re: [Freeswitch-users] Q931 decoding

2009-01-22 Thread Helmut Kuper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Steve, wireshark decodes all things I needed to debug q931 and by now I haven't found a bug compared to my commercial aurora duet q931 monitor device. Well I spent some time to find a way in wireshark to get raw and pure q931 data in, but I

[Freeswitch-users] mod_radius_cdr questions and thoughts

2009-01-22 Thread Apostolos Pantsiopoulos
I am trying to implement a radius based solution using FS. I have seen that the mod_radius_cdr module is actively maintained. so I have a few questions/remarks : 1) When I place a call and my radius server is down, the call blocks forever instead of just radius_timeout * radius_retries seconds (I

Re: [Freeswitch-users] mod_radius_cdr questions and thoughts

2009-01-22 Thread Chris Parker
On Thu, Jan 22, 2009 at 10:45 AM, Apostolos Pantsiopoulos r...@kinetix.grwrote: I am trying to implement a radius based solution using FS. I have seen that the mod_radius_cdr module is actively maintained. so I have a few questions/remarks : 1) When I place a call and my radius server is

Re: [Freeswitch-users] Error: eval_some_python() Error importing module

2009-01-22 Thread Stephen Crosby
The reason I'd like to see the examples isn't so I can have a basic voicemail or IVR app, but so I can extend an example with my own complicated domain logic. --Stephen On Wed, Jan 21, 2009 at 5:14 PM, Brian West br...@freeswitch.org wrote: Most if not all of this functionality is done with

Re: [Freeswitch-users] Recording ULAW files

2009-01-22 Thread Brian West
mod_sndfile can record those too ;) /b On Jan 22, 2009, at 11:42 AM, Guillaume Renaud wrote: I use Sun's AU format to make ulaw raw files friendlier, you might find it usefull. ___ Freeswitch-users mailing list

Re: [Freeswitch-users] mod_radius_cdr questions and thoughts

2009-01-22 Thread Apostolos Pantsiopoulos
Chris Parker wrote: On Thu, Jan 22, 2009 at 10:45 AM, Apostolos Pantsiopoulos r...@kinetix.gr mailto:r...@kinetix.gr wrote: I am trying to implement a radius based solution using FS. I have seen that the mod_radius_cdr module is actively maintained. so I have a few

Re: [Freeswitch-users] voicemail web interface

2009-01-22 Thread Anthony Minessale
Start by knowing the exact domain of your directory domain (the name= in the domain tag) Lets say it's helmut.com and your ip is 1.2.3.4 and your extension is 1000 so if helmut.com is a real domain on the internet you could point the dns so helmut.com points at FS then you could go to

[Freeswitch-users] Alternate config sets.

2009-01-22 Thread Brian West
FreeSWITCHers, I have started to put alternate config examples up for people to check out. Right now it only has the Softphone example... if you have ideas or examples to add to this please let me know: http://svn.freeswitch.org/svn/configs/softphone/ Thanks, Brian West

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Gregory Boehnlein
You use it on your own risk Also, G.729 is patent encumbered big-time. Instead of lining the pockets of lawyers and mega-corporations by perpetuating the use of a crusty old codec we should all twist arms and get our providers, device makers, etc. to use Speex. Yeah.. let me know when you

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Brian West
They added iLBC. /b On Jan 22, 2009, at 3:11 PM, Gregory Boehnlein wrote: Yeah.. let me know when you get Cisco to add Speex support to IOS! ;) ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Michael S Collins
On Jan 22, 2009, at 1:11 PM, Gregory Boehnlein da...@nacs.net wrote: You use it on your own risk Also, G.729 is patent encumbered big-time. Instead of lining the pockets of lawyers and mega-corporations by perpetuating the use of a crusty old codec we should all twist arms and get our

Re: [Freeswitch-users] Conference javascript and hanuphooks giving me headaches

2009-01-22 Thread Anthony Minessale
Try this (update to svn trunk first) action application=bridge data={api_hangup_hook=jsapi::foo.js}sofia/default/u...@dest.com/ then place your call as usual then in foo.js // dumps the event to text/plain env = request.dumpENV(text); // dumps the event to text/xml xmlenv =

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Michael S Collins
On Jan 22, 2009, at 1:55 PM, Kristian Kielhofner kristian.kielhof...@gmail.com wrote: On Thu, Jan 22, 2009 at 4:40 PM, Michael Collins m...@freeswitch.org wrote: On Thu, Jan 22, 2009 at 1:35 PM, Brian West br...@freeswitch.org wrote: Speex, while nice I think it would use more

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Kristian Kielhofner
On Thu, Jan 22, 2009 at 6:04 PM, Michael S Collins m...@freeswitch.org wrote: That delta shrinks as processing power gets cheaper. I wonder if g729 licenses will get cheaper over time as well? I wouldn't take that bet. ;) -MC Also remembers what happens to volume pricing. More of a break

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Kristian Kielhofner
On Thu, Jan 22, 2009 at 6:35 PM, Michael S Collins m...@freeswitch.org wrote: On Jan 22, 2009, at 3:15 PM, Brian West br...@freeswitch.org wrote: Not really what I would call a break... but at some point in the $1.6 million range you stop paying. /b Like I said, OSS FTW baby! -MC Quite

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Michael Collins
On Thu, Jan 22, 2009 at 3:48 PM, Kristian Kielhofner kristian.kielhof...@gmail.com wrote: On Thu, Jan 22, 2009 at 6:35 PM, Michael S Collins m...@freeswitch.org wrote: On Jan 22, 2009, at 3:15 PM, Brian West br...@freeswitch.org wrote: Not really what I would call a break... but at some

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Steve Underwood
Kristian Kielhofner wrote: On Thu, Jan 22, 2009 at 6:35 PM, Michael S Collins m...@freeswitch.org wrote: On Jan 22, 2009, at 3:15 PM, Brian West br...@freeswitch.org wrote: Not really what I would call a break... but at some point in the $1.6 million range you stop paying. /b

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Brian West
makes me laugh... everyone else is racing to stay on 8k... I'm running in the other direction! : ) 16k, 32k and 48k voip... much better. /b On Jan 22, 2009, at 6:30 PM, Steve Underwood wrote: Depends what you are after. Speex offers the quality of G.729 at around the same processing

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Steve Underwood
Michael S Collins wrote: That delta shrinks as processing power gets cheaper. I wonder if g729 licenses will get cheaper over time as well? I wouldn't take that bet. ;) Economics 101: The pricing of the licences is directly related to G.729's lock on the market. The only reason for the

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Michael Collins
On Thu, Jan 22, 2009 at 4:30 PM, Steve Underwood ste...@coppice.org wrote: Kristian Kielhofner wrote: On Thu, Jan 22, 2009 at 6:35 PM, Michael S Collins m...@freeswitch.org wrote: On Jan 22, 2009, at 3:15 PM, Brian West br...@freeswitch.org wrote: Not really what I would call a break...

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Michael Collins
On Thu, Jan 22, 2009 at 4:33 PM, Steve Underwood ste...@coppice.org wrote: Michael S Collins wrote: That delta shrinks as processing power gets cheaper. I wonder if g729 licenses will get cheaper over time as well? I wouldn't take that bet. ;) Economics 101: The pricing of the licences is

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Brian West
Nope its not valid.. tell Cisco this please! :P /b On Jan 22, 2009, at 6:55 PM, Kristian Kielhofner wrote: I don't think it's even valid to use G.729a or annexa in an SDP... ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] freeswitch memory leak issue

2009-01-22 Thread Brian West
What rev? What OS? What exactly are you doing? /b On Jan 23, 2009, at 11:15 AM, Simon Leck wrote: Hi All, I am experiencing memory leak issue in FreeSwitch? Anybody knows how this can be resolved, please email me. Thanks in advance to everybody for your kind assistance. Thanks Simon

Re: [Freeswitch-users] VMWare voice quality

2009-01-22 Thread John Skopis (Lists)
Michael Collins wrote: If anyone figures this out please post it to this thread. I am working on a wiki page for the VMWare appliance and I would like to be able to inform people on how to handle this situation. I had some issues under vmware fusion. They were resolved by adding clock=pit [1]

[Freeswitch-users] mod_radius_cdr questions and thoughts

2009-01-22 Thread Apostolos Pantsiopoulos
I am trying to implement a radius based solution using FS. I have seen that the mod_radius_cdr module is actively maintained. so I have a few questions/remarks : 1) When I place a call and my radius server is down, the call blocks forever instead of just radius_timeout * radius_retries seconds (I

Re: [Freeswitch-users] mod_g729

2009-01-22 Thread Кривушин Михаил
I wrote it becouse in Russia * is very popular. And it have g729. I want to make popular FS in my country. We have not patent issues, but I more like speex and celt - it's better in my opinion - 8 kHz is past century! It's century of wb VoIP and not 8khz TDM! : ) Only for those who very need