Re: [Freeswitch-users] uuid_exists - does it still exist?

2009-09-10 Thread Brian West
What puzzles me is why you can't just update to SVN trunk to get uuid_exists in the first place? Its going to be 1.0.5 the more people we have testing the faster that happens. /b On Sep 10, 2009, at 4:24 PM, Phillip Jones wrote: > Strangely - the uuid_getvar uuid > workaround does not wo

Re: [Freeswitch-users] uuid_exists - does it still exist?

2009-09-10 Thread Michael Collins
As a sanity test, can you bring up a bridged call and run this test directly from the command line and compare the results to what's in your script? -MC On Thu, Sep 10, 2009 at 2:24 PM, Phillip Jones wrote: > Strangely - the uuid_getvar uuid workaround > does not work for me. > > This is the re

Re: [Freeswitch-users] uuid_exists - does it still exist?

2009-09-10 Thread Phillip Jones
Strangely - the uuid_getvar uuid workaround does not work for me. This is the result of: apiResult = fsApi.ExecuteString(string.Format("uuid_getvar {0} uuid", call.Uuid)); Log.WriteLine(LogLevel.Alert, "RESULT: uuid_getvar {0} is: {1}", call.Uuid, apiResult); returns a different uuid? 2009

Re: [Freeswitch-users] uuid_exists - does it still exist?

2009-09-03 Thread Michael Collins
On Thu, Sep 3, 2009 at 2:23 PM, Benedikt Fraunhofer < fraunhofer.lists.freeswitch-...@traced.net> wrote: > Hi, > > > > Usage: uuid_exists > > However when I call via an API call I get: > > INVALID COMMAND! > > I also don't see it in MOD_COMMAND.C > > As a workaround or if your are unable to upgra

Re: [Freeswitch-users] uuid_exists - does it still exist?

2009-09-03 Thread Benedikt Fraunhofer
Hi, > Usage: uuid_exists > However when I call via an API call I get: > INVALID COMMAND! > I also don't see it in MOD_COMMAND.C As a workaround or if your are unable to upgrade, you can use "uuid_getvar [some_uuid] thisVariableDoesNotExist" ("thisVariableDoesNotExist" is any variable you can th

Re: [Freeswitch-users] uuid_exists - does it still exist?

2009-09-03 Thread Brian West
You're not on the latest SVN that was recently added. /b On Sep 3, 2009, at 2:55 PM, Phillip Jones wrote: Hi there: The wiki states: uuid_exists Checks whether a given UUID exists. Usage: uuid_exists However when I call via an API call I get: INVALID COMMAND! I also don't see it in

[Freeswitch-users] uuid_exists - does it still exist?

2009-09-03 Thread Phillip Jones
Hi there: The wiki states: uuid_exists Checks whether a given UUID exists. Usage: uuid_exists However when I call via an API call I get: INVALID COMMAND! I also don't see it in MOD_COMMAND.C Has it gone? Thanks Phillip Jones. ___ FreeSWITCH