Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support events for asterisk 14 and newer #23

Merged
merged 1 commit into from
Jan 15, 2020

Conversation

DmitryMCN
Copy link
Contributor

@DmitryMCN DmitryMCN commented Jun 11, 2019

Support events for asterisk 14 and newer

Поддержка эвентов для asterisk версии 14 и выше
@FreeSS
Copy link
Contributor

FreeSS commented Jun 11, 2019

Related to #17

@FreeSS FreeSS changed the title Поддержка эвентов для asterisk версии 14 и выше Support events for asterisk 14 and newer Jun 11, 2019
@slesru
Copy link

slesru commented Jun 14, 2019

Hello!

I tested it and connection looks good now.

There is another issue with data handling.
If I ask meetme list 4404:

require "phpagi-asmanager.php";

$as = new AGI_AsteriskManager();
$res = $as->connect();
$room = 4404;
#print $room;
$res=$as->Command('meetme list '.$room);
print $res['data'];

I get
php -f test.php
User #
1 users in that conference.

While right output is
meetme list 4404
User #: 01 6401 D.Melekhov Channel: DAHDI/i1/6401-30 (not talking) 00:05:40
1 users in that conference.

Anyway, I rewrote my code without phpagi long time ago :-)

Thank you!

@DmitryMCN DmitryMCN merged commit 49adac9 into welltime:master Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants