Quantcast
Channel: FreePBX Community Forums - Latest posts
Viewing all articles
Browse latest Browse all 226423

AMI Action: CoreShowChannels

$
0
0

Example:

    $fp = fsockopen("localhost", 5038, $errno, $errstr, 30);
    $out = "Action: Login\r\n";
    $out .= "Events: off\r\n";
    $out .= "UserName: a****f\r\n";
    $out .= "Secret: ma***9\r\n\r\n";
    fwrite($fp, $out);

    $in = "Action: CoreShowChannels\r\n\r\n";
    $in .= "Action: Logoff\r\n\r\n";
    fwrite($fp, $in);

Viewing all articles
Browse latest Browse all 226423

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>