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

Michael Collins msc at freeswitch.org
Thu Sep 3 14:56:23 PDT 2009


On Thu, Sep 3, 2009 at 2:23 PM, Benedikt Fraunhofer <
fraunhofer.lists.freeswitch-001 at traced.net> wrote:

> Hi,
>
>
> > Usage: uuid_exists <uuid>
> > 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 think of, a valid
> one or literally 'thisVariableDoesNotExist' :)
> You'll either get an error that this channel does not exist any longer
> or "undef" for the channel variable.
> The api will return "+OK" in case the channel still exists, and
> "ERROR" in case it does not.
>
> Beni.
>
>
You could even do this:
uuid_getvar <the_uuid_you_are_checking> uuid

If it exists then the return will be the uuid. :)

Although I must say I recommend this instead:
make current

:)
-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090903/6b4decfa/attachment-0002.html 


More information about the FreeSWITCH-users mailing list