Bastian Schern <[EMAIL PROTECTED]> wrote:
> I'm very pleased to see that OpenPBX is going more and more stable and
> reliable.
> 
> I got a question to the OGI interface. Is it compatible with the AGI
> interface?
> Where are the differences?
> 
There are no differences other than variables being renamed from AGI
to OGI at the moment.

If you use the Asterisk::AGI module then you must edit it to change
"agi_" to "ogi_", in code like the following:

    if (/^ogi_(\w+)\:\s+(.*)$/) {
        $input{$1} = $2;
    }

I went further and renamed the module to OpenPBX::OGI, but you don't
need to do that.

I have been using OpenPBX for a while now, with no problems at all.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    [EMAIL PROTECTED]
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/
_______________________________________________
Openpbx-users mailing list
[email protected]
http://lists.openpbx.org/mailman/listinfo/openpbx-users

Reply via email to