Skip to content

wormling/phparia-lyra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phparia-lyra

phparia extension for Sangoma Lyra Answering Machine Detection for Asterisk.

Features

  • Receive Lyra CPD-Result events in phparia applications.

Available via Composer

Just add the package "wormling/phparia-lyra":

    {
        "require": {
            "wormling/phparia-lyra": "dev-master"
        }
    }

Listening for AMD results

    $phpariaLyra = new \phpariaLyra\Client\PhpariaLyra($phparia);
    
    $phpariaLyra->onCpdResult(function (CpdResult $cpdResult) {
        echo $cpdResult->getResult();
    });

Examples

(https://github.com/wormling/phparia/tree/master/src/wormling/phparia-lyra/Examples)

License

Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

About

phparia extension for lyra support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages