Re: [Freeswitch-users] Not able to make call using external profile

2009-09-19 Thread pankaj anand
@Tihomir Culjaga HI folks, thanx for such a quick reply. Q. what I want to achieve with FreeSwitch ? A: I want to enable the outside users ( from internet) to have video chat on peer2peer using freeSwitch for signaling. External Profile is being used to for this. External

Re: [Freeswitch-users] A real puzzler for you guys... (perpetual registration causes denial of service.)

2009-09-19 Thread Jason White
Karl Vesterling k...@ken-ton.com wrote: No penguin is perfect... There's issues w/ 2.6.X - 2.6.27.X with respect to timing for things like packet shaping, which is a requirement for me. Two suggestions: 1. Your distribution's bug tracker. 2. http://ltp.sourceforge.net/ (If they get test

Re: [Freeswitch-users] Not able to make call using external profile

2009-09-19 Thread Tihomir Culjaga
check this: http://wiki.freeswitch.org/wiki/FreeSwitch_Dialplan_XML#Dialing_A_Registered_User dial registered user: action application=bridge data=sofia/external/$1%$${domain}/ dial external endpoint: action application=bridge data=sofia/external/$...@$${domain}/ another issue you

Re: [Freeswitch-users] Callback in Javascript, session.destroy() does not free the channel!

2009-09-19 Thread Alberto Escudero
Hi Michael, I will like to get a few RINGS back to the user and sleep a bit before the call back. The second i can do using the app sleep. What about the first thing? http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_ring_ready Will test i let you know... Crazy Callbacker aka aep --

[Freeswitch-users] Affordable GSM gateway for one cellphone?

2009-09-19 Thread Fred-145
Hello I'm selling a basic solution for SOHO customers (FS is installed on their work computer running Windows or Macs) to handle an analog phone line. When they're on the road, in addition or instead of getting a notification by e-mail when someone calls their office, some users might want to

[Freeswitch-users] Trouble Getting session:getVariable(state) in Lua

2009-09-19 Thread Matthew Fong
I'm having trouble getting the channel variable state in my Lua ivr example. I have tried both session:getVariable(state) session:getVariable(Channel-State) session:getVariable(answer_state) session:getVariable(Answer-State) but lua reports nil for all attempts I did a uuid_dump and it appears

Re: [Freeswitch-users] Trouble Getting session:getVariable(state) in Lua

2009-09-19 Thread Anthony Minessale
state is not a variable. I added a session:getState() for you to trunk but I am not sure why you need it. On Sat, Sep 19, 2009 at 9:36 AM, Matthew Fong mattdf...@gmail.com wrote: I'm having trouble getting the channel variable state in my Lua ivr example. I have tried both

Re: [Freeswitch-users] Affordable GSM gateway for one cellphone?

2009-09-19 Thread Tihomir Culjaga
btw, you can check this GW: http://www.edgepbx.cn/shop/index.php?controller=productproduct_id=12 i have it on my desk and it works as a charm... T. On Sat, Sep 19, 2009 at 1:47 PM, Alberto Escudero aep.li...@it46.se wrote: If you can wait a few weeks, it will be one :) available and

Re: [Freeswitch-users] skill-based ACD

2009-09-19 Thread João Mesquita
Andrew, I am sorry for forgetting about you. This is exactly why asked if you were you on IRC the other day... Can you tell me if this is going to stay open source when production ready? jmesquita On 9/18/09, Andrew Thompson and...@hijacked.us wrote: On Thu, Sep 17, 2009 at 11:20:22AM -0700,

Re: [Freeswitch-users] Trouble Getting session:getVariable(state) in Lua

2009-09-19 Thread Matthew Fong
I think this is probably also the problem that this user on Jira thought was a bug at http://jira.freeswitch.org/browse/MODLANG-128 http://jira.freeswitch.org/browse/MODLANG-128Anyway, thanks! I had wanted the state of the channel because after hang-up of a channel being controlled by a lua

Re: [Freeswitch-users] Trouble Getting session:getVariable(state) in Lua

2009-09-19 Thread Anthony Minessale
you should always check session:ready() in all loops if session:ready() fails it means you must exit your script because the call has either been transferred or hungup. On Sat, Sep 19, 2009 at 11:41 AM, Matt Hunter m...@hellohunter.com wrote: I think this is probably also the problem that this

[Freeswitch-users] Call Tracing

2009-09-19 Thread Klaus Teller
Hi, Say i have an inbound VoIP/SIP call that hits my FS box. Is it possible to to extract information about the intermediate hops that the call or the signaling went through? If so, what information can i get? Thanks, Gregoire. -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla

[Freeswitch-users] mod_nibblebill

2009-09-19 Thread João Mesquita
Guys, I have been testing mod_nibblebill lately and there are 2 params that I could not make work. !-- If a call goes beyond a certain dollar amount, flag or terminate it -- param name=percall_max_amt value=1/ param name=percall_action value=hangup/ Looking at code, I could not find