1
我們有星號服務器和GSM網關。我需要知道在當前時間呼叫星號的電話號碼。現在我可以用命令core show channels
得到SIP,但我不知道如何獲取電話號碼。 我使用phpAGI庫:星號。 PHP。如果我知道SIP,如何獲得電話號碼?
$agi_manager = new AGI_AsteriskManager(null, $agi_config);
$connect = $agi_manager->connect();
$result = $agi_manager->command('core show channels');
非常感謝! – Ildar 2012-08-08 04:56:52