[Freeswitch-users] FreeSWITCH-users Digest, Vol 84, Issue 152

Jeffkingsley Kigg jeffkingsleykigg at yahoo.com
Sun Jun 16 12:03:14 MSD 2013


Hello 
Matt 
>
>>
>Try Twinkle will Work for both Intranet AND  internet
>Jeff 


________________________________
 From: "freeswitch-users-request at lists.freeswitch.org" <freeswitch-users-request at lists.freeswitch.org>
To: freeswitch-users at lists.freeswitch.org 
Sent: Sunday, June 16, 2013 2:22 AM
Subject: FreeSWITCH-users Digest, Vol 84, Issue 152
 

----- Forwarded Message -----

Send FreeSWITCH-users mailing list submissions to
    freeswitch-users at lists.freeswitch.org

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
or, via email, send a message with subject or body 'help' to
    freeswitch-users-request at lists.freeswitch.org

You can reach the person managing the list at
    freeswitch-users-owner at lists.freeswitch.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of FreeSWITCH-users digest..."

Today's Topics:

   1. Re: SIP web client recommendations (Jack)
   2. Re: Best practice for centralized user    registration database
      (Emrah)
   3. Problems with freeswitch-meta-vanilla on debian    7.0
      (Stanislav Sinyagin)
   4. Re: Problems with freeswitch-meta-vanilla on    debian 7.0
      (Stanislav Sinyagin)

Matt,
The Flex client on (rtmp) conference.freeswitch.org works quite
    well.
 Zoiper has a plugin that also works well as a commercial solution.  
Jack



On 6/8/2013 4:28 PM, Ken Rice wrote:

Re: [Freeswitch-users] SIP web client recommendations You could look at mod_rtmp
>
>
>On 6/8/13 6:17 PM, "Matthew Cordes" <cordes.matthew at gmail.com> wrote:
>
> 
>Hello, 
>>
>>Could anyone recommend a SIP web client (either using flash
            or Java applets) that they found worked particularly well
            with FreeSwitch. I've tried a few of them with mixed
            results. http://phono.com is the best one I've tried, but one of my requirements is that the client (and media server if needs one like flash) be deployable inside my company's intranet w/o access to the internet. This rules out all of the cloud based solutions sadly. 
>>
>>I'm also playing with WebRTC but I don't think that's mature
            enough for my immediate needs. 
>>
>>I'm not biased against a commercial solution. 
>>
>>-Matt
>>
>>>>________________________________
>>_________________________________________________________________________
>>Professional FreeSWITCH Consulting Services:
>>consulting at freeswitch.org
>>http://www.freeswitchsolutions.com
>>
>>FreeSWITCH-powered IP PBX: The CudaTel Communication
              Server
>>
>>
>>Official FreeSWITCH Sites
>>http://www.freeswitch.org
>>http://wiki.freeswitch.org
>>http://www.cluecon.com
>>
>>FreeSWITCH-users mailing list
>>FreeSWITCH-users at lists.freeswitch.org
>>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>http://www.freeswitch.org
>>
>-- 
>Ken
>http://www.FreeSWITCH.org
>http://www.ClueCon.com
>http://www.OSTAG.org
>irc.freenode.net #freeswitch
> 
>
>
>_________________________________________________________________________
Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com   Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org 
Hi William,

Do you know where I can find the documentation for using PGSQL to store configs, especially user directory entries?

Thanks!
On Jun 12, 2013, at 12:51 PM, William King <william.king at quentustech.com> wrote:

> mod_xml_ldap is on a list to be rewritten. Currently there are 3 main
> ways to solve this issue: mod_xml_curl, or mod_xml_radius or direct
> pgsql access. There is another method that involves (re)generating the
> static xml files, then calling reloadxml.
> 
> William King
> Senior Engineer
> Quentus Technologies, INC
> 1037 NE 65th St Suite 273
> Seattle, WA 98115
> Main:   (877) 211-9337
> Office: (206) 388-4772
> Cell:   (253) 686-5518
> william.king at quentustech.com
> 
> On 06/12/2013 09:01 AM, Brian Foster wrote:
>> I'd use LDAP. Unfortunetly mod_ldap does not look as if it is being
>> maintained, and from the looks of it the module needs a rewrite. So, use
>> your new/existing openLDAP server (every company should have), and there
>> are plenty of PHP examples on the interwebs to create a connector so FS
>> can talk to the database via XML (you could use mod_xml_curl on FS side). 
>> 
>> It's a lot of work, but it's worth doing. 
>> 
>> - BDF
>> 
>> Thank you,
>> 
>> Brian Foster
>> Project Manager/Owner's Representative
>> Davri Investments, Incorporated
>> P: +1-317-787-2686
>> M: +1-317-600-9753
>> Indianapolis, Indiana
>> 
>> 
>> On Wed, Jun 12, 2013 at 9:58 AM, Steven Ayre <steveayre at gmail.com
>> <mailto:steveayre at gmail.com>> wrote:
>> 
>>> From within FS for ODBC this is probably best practice:
>> 
>>    http://wiki.freeswitch.org/wiki/Lua_freeswitch_dbh#User_Directory_XML
>> 
>>    Being Lua means it's very easy to customise the queries / results.
>> 
>>    -Steve
>> 
>> 
>> 
>> 
>>    On 12 June 2013 14:51, Steven Ayre <steveayre at gmail.com
>>    <mailto:steveayre at gmail.com>> wrote:
>> 
>>        Most people are probably using XML curl. It's very flexible and
>>        can scale quite well since you can point it at a load balanced
>>        farm of servers.
>> 
>>        There's also a LDAP module if you're that way inclined. I don't
>>        think there's a module that'll talk directly to a ODBC database
>>        right now.
>> 
>>        As far as the API goes check the contrib repository - there are
>>        some examples in there you could 'borrow'.
>> 
>>        -Steve
>> 
>> 
>> 
>>        On 12 June 2013 12:33, Emrah <lists at kavun.ch
>>        <mailto:lists at kavun.ch>> wrote:
>> 
>>            Hi all,
>> 
>>            What is the best practice today to handle users directory
>>            dynamically through a database, ideally PostgreSQL or MySQL?
>>            I'm kind of concerned by what I've seen so far in the
>>            available documentation. Do I really have to write an API to
>>            serve data from a DB to FreeSwitch?
>>            How about monitoring registration states?
>> 
>>            My goal is simple. I would like to have multiple FS
>>            instances share the same users directory and be able to tell
>>            on which server the client has registered.
>> 
>>            Your help would be greatly appreciated.
>> 
>>            Thanks,
>>            E
>>            _________________________________________________________________________
>>            Professional FreeSWITCH Consulting Services:
>>            consulting at freeswitch.org <mailto:consulting at freeswitch.org>
>>            http://www.freeswitchsolutions.com
>> 
>>            
>>            
>> 
>>            Official FreeSWITCH Sites
>>            http://www.freeswitch.org
>>            http://wiki.freeswitch.org
>>            http://www.cluecon.com
>> 
>>            FreeSWITCH-users mailing list
>>            FreeSWITCH-users at lists.freeswitch.org
>>            <mailto:FreeSWITCH-users at lists.freeswitch.org>
>>            http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>            UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>            http://www.freeswitch.org
>> 
>> 
>> 
>> 
>>    _________________________________________________________________________
>>    Professional FreeSWITCH Consulting Services:
>>    consulting at freeswitch.org <mailto:consulting at freeswitch.org>
>>    http://www.freeswitchsolutions.com
>> 
>>    
>>    
>> 
>>    Official FreeSWITCH Sites
>>    http://www.freeswitch.org
>>    http://wiki.freeswitch.org
>>    http://www.cluecon.com
>> 
>>    FreeSWITCH-users mailing list
>>    FreeSWITCH-users at lists.freeswitch.org
>>    <mailto:FreeSWITCH-users at lists.freeswitch.org>
>>    http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>    UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>    http://www.freeswitch.org
>> 
>> 
>> 
>> 
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>> 
>> 
>> 
>> 
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://wiki.freeswitch.org
>> http://www.cluecon.com
>> 
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>> 
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
> 
> 
> 
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
> 
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org




hi,

I'm trying to figure out if I should use Debs for a new installation or follow the old path and build FreeSWITCH from sources.

Got a freshly created Debian 7.0 (wheezy) 64bit VM at digitalocean.com, and did the following:

cat >/etc/apt/sources.list.d/freeswitch.list <<EOT
deb http://files.freeswitch.org/repo/deb/debian/ wheezy main
EOT

curl http://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add -

apt-get update
apt-get install freeswitch-meta-vanilla



After that, /etc/freeswitch  does not exist, and of course FreeSWITCH would not launch.


Looks like the packages were not properly tested...



regards,
stanislav







same problem on Debian 6.





>________________________________
> From: Stanislav Sinyagin <ssinyagin at yahoo.com>
>To: "freeswitch-users at lists.freeswitch.org" <freeswitch-users at lists.freeswitch.org> 
>Sent: Sunday, June 16, 2013 1:16 AM
>Subject: Problems with freeswitch-meta-vanilla on debian 7.0
> 
>
>
>hi,
>
>
>I'm trying to figure out if I should use Debs for a new installation or follow the old path and build FreeSWITCH from sources.
>
>
>Got a freshly created Debian 7.0 (wheezy) 64bit VM at digitalocean.com, and did the following:
>
>
>cat >/etc/apt/sources.list.d/freeswitch.list <<EOT
>deb http://files.freeswitch.org/repo/deb/debian/ wheezy main
>EOT
>
>curl http://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add -
>
>apt-get update
>apt-get install freeswitch-meta-vanilla
>
>
>
>After that, /etc/freeswitch  does not exist, and of course FreeSWITCH would not launch.
>
>
>
>
>Looks like the packages were not properly tested...
>
>
>
>
>
>
>regards,
>stanislav
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130616/07ae54fa/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list