Re: [Freeswitch-users] Error while creating object

2009-08-10 Thread lakshmanan
Can any one please say what I did wrong here? regards, Lakshmanan G. lakshmanan wrote: > > Hi all, > Greets. > > I am in the process of controlling the freeswitch with perl. > I have read about mod_perl and I wrote some scripts to test which works > fine. > Yesterday I tried to access the dig

[Freeswitch-users] can freeswitch group_call to gateway extension ?

2009-08-10 Thread daqiang wang
Hello every one : I tested FS. and when I use group_call. But I can't call the extension in group and not registered in FS. Why ? and What ? thanks . ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.o

Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x86

2009-08-10 Thread Michal Bielicki
It builds on both. Can you tell me how you are trying to build ? Am 08.08.2009 um 06:36 schrieb Michael Jerris: This is not currently a supported platform, it only builds on 64 bit right now I think on solaris. Mike On Aug 6, 2009, at 6:03 PM, vmorales wrote: Hello, Does anyone have, or kn

[Freeswitch-users] Fw: FreeSwitch doesn't play music on hold forbriged channel

2009-08-10 Thread Kozak Vladimir
2009-08-12 03:02:03 [DEBUG] switch_core_session.c:706 switch_core_session_queue_private_event() Send signal sofia/internal/sip:1...@172.26.10.39:14656;rinstance=01d2259ae2e1949f;fs_nat=yes [BREAK] 2009-08-12 03:02:03 [DEBUG] switch_ivr_bridge.c:228 audio_bridge_thread() sofia/internal/sip:1...@

[Freeswitch-users] Fwd: Scheduler in module

2009-08-10 Thread mark morreny
Hi, Thank you for pointing out sched_api. What about if I want to do a recurring schedule. is it possible or I should just call sched_api another time in the execution of my clean up code. Thanks, Mark -- Forwarded message -- From: Moises Silva Date: Mon, Aug 10, 2009 at 12:05

Re: [Freeswitch-users] can freeswitch group_call to gateway extension ?

2009-08-10 Thread Michael Jerris
Can you rephrase your question? On Aug 10, 2009, at 2:16 AM, daqiang wang wrote: > Hello every one : > I tested FS. and when I use group_call. But I can't call the > extension in group and not registered in FS. > Why ? and What ? > thanks . > > _

Re: [Freeswitch-users] files.freeswitch.org resets connection.

2009-08-10 Thread Michael Jerris
Anyone experiencing this issue please email me the source ip and the address that files.freeswitch.org is resolving as. Mike On Aug 10, 2009, at 1:26 AM, Godson Gera wrote: Hi FS Team, The files.freeswitch.org is resetting connection since 3 days. As a result I was not able to d

Re: [Freeswitch-users] Error trying to use PHP ESL

2009-08-10 Thread Tristan Mahé
Morning guys, Yes the latest make swigall broke php code generation. Simple workaround: edit libs/esl/ESL.i to this content: --Cut-- %{ #include "esl.h" #include "esl_oop.h" %} %include "esl_oop.h" -Cut--- and mak

Re: [Freeswitch-users] Fw: FreeSwitch doesn't play music on hold forbriged channel

2009-08-10 Thread Michael Jerris
The logs indicate that you are already doing a broadcast to the channel. Can you please come up with the simplest test script to reproduce this issue and post to Jira.freeswitch.org Mike On Aug 10, 2009, at 6:00 AM, "Kozak Vladimir" wrote: 2009-08-12 03:02:03 [DEBUG] switch_core_sessio

Re: [Freeswitch-users] Fwd: Scheduler in module

2009-08-10 Thread Michael Jerris
Re schedule is done in your callback, take a look at places that use these apis in the code for details. On Aug 10, 2009, at 6:58 AM, mark morreny wrote: Hi, Thank you for pointing out sched_api. What about if I want to do a recurring schedule. is it possible or I should just call sched_

Re: [Freeswitch-users] Error trying to use PHP ESL

2009-08-10 Thread Michael Jerris
Can you please post a patch to Jira.freswitch.org and assign it to me. Mike On Aug 10, 2009, at 5:00 AM, Tristan Mahé wrote: Morning guys, Yes the latest make swigall broke php code generation. Simple workaround: edit libs/esl/ESL.i to this content: --Cut--

Re: [Freeswitch-users] can freeswitch group_call to gateway extension ?

2009-08-10 Thread daqiang wang
I mean: if the telephone number . is in ghe group . (defined in /directory/default.xml ) . but the telephone number is not registered on the FS . (for example: the telephone number is a mobile number). when I dialed the group_call extension. the mobile can't ring. why ? thanks. 2009/8/

Re: [Freeswitch-users] Error trying to use PHP ESL

2009-08-10 Thread Tristan Mahé
Hello Mike, No problem to post a patch, but it would break perl/python/etc... as actually there are some functions defined in ESL.i, wouldn't it ? I don't know about swig, never used that. Maybe we could have two swig files instead ? one for generating php and one for the other languages ? I'm on

Re: [Freeswitch-users] Fwd: Scheduler in module

2009-08-10 Thread Brian West
switch_rtp.c has a simple one for the zrtp cache storing. /b On Aug 10, 2009, at 7:13 AM, Michael Jerris wrote: > Re schedule is done in your callback, take a look at places that use > these apis in the code for details. ___ FreeSWITCH-users mailin

Re: [Freeswitch-users] files.freeswitch.org resets connection.

2009-08-10 Thread Brian West
As MikeJ pointed out please report the IP address files.freeswitch.org resolves to. We have that on a content delivery network so that the files are closer to you geographically and you can download them faster but if you're having an issue I'll need the IP so I can report it correctly.

Re: [Freeswitch-users] Error trying to use PHP ESL

2009-08-10 Thread Nicolas Brenner
Hi, I tried the ESL.i modification and when I do make reswig I get: make -C php reswig make[1]: Entering directory `/usr/local/src/freeswitch/libs/esl/php' rm -f esl_wrap.* ESL.so php_ESL.* ESL.php swig -module ESL -php5 -c++ -DMULTIPLICITY -I../src/include -o esl_wrap.cpp ../ESL.i swig error : Un

Re: [Freeswitch-users] Error trying to use PHP ESL

2009-08-10 Thread Brian West
If you're removing the newobject lines you're introducing a huge memory leak :P also I'm guessing your swig is older and doesn't have php5 support. /b On Aug 10, 2009, at 8:39 AM, Nicolas Brenner wrote: > Hi, I tried the ESL.i modification and when I do make reswig I get: > > make -C php re

Re: [Freeswitch-users] skypiax on Mac OS X

2009-08-10 Thread Ivan C Myrvold
Seven, I am afraid I will not be able to help you much with the Carbon code, as I am only good at Cocoa programming. You said you chose Carbon because you only needed low level API, and that is fair enough, but I will also add that you can do the same with only linking to the Foundation fra

Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x86

2009-08-10 Thread vmorales
Thanks for the response(s): I ran the "./compile" script with a set PREFIX. This took a few attempts with errors before it was able to complete error-free, as I had to install libtool. Since then, I have tried running 'make', 'gmake', and '/opt/gnu/bin/make', but each results with an error. Thi

[Freeswitch-users] Freeswitch :: VoIP issues using ILBC audio codec

2009-08-10 Thread David Nembrot
Hello world, I've got two FS servers configured as gateways for each other and I'm currently testing the telephony. Usinge the ILBC audio codec, I figured out that one of the FS servers doesn't forward RTP streams correctly to the other server. Here is its status-quo: INPUT = proper

Re: [Freeswitch-users] Freeswitch :: VoIP issues using ILBC audio codec

2009-08-10 Thread Brian West
Well since the codec is in the dynamic range the payload number doesn't matter. I would have to see an RTP trace to see this... you must also include all the SIP traffic so wireshark can properly figure things out. /b On Aug 10, 2009, at 11:56 AM, David Nembrot wrote: > Hello world, > > I

Re: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x86

2009-08-10 Thread vmorales
By "./compile" I was referring to "./configure" Vladimir -Original Message- From: vmorales [mailto:email.list.subscri...@gmail.com] Sent: Monday, August 10, 2009 11:49 AM To: 'freeswitch-users@lists.freeswitch.org' Subject: RE: [Freeswitch-users] Freeswitch pre-compiled for Solaris 10/x8

[Freeswitch-users] VoiceMail transcription

2009-08-10 Thread Pete Mueller
Good morning all,I realize this is slightly off the FS topic, but I am wondering if anyone out there has experience with software packages designed for the transcription of voicemails to text.  I've used pocketsphinx  with FS to handle IVR menus, but now have the task of figuring out how to convert

[Freeswitch-users] Ivr and variables

2009-08-10 Thread bakko
I'm tryng to put a variable in a IVR digits line like this: but don't work Is It possible tu use this solution? thank you BR ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/free

Re: [Freeswitch-users] VoiceMail transcription

2009-08-10 Thread David Knell
Good evening Pete, The only way to do this is, I'm afraid, to use a human. We use Amazon's Mechanical Turk to good effect. Cheers -- Dave > Good morning all, > > I realize this is slightly off the FS topic, but I am wondering if > anyone out there has experience with software packages designe

[Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Max Bridgewater
Hi get the following messages while running "make" on CentOS 5.3 (Of course after bootstrap and configure). os_Linux_x86_64.s: Assembler messages: os_Linux_x86_64.s:46: Error: bad register name `%rdi)' os_Linux_x86_64.s:61: Error: bad register name `%rdi)' os_Linux_x86_64.s:75: Error: bad register

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Brian West
Sounds like you have a hardware problem... I just built fine on 5.3 .. just make sure you don't do make -j on the first build. /b On Aug 10, 2009, at 1:51 PM, Max Bridgewater wrote: Hi get the following messages while running "make" on CentOS 5.3 (Of course after bootstrap and configure).

Re: [Freeswitch-users] VoiceMail transcription

2009-08-10 Thread Pete Mueller
I apologize, I should have been more clear.  We will be using humans to scan the translated results.  But we are looking for a system to perform the "first pass" on the audio to hopefully help the human type less.Although the question has been raised if it's faster to have a human just transcribe t

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Max Bridgewater
Hmm too bad. It's a new VPS that i purchased. I'm not using make -j and l'm really sure what to do next. On Mon, Aug 10, 2009 at 2:53 PM, Brian West wrote: > Sounds like you have a hardware problem... I just > built fine on 5.3 .. just make sure you don't do make -j on the first build. > /b > >

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Mathieu Rene
What arch? do a cat /proc/cpuinfo Mathieu Rene Avant-Garde Solutions Inc Office: + 1 (514) 664-1044 x100 Cell: +1 (514) 664-1044 x200 mr...@avgs.ca On 10-Aug-09, at 3:02 PM, Max Bridgewater wrote: Hmm too bad. It's a new VPS that i purchased. I'm not using make -j and l'm really sure wha

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Brian West
Sounds like a 64bit kernel and 32bit userspace maybe? Just guessing... why oh why oh VPS providers have recicarnail interface problems. /b On Aug 10, 2009, at 2:02 PM, Max Bridgewater wrote: > > Hmm too bad. It's a new VPS that i purchased. I'm not using make -j > and l'm really sure what

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Max Bridgewater
OK, here is the result of cat /proc/cpuinfo. What conclusion can i draw from this? processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Quad CPUQ6600 @ 2.40GHz stepping: 11 cpu MHz : 2400.084 cache si

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Brian West
and uname -a says? /b On Aug 10, 2009, at 2:20 PM, Max Bridgewater wrote: > OK, here is the result of cat /proc/cpuinfo. What conclusion can i > draw from this? > > > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 15 > model name : Intel(R)

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Max Bridgewater
and uname -a says? Linux miriam 2.6.18-128.1.10.el5xen #1 SMP Thu May 7 11:07:18 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-user

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Brian West
I would call them and make sure they know they have something broken. /b On Aug 10, 2009, at 2:31 PM, Max Bridgewater wrote: > > > and uname -a says? > > Linux miriam 2.6.18-128.1.10.el5xen #1 SMP Thu May 7 11:07:18 EDT > 2009 x86_64 x86_64 x86_64 GNU/Linux >

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Max Bridgewater
I have no idea what is wrong and therefore what to tell them. Without telling precisely what is wrong it would be easy for them to just categorize this as an application issue. Any recommendation? On Mon, Aug 10, 2009 at 3:32 PM, Brian West wrote: > I would call them and make sure they know they

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Brian West
Just be like everyone else... "Its broken, FIX IT!" :P ... Honestly I am not sure what to tell them... Could be a Xen bug... never know. /b On Aug 10, 2009, at 2:49 PM, Max Bridgewater wrote: I have no idea what is wrong and therefore what to tell them. Without telling precisely what is w

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Michael Jerris
Is this a 32 bit default compiler? Try CFLAGS=-m64 on the configure line. On Aug 10, 2009, at 12:49 PM, Max Bridgewater wrote: I have no idea what is wrong and therefore what to tell them. Without telling precisely what is wrong it would be easy for them to just categorize this as an

[Freeswitch-users] Loopback and bypass_media

2009-08-10 Thread Phillip Jones
Hi there, I am attempting to do a simple bridge. Leg A is an inbound DID. Leg B is terminated through a SIP carrier. I am unable to use loopback AND bypass_media_after_bridge=true. The bridge fails. Here is my three line application: Session.Answer(); Session.Execute("set", "bypass_media_after

Re: [Freeswitch-users] question about latest version of mod_limit

2009-08-10 Thread Michael Collins
Possibly the calls are being disconnected too quickly? Try adding a sleep for 1000ms on each one and see what happens. -MC On Thu, Aug 6, 2009 at 4:26 AM, mark morreny wrote: > Hello, > > I have the following setup in the dialplan. Then, I fire up sipp to send > 5calls/s and I expect to get lim

Re: [Freeswitch-users] question about latest version of mod_limit

2009-08-10 Thread Mathieu Rene
You are using it wrong. The purpose of limit_hash_execute is to have a resource that is released if the command doesnt complete properly. If you want to transfer when the res. is over-limit, use limit_hash, not limit_hash_execute. Mathieu Rene Avant-Garde Solutions Inc Office: + 1 (514) 664-

Re: [Freeswitch-users] Spanish Prompts

2009-08-10 Thread Michael Collins
Be sure to hop on IRC and speak with jmesquita because he's been working on this also. It would be very good to have Spanish-speaking users review the Spanish phrase_es.xml file for correctness. Also, we need Spanish-speaking programmers to assist with the mod_say application for Spanish - there ar

Re: [Freeswitch-users] Error while creating object

2009-08-10 Thread Michael Collins
On Mon, Aug 10, 2009 at 3:00 AM, lakshmanan wrote: > > Can any one please say what I did wrong here? > Maybe this instead? my $sess=&freeswitch::DTMF->new(); ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitc

[Freeswitch-users] ACL issue

2009-08-10 Thread Kevin Golding
Hello, Am in the progress of setting up a test freeswitch box. Have got internal extensions working, along with an outgoing gateway. My issue is getting the incoming calls. The error I'm getting is: "2009-08-10 21:47:42 [DEBUG] sofia.c:3785 sofia_handle_sip_i_invite() IP 213.166.5.129 Rejected b

Re: [Freeswitch-users] ACL issue

2009-08-10 Thread Brian West
First off edit the profile to use your own custom ACL... not the domains one... secondly you'll have to use cidr= instead of domain=. Domain= will search the user directory building an ACL list from all users with the cidr= attribute. /b On Aug 10, 2009, at 6:36 PM, Kevin Golding wrote: >

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Max Bridgewater
I suppose it is a 32 bit default compiler. When i compile with the suggested flag it fails right away. I've attached the log file for your curiosity. Meanwhil i've submited the issue to the hosting company. But i doubt anything meaningful or useful will come from there. Cheers, Max. On Mon, Aug

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Brian West
What flags are you using? /b On Aug 10, 2009, at 7:01 PM, Max Bridgewater wrote: > I suppose it is a 32 bit default compiler. When i compile with the > suggested flag it fails right away. I've attached the log file for > your curiosity. Meanwhil i've submited the issue to the hosting > comp

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Max Bridgewater
CFLAGS=-m64 on the configure line. On Mon, Aug 10, 2009 at 8:06 PM, Brian West wrote: > What flags are you using? > /b > > On Aug 10, 2009, at 7:01 PM, Max Bridgewater wrote: > > > I suppose it is a 32 bit default compiler. When i compile with the > > suggested flag it fails right away. I've a

Re: [Freeswitch-users] Unable to make trunk on CentOS 5.3

2009-08-10 Thread Brian West
You shouldn't be doing that. /b On Aug 10, 2009, at 7:14 PM, Max Bridgewater wrote: > CFLAGS=-m64 on the configure line. ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-u

Re: [Freeswitch-users] Spanish Prompts

2009-08-10 Thread João Mesquita
Hey! I have recorded a couple of samples and I will patch whatever is needed to support portuguese(Brazil) and spanish on say. Don't worry, I am on top of it. jmesquita On Mon, Aug 10, 2009 at 8:04 PM, Michael Collins wrote: > Be sure to hop on IRC and speak with jmesquita because he's been wor

Re: [Freeswitch-users] skypiax on Mac OS X

2009-08-10 Thread Seven Du
2009/8/10 Ivan C Myrvold > Seven, > I am afraid I will not be able to help you much with the Carbon code, > as I am only good at Cocoa programming. You said you chose Carbon > because you only needed low level API, and that is fair enough, but I > will also add that you can do the same with only

[Freeswitch-users] Fwd: ALARM signal in esl libraries

2009-08-10 Thread velusamy velu
Dear Greats, Could you please help me to solve this problem? -- Forwarded message -- From: velusamy velu Date: Mon, Aug 10, 2009 at 12:08 PM Subject: ALARM signal in esl libraries To: freeswitch-users@lists.freeswitch.org Dear All, I have registered ALARM signal in

Re: [Freeswitch-users] files.freeswitch.org resets connection.

2009-08-10 Thread Godson Gera
Ok here is the address 69.174.57.101 . Most of the time I use OpenDNS for name resolution. But the problem is still there even if I use my ISP's DNS (mostly because its resolving to the same to IP address) . On Mon, Aug 10, 2009 at 7:01 PM, Brian West wrote: > As MikeJ pointed out please report

[Freeswitch-users] Timeouts in Dial plan

2009-08-10 Thread velusamy velu
Dear All, How to handle timeouts in Dialplan? Thanks, Velusamy. ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/op

[Freeswitch-users] OpenZAP/Sangoma in Windows

2009-08-10 Thread Peter Olsson
Hi, I'm trying to evaluate the OpenZAP/Sangoma-support in Windows, using PRI E1 connections. I'm aware it's not yet to be considered as stable, but I'd still want to try it out some, and also help detecting bugs while I'm at it :) Anyway, I have a couple of questions: 1. Has anyone tested it i

[Freeswitch-users] UniMRCP support for Windows...

2009-08-10 Thread Peter Olsson
Yet another Windows question from me.. :) I've seen that vcproj-files for mod_unimrcp has been added to SVN, but they are not yet included in the main FreeSWITCH solution-file. What's the curent status of this, should it work if I compile it separately, or is it not yet complete for Windows? /

Re: [Freeswitch-users] files.freeswitch.org resets connection.

2009-08-10 Thread Diego Viola
The address for me is: 69.174.57.101 On Tue, Aug 11, 2009 at 1:20 AM, Godson Gera wrote: > Ok here is the address 69.174.57.101 . Most of the time I use OpenDNS for > name resolution. But the problem is still there even if I use my ISP's DNS > (mostly because its resolving to the same to IP add