Re: [Opensim-dev] Running FreeSwitch with OpenSim

2010-05-18 Thread Jor3l Boa
Thanks to Dirk got it working (voice enabled) but FreeSwitch keeps giving me diff errors.. Will try with the users-list of FS to solve it, thanks to all 2010/5/18 Dirk Krause > I uploaded the 5.1 versions here: > http://drop.io/biu1lqd > > -- Dirk > > > -Ursprüngliche Nachricht- > Von: o

Re: [Opensim-dev] Controlling bots on server side

2010-05-18 Thread it
I mean, something is disturbing me, bots do not need to be client, and it appears that everytime we hear about bot on Opensim, they are all using OpenMetarverse to emulate a client connexion. Is there any way to create bots on the server Side ? Thanks to every people that could answer Good mo

Re: [Opensim-dev] Running FreeSwitch with OpenSim

2010-05-18 Thread Dirk Krause
I uploaded the 5.1 versions here: http://drop.io/biu1lqd -- Dirk -Ursprüngliche Nachricht- Von: opensim-dev-boun...@lists.berlios.de im Auftrag von Jor3l Boa Gesendet: Di 18.05.2010 21:45 An: opensim-dev@lists.berlios.de Betreff: Re: [Opensim-dev] Running FreeSwitch with OpenSim Thanks

Re: [Opensim-dev] Controlling bots on server side

2010-05-18 Thread it
Good morning, Thank you for this answer, I had a look at this IClientApi, and it seems that the Scenepresence Object has a IClientApi as an attribute (IClientApi 'ControllingClient'). This IClientApi enable many commands (thank you for your help), but, the issue is how to Login an Avatar with

Re: [Opensim-dev] Controlling bots on server side

2010-05-18 Thread Justin Clark-Casey
i...@nii.ac.jp wrote: Hi Many thanks for this very useful link, but I have an IMPORTANT question about controling BOTS. Is it possible to control bots without using openmetaverse. I mean, the GridClient Object from OpenMetaverse require a client-server connection Is there any way to contro

Re: [Opensim-dev] How to keep VS projects in sync with the sources?

2010-05-18 Thread Justin Clark-Casey
AlexRa wrote: Hello, I'm developing on Windows with MS Studio 2008. When I move between git branches checking out this or that one, the source files in the local dir appear/disappear as they should, but of course the VS projects are not affected, so the build fails whenever there are additions /

Re: [Opensim-dev] How to keep VS projects in sync with the sources?

2010-05-18 Thread Melanie
Hi, that is what prebuild does. Oh, by the way, I merged the Migrations branch from your repo, but it makes MySQL unit tests fail. Please fix this quickly, because otherwise I have to revert that merge. Melanie AlexRa wrote: > Hello, > > I'm developing on Windows with MS Studio 2008. When I mov

[Opensim-dev] How to keep VS projects in sync with the sources?

2010-05-18 Thread AlexRa
Hello, I'm developing on Windows with MS Studio 2008. When I move between git branches checking out this or that one, the source files in the local dir appear/disappear as they should, but of course the VS projects are not affected, so the build fails whenever there are additions / removals / rena

Re: [Opensim-dev] Running FreeSwitch with OpenSim

2010-05-18 Thread Jor3l Boa
Thanks Rob, tried to install Hippo .51 on XP, Win7 and Ubuntu.. I just never installs (gave error when downlaoding files).. is there another way to do it or download the hippo? Thanks for your help 2010/5/18 Rob Smart > Joroen is referring to enabling voice for a particular region/land parcel.

Re: [Opensim-dev] Some new code for your review and possible acceptance

2010-05-18 Thread Chris Hart
Hi Alex, I tend to maintain the MSSQL codebase as best I can - there are some estate pieces on 0.7 I am out of date with synching up with the other providers - it's on the todo list :) I'm very keen to see your changes, however I am completely useless with git and can't seem to get hold of your c

Re: [Opensim-dev] Some new code for your review and possible acceptance

2010-05-18 Thread diva
AlexRa wrote: It is compatible, and the idea is just the same. What's changed is the format of the migration files: instead of having all those 0nn_RegionStore.sql scattered around, you'd have all the same stuff in a single file, separated by ":VERSION nnn" like this: :VERSION 1 create table .

Re: [Opensim-dev] Controlling bots on server side

2010-05-18 Thread it
Hi Many thanks for this very useful link, but I have an IMPORTANT question about controling BOTS. Is it possible to control bots without using openmetaverse. I mean, the GridClient Object from OpenMetaverse require a client-server connection Is there any way to control a bot using opensim di

Re: [Opensim-dev] Running FreeSwitch with OpenSim

2010-05-18 Thread Rob Smart
Joroen is referring to enabling voice for a particular region/land parcel. This only needs to be done once and is an administrative task. It seems some viewers don't allow this admin step to enable the voice with OpenSim but with Hippo 0.51 it works. I'm not sure why the other viewers don't work bu

[Opensim-dev] OpenSim binary install

2010-05-18 Thread Clive Gould
Hi I have to install a clean copy of OpenSim 0.6.9 on a CentOS 5 server Which installation option is best 1) Source or 2) Binary Thanks very much Clive ___ Opensim-dev mailing list Opensim-dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo

Re: [Opensim-dev] Some new code for your review and possible acceptance

2010-05-18 Thread AlexRa
Hello Justin, JCC> I believe migrations were inspired by the Ruby on Rails way of JCC> doing things, so it would be nice to stick to this if possible JCC> (of course, your way may be completely compatible for all I JCC> know). In the past, the migrations have been tidied up simply by JCC> bunchi