[Freeswitch-users] Upgrade Freeswitch to v1.4 stable version

Giovanni Maruzzelli gmaruzz at gmail.com
Tue Apr 7 22:12:32 MSD 2015


Happy it worked!

sent from my mobile,
Giovanni Maruzzelli
cell: +39 347 266 56 18
On Apr 7, 2015 8:09 PM, "Zvi Agmon" <zvi at lexifone.com> wrote:

> Hi Giovanni,
>
> I managed to get it work - thanks a lot for you help!
>
> Zvi
>
> Best regards
>
> Zvi Agmon
> Lexifone <http://www.lexifone.com/>
> email: zvi at lexifone.com
> Office: +972-4-6817711
> Cell: +972-54-4505109
>
> On Tue, Apr 7, 2015 at 4:51 PM, Giovanni Maruzzelli <gmaruzz at gmail.com>
> wrote:
>
>> sorry, it requires compilation.
>>
>> Compile the 1.8 version using the lua embedded by FreeSWITCH
>>
>> On Tue, Apr 7, 2015 at 3:48 PM, Giovanni Maruzzelli <gmaruzz at gmail.com>
>> wrote:
>>
>>> luaxml seems not to require compilation at all.
>>>
>>> if you are using from FreeSWITCH just use the 1.8 version of luaxml
>>>
>>>
>>>
>>> On Tue, Apr 7, 2015 at 3:32 PM, Zvi Agmon <zvi at lexifone.com> wrote:
>>>
>>>> Hi Giovanni,
>>>>
>>>> I'm not so much familiar with lua - is that relevant for LuaXml?
>>>> As I'm having problem running the file LuaXml.lua
>>>>
>>>> Thanks
>>>> Zvi
>>>>
>>>> Best regards
>>>>
>>>> Zvi Agmon
>>>> Lexifone <http://www.lexifone.com/>
>>>> email: zvi at lexifone.com
>>>> Office: +972-4-6817711
>>>> Cell: +972-54-4505109
>>>>
>>>> On Tue, Apr 7, 2015 at 4:07 PM, Giovanni Maruzzelli <gmaruzz at gmail.com>
>>>> wrote:
>>>>
>>>>> this instructions let you compile luasocket using lua embedded in
>>>>> freeswitch.
>>>>>
>>>>>
>>>>> https://freeswitch.org/confluence/display/FREESWITCH/Installing+LuaSocket
>>>>>
>>>>> You can alter it to compile your lua extensions...
>>>>>
>>>>> Pay attention to the openlib/register substitution, that's the most
>>>>> difference between 5.1 and 5.2
>>>>>
>>>>> Anyway, just link it with the lua embedded into FreeSWITCH.
>>>>>
>>>>>
>>>>> -giovanni
>>>>>
>>>>> On Tue, Apr 7, 2015 at 2:56 PM, Zvi Agmon <zvi at lexifone.com> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> We are using LuaXml.lua and it requires the LuaXML_lib - in v1.2 it
>>>>>> worked with lua 5.1 but now it fails... How to fix it?
>>>>>>
>>>>>> Thanks
>>>>>> Zvi Agmon
>>>>>>
>>>>>> Best regards
>>>>>>
>>>>>> Zvi Agmon
>>>>>> Lexifone <http://www.lexifone.com/>
>>>>>> email: zvi at lexifone.com
>>>>>> Office: +972-4-6817711
>>>>>> Cell: +972-54-4505109
>>>>>>
>>>>>> On Tue, Apr 7, 2015 at 3:49 PM, Brian West <brian at freeswitch.org>
>>>>>> wrote:
>>>>>>
>>>>>>> Giovanni,
>>>>>>>
>>>>>>> We are moving to system Lua, I will need to double check but I think
>>>>>>> Mike already made this change in the v1.4 release branch.
>>>>>>>
>>>>>>> On Tue, Apr 7, 2015 at 7:38 AM, Giovanni Maruzzelli <
>>>>>>> gmaruzz at gmail.com> wrote:
>>>>>>>
>>>>>>>> you don't need to make lua
>>>>>>>>
>>>>>>>> it will be automatically made by compiling freeswitch, you don't
>>>>>>>> need no external lua.
>>>>>>>>
>>>>>>>> just compile and install freeswitch, it will have its own lua
>>>>>>>> embedded.
>>>>>>>>
>>>>>>>> -giovanni
>>>>>>>>
>>>>>>>>
>>>>>>>> On Tue, Apr 7, 2015 at 2:26 PM, Zvi Agmon <zvi at lexifone.com> wrote:
>>>>>>>>
>>>>>>>>> Steven thanks,
>>>>>>>>>
>>>>>>>>> I pulled the v1.4 but now having troubles upgrade to lua 5.2.
>>>>>>>>> I tried running this (taken from
>>>>>>>>> https://freeswitch.org/confluence/display/FREESWITCH/Third+Party+Libraries
>>>>>>>>> ):
>>>>>>>>>
>>>>>>>>> apt-get install lua5.2 luarocks
>>>>>>>>> luarocks install luaxml
>>>>>>>>>
>>>>>>>>> But it keeps failing with dependency error.
>>>>>>>>>
>>>>>>>>> What is the correct way to make lua 5.2 for Freeswtich?
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>> Zvi Agmon
>>>>>>>>>
>>>>>>>>> Best regards
>>>>>>>>>
>>>>>>>>> Zvi Agmon
>>>>>>>>> Lexifone <http://www.lexifone.com/>
>>>>>>>>> email: zvi at lexifone.com
>>>>>>>>> Office: +972-4-6817711
>>>>>>>>> Cell: +972-54-4505109
>>>>>>>>>
>>>>>>>>> On Tue, Apr 7, 2015 at 1:42 PM, Steven Ayre <steveayre at gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> The git branch is not named in the same manner as 1.2.... v1.4
>>>>>>>>>> instead of v1.4.stable
>>>>>>>>>>
>>>>>>>>>> On 6 April 2015 at 14:48, Zvi Agmon <zvi at lexifone.com> wrote:
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Stanislav , thanks for the quick response!
>>>>>>>>>>>
>>>>>>>>>>> I want to build from sources but can't get v1.4.stable - is that
>>>>>>>>>>> does not exist any more?
>>>>>>>>>>> And if not - what should I checkout, just v1.4?
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> Zvi Agmon
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Best regards
>>>>>>>>>>>
>>>>>>>>>>> Zvi Agmon
>>>>>>>>>>> Lexifone <http://www.lexifone.com/>
>>>>>>>>>>> email: zvi at lexifone.com
>>>>>>>>>>> Office: +972-4-6817711
>>>>>>>>>>> Cell: +972-54-4505109
>>>>>>>>>>>
>>>>>>>>>>> On Mon, Apr 6, 2015 at 4:24 PM, Stanislav Sinyagin <
>>>>>>>>>>> ssinyagin at gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> 1.2 configuration should work in 1.4 without any troubles. If
>>>>>>>>>>>> you
>>>>>>>>>>>> install from sources, you can simply delete and re-install the
>>>>>>>>>>>> target
>>>>>>>>>>>> directory, and then roll out the old configuration.
>>>>>>>>>>>>
>>>>>>>>>>>> If upgrading from binary packages, it should work with just
>>>>>>>>>>>> "apt-get
>>>>>>>>>>>> upgrade" or "yum update"
>>>>>>>>>>>>
>>>>>>>>>>>> On Mon, Apr 6, 2015 at 12:55 PM, Zvi Agmon <zvi at lexifone.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>> > Hello,
>>>>>>>>>>>> >
>>>>>>>>>>>> > I'm trying to figure out what is the correct and best way to
>>>>>>>>>>>> upgrade a
>>>>>>>>>>>> > server running Freeswitch v1.2 to v1.4 stable.
>>>>>>>>>>>> > I could not find any clear documentation - can you please
>>>>>>>>>>>> help?
>>>>>>>>>>>> >
>>>>>>>>>>>> >
>>>>>>>>>>>> > Thanks a lot
>>>>>>>>>>>> >
>>>>>>>>>>>> > Zvi Agmon
>>>>>>>>>>>> > Lexifone
>>>>>>>>>>>> > email: zvi at lexifone.com
>>>>>>>>>>>> > Office: +972-4-6817711
>>>>>>>>>>>> > Cell: +972-54-4505109
>>>>>>>>>>>> >
>>>>>>>>>>>> >
>>>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>>>> > Professional FreeSWITCH Consulting Services:
>>>>>>>>>>>> > consulting at freeswitch.org
>>>>>>>>>>>> > http://www.freeswitchsolutions.com
>>>>>>>>>>>> >
>>>>>>>>>>>> > Official FreeSWITCH Sites
>>>>>>>>>>>> > http://www.freeswitch.org
>>>>>>>>>>>> > http://confluence.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://confluence.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://confluence.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://confluence.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://confluence.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
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Sincerely,
>>>>>>>>
>>>>>>>> Giovanni Maruzzelli
>>>>>>>> Cell : +39-347-2665618
>>>>>>>>
>>>>>>>>
>>>>>>>> _________________________________________________________________________
>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>> consulting at freeswitch.org
>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>
>>>>>>>> Official FreeSWITCH Sites
>>>>>>>> http://www.freeswitch.org
>>>>>>>> http://confluence.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
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Brian West*
>>>>>>> brian at freeswitch.org
>>>>>>>
>>>>>>>
>>>>>>> *Twitter: @FreeSWITCH , @briankwest*
>>>>>>> http://www.freeswitchbook.com
>>>>>>> http://www.freeswitchcookbook.com
>>>>>>>
>>>>>>> ClueCon 2015 Call for Speakers
>>>>>>> <https://www.cluecon.com/call-for-speakers/> | Register
>>>>>>> <https://freeswitch.com/cart.php?gid=1> TODAY! | Reddit:
>>>>>>> /r/freeswitch <https://www.reddit.com/r/freeswitch>
>>>>>>>
>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
>>>>>>>
>>>>>>>
>>>>>>> _________________________________________________________________________
>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>> consulting at freeswitch.org
>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>
>>>>>>> Official FreeSWITCH Sites
>>>>>>> http://www.freeswitch.org
>>>>>>> http://confluence.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://confluence.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
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Sincerely,
>>>>>
>>>>> Giovanni Maruzzelli
>>>>> Cell : +39-347-2665618
>>>>>
>>>>>
>>>>> _________________________________________________________________________
>>>>> Professional FreeSWITCH Consulting Services:
>>>>> consulting at freeswitch.org
>>>>> http://www.freeswitchsolutions.com
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> http://www.freeswitch.org
>>>>> http://confluence.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://confluence.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
>>>>
>>>
>>>
>>>
>>> --
>>> Sincerely,
>>>
>>> Giovanni Maruzzelli
>>> Cell : +39-347-2665618
>>>
>>
>>
>>
>> --
>> Sincerely,
>>
>> Giovanni Maruzzelli
>> Cell : +39-347-2665618
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.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://confluence.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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150407/247f57d2/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list