Re: [Freeswitch-users] close channels properly

2009-01-07 Thread Carole O.
Hello, Happy New Year Yes, I am calling a group of people but those are actually speakers so unfortunately they can not decide to hang up alone at the end of a speech or an announcement and somebody has to kick them out. The only thing the speakers can do is stop transmitting after a long

Re: [Freeswitch-users] close channels properly

2009-01-07 Thread Carole O.
At the end of the announcement whose I know the length. I would like to force freeswitch to send a BYE to the speakers. Michael Collins-11 wrote: On Wed, Jan 7, 2009 at 12:16 AM, Carole O. carole.oliv...@enst.fr wrote: Hello, Happy New Year Yes, I am calling a group of people

[Freeswitch-users] close channels properly

2008-12-22 Thread Carole O.
Hello, I use the following code to call VoIP speakers and make an announcement: extension name=security_announcement condition field=destination_number expression=^9001$ action application=set data=conference_auto_outcall_caller_id_name=security_announcement/ action

Re: [Freeswitch-users] dynamic conference

2008-12-21 Thread Carole O.
to all of you for your help, I am going to improve this small program, Best regards, Carole Raymond Chandler-2 wrote: Carole O. wrote: Hello, Thanks for your answers! Concerning the creation of a new variable for the conference the problem is that I do not create channels from

Re: [Freeswitch-users] dynamic conference

2008-12-18 Thread Carole O.
in the database. If you still have critics they are all welcome! Thanks for your help, Best regards, Carole Rupa Schomaker (lists)-2 wrote: On 12/17/2008 8:24 AM, Carole O. wrote: It would be unique you are right but I am not sure I can get its value if A puts the call on hold, calls C and wants

[Freeswitch-users] dynamic conference

2008-12-17 Thread Carole O.
Hello, I have done a small change in my dialplan which works but since I am new with FreeSWITCH I was wondering if this solution goes with the philosophy of the software or if it is absurd and there is a solution more adapted . I try to reproduce the following functionality: A and B are on a

Re: [Freeswitch-users] general question about API command

2008-12-17 Thread Carole O.
issues. On Tue, Dec 16, 2008 at 8:43 AM, Carole O. carole.oliv...@enst.fr wrote: Thanks for this answer. Just a question so that everything is clear: there is no command to bridge directly a call and both legs into a conference? We have to transfer the call to another extension

Re: [Freeswitch-users] general question about API command

2008-12-17 Thread Carole O.
ok Thanks a lot, Carole Anthony Minessale-2 wrote: I said i unblocked the ones in mod_commands mod_conference was it's own module. I changed it to work in latest trunk as well. On Wed, Dec 17, 2008 at 4:15 AM, Carole O. carole.oliv...@enst.fr wrote: (I have just read the post

Re: [Freeswitch-users] dynamic conference

2008-12-17 Thread Carole O.
and not A and B no? And I really have to configure this from the dialplan so statically. Am I wrong somewhere?? Carole Rupa Schomaker (lists)-2 wrote: On 12/17/2008 7:34 AM, Carole O. wrote: My main problem is the name of the conference. Since everybody should be able to convert a simple call

Re: [Freeswitch-users] general question about API command

2008-12-17 Thread Carole O.
, not in the configuration.) Carole O. wrote: Thanks, this works fine. But I try to use some other API commands and something goes wrong: I would like to be able to use the API commands for the conference like lock, unlock, say, etc... from the dialplan. I try to add in my dialplan action

[Freeswitch-users] general question about API command

2008-12-16 Thread Carole O.
Hello, I have a general question about the API commands. Some of them are not available in the dialplan like uuid_transfer. I was wondering how to call an API command without using the CLI. Especially I would be interested in knowing if there is any way to call them from a phone, I mean bind a

Re: [Freeswitch-users] general question about API command

2008-12-16 Thread Carole O.
the potential for a blocking api call to delay the audio stream which you can do at your own risk and use the sleep application with 0ms to flush the read buffers. So I guess i can lift that limitation in tree. see r10790 On Tue, Dec 16, 2008 at 7:07 AM, Carole O. carole.oliv...@enst.fr wrote

Re: [Freeswitch-users] conference_auto_outcall_announce

2008-12-12 Thread Carole O.
during the enter-sound and I would need this to be done statically, I mean in the xml files, and not from the shell. Thanks!! Carole Carole O. wrote: Hello, Actually, I have already tried it but nothing happens: the file is not played and there is no error. There is still a difference

[Freeswitch-users] conference_auto_outcall_announce

2008-12-11 Thread Carole O.
Hello, I would like to call automatically a group of user and make them listening an announcement before anybody talks. I have already added an extension in the dialplan that worked. Actually, I use the extension 0911 in the default dialplan of freeswitch which I have changed a little. This

Re: [Freeswitch-users] conference_auto_outcall_announce

2008-12-11 Thread Carole O.
million times so I do not think I make mistake there. Thanks, Carole Brian West-3 wrote: Don't have play: in there and it should be fine. Also if you want the absolute path you start it with /path/to/file.wav /b On Dec 11, 2008, at 7:13 AM, Carole O. wrote: [/opt/freeswitch/sounds

[Freeswitch-users] segmentation fault by auto record

2008-12-10 Thread Carole O.
Hello, I have intalled Freeswitch from opensuse.org as a rpm. I have opensuse 10.3. I did not make any big configuration, I have just changed a little the default dialplan and adapted some other files like conference.conf.xml. I have created a new profile in conference.conf.xml and add the

Re: [Freeswitch-users] segmentation fault by auto record

2008-12-10 Thread Carole O.
Sorry, here is the profile profile speaker profile name=profilespeaker param name=rate value=8000 / param name=interval value=20 / param name=energy-level value=300 / param name=caller-id-name value=$${outbound_caller_name} / param name=caller-id-number

Re: [Freeswitch-users] segmentation fault by auto record

2008-12-10 Thread Carole O.
Hello, I am running the version 1.0.1. Do you still need me to run the debugging? Carole Brian West-3 wrote: I have already labbed this up on SVN trunk and I don't get a segfault but I get something else that prevents it from working properly.We are working on it today. Also

Re: [Freeswitch-users] segmentation fault by auto record

2008-12-10 Thread Carole O.
that number and it will help us to know if you are on a recent revision. Thanks, MC On Wed, Dec 10, 2008 at 10:51 PM, Carole O. [EMAIL PROTECTED] wrote: Hello, I am running the version 1.0.1. Do you still need me to run the debugging? Carole Brian West-3 wrote: I have already

Re: [Freeswitch-users] conference configured to call automatically the attended does not work

2008-12-08 Thread Carole O.
I have found my mistake. In the dialplan I have written action application=conference_set_auto_outcall data=sofia/internal/.../ instead of action application=conference_set_auto_outcall data=user/.../ Sorry for the post, Carole Carole O. wrote: Hello, I have got some problems

[Freeswitch-users] conference configured to call automatically the attended does not work

2008-12-05 Thread Carole O.
Hello, I have got some problems for the configuration of a simple conference which should be established by calling an extension and automatically inviting 2 people. Actually, this is based on the default configuration of Freeswitch (extension 0911). I have changed it a little: extension

[Freeswitch-users] re gistration and calls through different user agent

2008-12-04 Thread Carole O.
Hello, I have recently installed freeswitch on Opensuse 10.3. I have a question about the sofia agents which are already present in the default installation: I have 2 snom phones (each with a user1001 and user1002), I configured one such that it registered on the default port 5060 (so on the

Re: [Freeswitch-users] where do variables like local_ip_v4 get their values?

2008-11-28 Thread Carole O.
oh ok, I thought you meant something else. This one I got it but thanks for keeping answering. Carole Brian West-3 wrote: X-PRE-PROCESS cmd=set data=local_ip_v4=1.2.3.4/ /b On Nov 28, 2008, at 2:22 AM, Carole O. wrote: Hello, I think I will keep first the first solution since I

Re: [Freeswitch-users] where do variables like local_ip_v4 get their values?

2008-11-26 Thread Carole O.
and rtp-ip in there also. /b On Nov 26, 2008, at 5:48 AM, Carole O. wrote: Hello, I have just installed Freeswitch on OpenSUSE 10.3. I was wondering where the variable indicated with $$ get their values. I get some problems with the variables local_ip_v4 and domain which are both