[Freeswitch-users] FreeSWITCH-users Digest, Vol 69, Issue 60

virendra bhati virbhati at gmail.com
Wed Mar 7 13:18:09 MSK 2012


I saw on vbilling with freeswitch they used vbilling.luac. I want to make
such sript in lua. So that programming logic will be safe for outside word.
How to comple and make bytecode on lua?

Which you provide me it not what I want to implement.


On Wed, Mar 7, 2012 at 3:41 PM, <
freeswitch-users-request at lists.freeswitch.org> wrote:

> 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: answer when agent connects in mod_callcenter (Anita Hall)
>   2. State of GUIs (Brett Wilson)
>   3. DTMF passthrough delay / pass_rfc2833 problems (Dmitry Sytchev)
>   4. Re: how to create Lua application for Freeswicth (Anita Hall)
>
>
> ---------- Forwarded message ----------
> From: Anita Hall <anita.hall at simmortel.com>
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> Cc:
> Date: Wed, 7 Mar 2012 13:51:57 +0530
> Subject: Re: [Freeswitch-users] answer when agent connects in
> mod_callcenter
> Hey Peter
>
> Much thanks :) It worked like a charm!
>
> Now I am able  to ring an agent via mod_callcenter and if the agent does
> not answer, then the caller is not answered. Magic !
>
> Now all I need to do is to hangup the caller if the agent does not answer
> / cancels ....
>
> regards,
> Anita
>
>
>
> On Wed, Mar 7, 2012 at 12:41 PM, Peter Olsson <
> peter.olsson at visionutveckling.se> wrote:
>
>> Look in the code for switch_channel_answer(), that's what causes the call
>> to be answered.
>>
>> Anyway, even though an unanswered call seems great in theory, it usually
>> doesn't work, because the providers will only allow that state for a
>> limited time. So in the end, answer is usually what must be done anyway.
>>
>> /Peter
>>
>> ----- Reply message -----
>> Från: "Anita Hall" <anita.hall at simmortel.com>
>> Datum: ons, mar 7, 2012 07:24
>> Rubrik: [Freeswitch-users] answer when agent connects in mod_callcenter
>> Till: "FreeSWITCH Users Help" <freeswitch-users at lists.freeswitch.org>
>>
>> Hi!
>>
>> I tried mod_callcenter and I must say it is an amazing piece of work by
>> Marc Olivier Chouinard! We had built something like this over ESL but
>> nothing beats a loadable module :)
>>
>> The tricky question is how do I configure it so that the caller is
>> answered only after an agent is connected? By default, the call is answered
>> and moh is played. Is it even possible or do I have to look inside
>> mod_callcenter? If that, exactly where does a module answer a call ?
>>
>> Thanks.
>>
>> regards,
>> Anita
>>
>> !DSPAM:4f56fcb432761851621280!
>>
>> _________________________________________________________________________
>> 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
>>
>
>
>
> ---------- Forwarded message ----------
> From: "Brett Wilson" <brett at launch3.net>
> To: <freeswitch-users at lists.freeswitch.org>
> Cc:
> Date: Wed, 7 Mar 2012 03:35:36 -0500
> Subject: [Freeswitch-users] State of GUIs
>
> Hey guys,****
>
> I was wondering if anyone had any info on the current state of FS guis? It
> seems that most of the gui projects (blue.box, fusionpbx) have been mostly
> abandoned in terms of development. I would like something simple for end
> users to self-administer if needed. The problem I have with fusionpbx is
> that config files are overwritten by whatever is in the database. If you
> hand-edit a config file, fusion will not parse the file and load those
> settings  into the interface. I realize that takes much more coding to do
> than using a database to simply write config files. But I feel that the
> freeswitch interface could be improved anyway. Unfortunately it seems that
> project has been abandoned. There have not been any releases since mid-2011.
> ****
>
> ** **
>
> Anything new out or around the corner?****
>
> ** **
>
> *Brett Wilson*
>
> *IT Department*
>
> *Launch 3 Ventures, LLC*****
>
> 134 Myer Street****
>
> Hackensack, NJ 07601****
>
> *Phone:* 877.878.9134
> *Fax:* 646.536.3866****
>
> *Email:* Brett.Wilson at launch3.net****
>
> *AOL IM:* Brett.Wilson at launch3.net****
>
> www.Launch3.net****
>
> *www.Launch3telecom.com <http://www.launch3telecom.com/>*****
>
> *******************************
>
> [image: Description: Description: Blogger-logo]<http://launch3telecom.blogspot.com/>[image:
> Description: Description: FaceBook-Logo]<http://www.facebook.com/pages/Launch-3-Telecom/165610820178720>[image:
> Description: Description: Twitter-Logo]<https://twitter.com/launch3telecom>
> ****
>
> ** **
>
>
> ---------- Forwarded message ----------
> From: Dmitry Sytchev <kbdfck at gmail.com>
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> Cc:
> Date: Wed, 7 Mar 2012 13:29:56 +0400
> Subject: [Freeswitch-users] DTMF passthrough delay / pass_rfc2833 problems
> Hi all
>
> I'd like to know is there a way to make freeswitch pass RFC2833 dtmf right
> after it receives first packets as in pass_rfc2833 mode, but still
> recognize DTMF for bind_meta_app or bind_digit_action? Seems when i enable
> pass_rfc2833, bind_meta_app stops working.
>
> When we use ATA endpoints like Linksys PAP2T or SPA8000 without
> pass_rfc2833, ATAs sends little piece of inband DTMF followed by RFC2833
> packets. While inband piece is immediately forwarded by FS, RFC2833 packets
> get relayed only after receiving end packets from endpoint, or at least
> delayed, effectively making double DTMF on other side.
>
> We can't use no-media or proxy-media mode as we need to deal with in-call
> features activated by DTMF :(
>
> What can be done to solve this issues?
>
>
>
> --
> Best regards,
>
> Dmitry Sytchev,
> IT Engineer
>
>
> ---------- Forwarded message ----------
> From: Anita Hall <anita.hall at simmortel.com>
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> Cc:
> Date: Wed, 7 Mar 2012 15:40:47 +0530
> Subject: Re: [Freeswitch-users] how to create Lua application for
> Freeswicth
> You can start from here
> http://wiki.freeswitch.org/wiki/Lua_Welcome_IVR_Example
>
> and the mod_lua page.
>
> regards,
> Anita
>
>
>
> On Wed, Mar 7, 2012 at 1:27 PM, virendra bhati <virbhati at gmail.com> wrote:
>
>> FreeSwitch is new for me.
>> I want to make my own small application in lua and connect to mysql DB.
>> Could anyone please suggest me how to start programming in Lua ?
>> I am reading below thread for Lua programming. I want to boost it up
>> with small program so that my confidence will increase.
>>
>> http://www.lua.org/pil/index.html
>>
>> Any book for programming in Lua for freeswitch
>> --
>>
>> Thanks and regards
>>
>>  Virendra Bhati
>> +91-8885268942
>> Software Engineer
>> E-mail-: virbhati at gmail.com
>> Skype id:- virbhati2
>> Hyderabad(India)
>>
>>
>> _________________________________________________________________________
>> 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
>>
>>
>
> _______________________________________________
> 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
>
>


-- 

Thanks and regards

 Virendra Bhati
+91-8885268942
Software Engineer
E-mail-: virbhati at gmail.com
Skype id:- virbhati2
Hyderabad(India)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120307/2083bb20/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 1715 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120307/2083bb20/attachment-0003.jpe 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 1680 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120307/2083bb20/attachment-0004.jpe 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 1815 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120307/2083bb20/attachment-0005.jpe 


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