[Freeswitch-users] Asterisk 1.6 connecting to FS 1.4

2009-09-14 Thread paul.d...@gmail.com
Hi, A client of ours is trying to connect his * to our FS, outgoing calls work fine, unfortunately when we try to forward an incoming call to his * it's not going through. I see his registration in our internal profile which looks just fine. We try to forward incoming calls using this in FS dialp

Re: [Freeswitch-users] FreeSwitch at backend

2009-06-24 Thread paul.d...@gmail.com
You can use FS socket event interface for that. See free Java lib for inbound socket event here: http://versafon.com/versafonweb/Software.jsp Jingwei Yang wrote: > Hi Folks, > > I understand freeSwitch is supporting a couple of languages for call > controls like Lua, Javascript, Perl, Java... Ho

Re: [Freeswitch-users] Open source Java based inbound event socket library available

2009-06-20 Thread paul.d...@gmail.com
I have Fortune 1000 clients myself, and frankly speaking in real world they don't even care what type of license the free stuff has. Why? Simple. Because 90% of the time these companies buy commercial support and being a commercial customer it's very easy for them to get a commercial version of

[Freeswitch-users] Open source Java based inbound event socket library available

2009-06-18 Thread paul.d...@gmail.com
http://versafon.com/versafonweb/Software.jsp Essentially it's a wrapper around inbound socket interface, not all events supported yet, and not all event parameters/variables. It's multi threaded and scaled well in testing. We offer commercial support and development for FreeSwitch as well.

Re: [Freeswitch-users] session.getDigits() not working

2009-06-16 Thread paul.d...@gmail.com
13564 Brian West wrote: > Shouldn't have really changed any behavior at all... What svn rev are > you on? > > /b > > On Jun 16, 2009, at 5:50 PM, paul.degt wrote: > > >> API CALL [global_getvar()] output: >> external_ssl_enable=false >> external_tls_port=5081 >> external_sip_port=5080 >> exte

Re: [Freeswitch-users] session.getDigits() not working

2009-06-16 Thread paul.d...@gmail.com
Solved by replacing "auto-nat" with public ip in public profile "external_sip-ip" and "extrenal-rtp-ip" params. I believe values for these params used to be taken from vars.xml and so would have public ips by default - would be nice to document such changes in READ

[Freeswitch-users] session.getDigits() not working

2009-06-14 Thread paul.d...@gmail.com
Trying out latest trunk ans seems like js function session.getDigits() stopped working (not collecting any digits), I do see switch_rtp.c:1560 Send end packet for [5] ts=260 dur=2080/2080/2000 seq=8732 in debug log so I assume dtmf is ok. Anybody can shed some light on why wouldn't it work

Re: [Freeswitch-users] Custom variable and channel answer event (socket)

2009-06-03 Thread paul.d...@gmail.com
> Can you pastebin a simple script that demonstrates the issue? >> Also, include any dialplan/configuration changes you use. >> Finally, please paste in a sample event with and without the >> variable in question. Once we have more information we w

Re: [Freeswitch-users] Custom variable and channel answer event (socket)

2009-06-03 Thread paul.d...@gmail.com
g>> wrote: >> >> Can you pastebin a simple script that demonstrates the issue? >> Also, include any dialplan/configuration changes you use. >> Finally, please paste in a sample event with and without the >> variable in question. Once w

[Freeswitch-users] Custom variable and channel answer event (socket)

2009-05-31 Thread paul.d...@gmail.com
Hi, I am setting a custom var from a javascript code, I do see it in channel state events and others up to channel answer. In channel answer event it somehow disappears, and then comes back in channel destroy event. My problem is that I really need it in channel answer event. What can be wrong h

[Freeswitch-users] How to remove default users?

2009-04-26 Thread paul.d...@gmail.com
I am trying to remove default users from my FS installation, I removed folder "default" with a bunch of users with numbers 1000 and up, restarted FS, but it seems to be cached somewhere, I guess in internal FS database. How do I purge it? Thanks. ___ F