[Freeswitch-users] Conferencing setup with FS

2009-09-06 Thread Ujjval Karihaloo
Hi , I cannot seem to find a Document online for setting up conferencingon FreeSwitch. Can someone point me to one? Thx. ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

Re: [Freeswitch-users] Conferencing setup with FS

2009-09-06 Thread Jason White
Ujjval Karihaloo ujj...@simplesignal.com wrote: I cannot seem to find a Document online for setting up conferencingon FreeSwitch. Can someone point me to one? Have a look at http://wiki.freeswitch.org/ and search for conference. There's a document describing mod_conference there. Also

Re: [Freeswitch-users] mod_skypiax for OSX?????

2009-09-06 Thread Ivan C Myrvold
I have got outgoing call to Skype to work, and the audio quality is excellent. But I also have problems with incoming call, looks like it doesn't get bridged by FreeSWITCH. I put sofia on debug, but couldn't see any Sofia messages at all. Only message I saw in the console was this:

Re: [Freeswitch-users] how to call mod_commands from within a lua script

2009-09-06 Thread Michael S Collins
On Sep 5, 2009, at 8:25 PM, Adam Wilt wiltingt...@gmail.com wrote: Hi, the documentation says that mod_commands is available from within mod_lua. But when I try to access it like this: session:execute(uuid_broadcast,session_id .. .. filename .. both) I get: Invalid Application

Re: [Freeswitch-users] mod_skypiax for OSX?????

2009-09-06 Thread Seven Du
I'm not sure this and don't have time to debug. But last time I tried incoming calls worked by setting skype to Auto-answer calls. Can you try that? On Sep 6, 2009, at 3:19 PM, Ivan C Myrvold wrote: I have got outgoing call to Skype to work, and the audio quality is excellent. But I also

Re: [Freeswitch-users] mod_skypiax for OSX?????

2009-09-06 Thread Seven Du
On Sep 6, 2009, at 7:25 AM, Tapan Parikh wrote: Yes, thanks a lot! Im still having a bit of trouble getting it working though. When skypiax_proxy starts, I get the following errors: 2009-09-05 15:39:40.631 skypiax_proxy[77842:10b] Failed to init theDOProxy 2009-09-05 15:39:42.139

Re: [Freeswitch-users] Chat redirect

2009-09-06 Thread Juan Backson
Hi Brian, From the event socket, there is no message received when a MESSAGE is sent from one sip user to another. If both users are registered, I can send message between them. But if the receiving party is not registered, I want to be able to store it. However, there is no way to intercept

[Freeswitch-users] Call Forwarding Question

2009-09-06 Thread Nikolai Geordzhev
Hi, I`m trying to implement Call Forwarding in my FS setup. I set a user variable managing the type of forwarding (busy,no answer,unconditional) and the destination the phone is forwarded to: user id='102' variables variable name='fwd_type' value='unconditional'/ variable

Re: [Freeswitch-users] how to call mod_commands from within a lua script

2009-09-06 Thread Adam Wilt
Thank you Michael. Sorry I missed that page. On Sun, Sep 6, 2009 at 3:36 AM, Michael S Collins m...@freeswitch.orgwrote: On Sep 5, 2009, at 8:25 PM, Adam Wilt wiltingt...@gmail.com wrote: Hi, the documentation says that mod_commands is available from within mod_lua. But when I try to

[Freeswitch-users] Skypiax working but laggy

2009-09-06 Thread Gonzalo Servat
Hi All, I'm just testing out mod_skypiax (great work Giovanni co!) and while it's working and all, I find that when I call in from a Skype contact, it's /very/ laggy. I would say something on the skype end and I would hear it on the FS end quite a bit later. Funny thing is the audio going the

[Freeswitch-users] freeswitch - q: originate calls from database

2009-09-06 Thread tom
hi, is this scenario doable? let the system call people , they talk do an ivr, and can dependend on their selection end up in a real call-queue. 1) how would i tell FS to call xyz-people from the databse? thx ___ FreeSWITCH-users mailing list

Re: [Freeswitch-users] Skypiax working but laggy

2009-09-06 Thread Giovanni Maruzzelli
Ubuntu 9.04 is explicitly discouraged, for heavy duty, if you like Ubuntu, use 8.04. That said, how is your call flow? I mean: Skypeclient-FS-SIP is laggy? How much? (1 sec, 10 sec, ...) SIP-FS-Skypeclient is not laggy? Or you mean that one side hear the other in real time, while the other

Re: [Freeswitch-users] mod_skypiax for OSX?????

2009-09-06 Thread Ivan C Myrvold
Yes, that worked! Now skypiax is working for me on OS X. This is great! Ivan Den 6. sep.. 2009 kl. 10:09 skrev Seven Du: I'm not sure this and don't have time to debug. But last time I tried incoming calls worked by setting skype to Auto-answer calls. Can you try that? On Sep 6, 2009, at

[Freeswitch-users] Bind extention to a different Dialplan and cdr php?

2009-09-06 Thread Frank @ Impact
Is there a way to bind a particular extension to a different dialplan php and a different cdr php script than the default one? ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

[Freeswitch-users] Call Forwarding Question

2009-09-06 Thread Nikolai Geordzhev
Hi, I`m trying to implement Call Forwarding in my FS setup. I set a user variable managing the type of forwarding (busy,no answer,unconditional) and the destination the phone is forwarded to: user id='102' variables variable name='fwd_type' value='unconditional'/ variable

Re: [Freeswitch-users] Call Forwarding Question

2009-09-06 Thread Nandy Dagondon
nik, please try the legs variable http://www.nabble.com/CDR-accounting-question-td19212516.html /nandy On Sun, Sep 6, 2009 at 6:40 PM, Nikolai Geordzhev n.geordz...@gmail.comwrote: Hi, I`m trying to implement Call Forwarding in my FS setup. I set a user variable managing the type of

[Freeswitch-users] A FreeSWITCH Calling Card Application written in Ruby

2009-09-06 Thread Diego Viola
Hello, I'm currently working on a calling card application written in Ruby, just a hobby, I currently have it on a usable state and I thought I would post it here in case if there is someone interested. It uses mod_nibblebill as the billing/rate engine and FSR (FreeSWITCHeR) as the event socket

Re: [Freeswitch-users] A FreeSWITCH Calling Card Application written in Ruby

2009-09-06 Thread Diego Viola
I also have plans to add a GUI later, maybe I will merge my code and turn it into a ramaze app, but it should be usable right now. Regards, Diego On Mon, Sep 7, 2009 at 1:36 AM, Diego Viola diego.vi...@gmail.com wrote: Hello, I'm currently working on a calling card application written in

[Freeswitch-users] Call Transfer Question

2009-09-06 Thread DJB
I am not sure if my question did not get post correctly earlier. I wonder whether anyone can give me any recommendations. Here is the call flow: I call from the PSTN (A party) into my Polycom phone (B-party) which is registered to FreeSwtich. The Freeswtich is setup not to route media as I

[Freeswitch-users] Checking Busy Status

2009-09-06 Thread Ahmed Munir
Hi, How can I check the busy status in FS? I've searched all the wiki pages i.e. dptools, dialplans, dialplanxml and even mod_perl portion as well, but couldn't find checking busy status. I've written a perl script but couldn't complete it because theres no any function or class regrding busy

Re: [Freeswitch-users] Checking Busy Status

2009-09-06 Thread Mathieu Rene
The hangup cause will be USER_BUSY. You can hop on #freeswitch if you need some explanations. Mathieu Rene Avant-Garde Solutions Inc Office: + 1 (514) 664-1044 x100 Cell: +1 (514) 664-1044 x200 mr...@avgs.ca On 6-Sep-09, at 9:58 PM, Ahmed Munir wrote: Hi, How can I check the busy status

Re: [Freeswitch-users] Checking Busy Status

2009-09-06 Thread Ahmed Munir
Hi, Thanks for quick reply. I want to know how can I apply USER_BUSY in perl? Like for hangup I'm calling it from function Freeswitch::CoreSession i.e. $session-hangup(); Do I have to call it as listed below; $session-USER_BUSY(); or there other way around in perl? Kindly do let me know.