Re: [Freeswitch-users] tigerjet 560C USB-to-rj11: incorperate usbhid/usbsnd device into freeswitch

2009-12-24 Thread Kristoff Bonne
Hi Michael, Yesterday I did a quick scan of the complete source-code of both freeswitch and openzap and there is nowhere any mention of libhid or /dev/usb/hiddev0 (the two possible interface-modules to communicate with HID-devices in linux). So I fear that, at this time, it's not possible to

Re: [Freeswitch-users] Skypiax: not able to detect Inband dtmf tones from pstn call?

2009-12-24 Thread Scott Torr
Hi Anthony, Yes, The start_dtmf application is in the dialplan. One question I still have is will the Goertzel algorithm in libteletone_detect.c be able to detect and decode the DTMF tones once they have past through the PSTN and Skype network traversing various codecs? 1) They sound audible

[Freeswitch-users] [CRIT] mod_event_socket.c:337 Lost 8456 events!

2009-12-24 Thread Nicolas Brenner
I just got into the fs cli and when I ran a 'show calls' I got the following message: 2009-12-24 09:58:20.058365 [CRIT] mod_event_socket.c:337 Lost 8456 events! What does this mean? does it mean the event_socket did not report 8456 events? Why could this happen? The answer to this is pretty

[Freeswitch-users] SNOM shared lines with TLS problems?

2009-12-24 Thread Yehavi Bourvine
Hello, Is there anyone who is using SNOM with TLS encryption and shared lines and it works? We have 1.0.5pre9 connected to SNOM-820 with shared lines between 2-3 SNOM phones. The TLS is defined by adding transport=tls to the registrar field (proxy is left blank). We noticed the following

[Freeswitch-users] Javascript system calls

2009-12-24 Thread Nicolas Brenner
Hi, I wanted to know what is the javascript equivalent of lua's os.execute(). I need to run a command from within a js script. Thanks! Nicolas ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

Re: [Freeswitch-users] Local call uses public context?

2009-12-24 Thread Lars Zeb
Brian, Please forgive my slowness, but I'm still having problems with this. When you say that I really didn't auth the user, did you mean the endpoint/extension? If you did, I upped to svn1 16055 and placed a cidr attribute on the extension and reran the test, resulting in the same output,

Re: [Freeswitch-users] Local call uses public context?

2009-12-24 Thread Michael Collins
Lars, Since this question has come up a few times I'm going to write up a nice wiki article on it explaining the differences between letting someone in via an ACL and actually doing digest authentication. In a nutshell, though, it's this: if the user does digest authentication (with the whole

Re: [Freeswitch-users] Local call uses public context?

2009-12-24 Thread Lars Zeb
Thanks for the reply, Michael. I tried the digest authentication using the cidr and copying the conf/sip_profiles/internal.xml from the distribution, where param name=apply-inbound-acl value=domains/ As a result, one endpoint could not register and another was unauthorized.

[Freeswitch-users] MacOSX

2009-12-24 Thread Ken Gillett
Yes, I want to set up FreeSwitch on OSX and at least see how it runs, assuming I can get that far. I've downloaded the latest tarball and run configure which seemed to complete ok. But what next? Do I actually need to run make all install sounds-install moh-install as in some lists of