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

asterisk 16 and CommandAction Response always return Read timeout #186

Open
varlog11 opened this issue Jun 13, 2019 · 3 comments
Open

asterisk 16 and CommandAction Response always return Read timeout #186

varlog11 opened this issue Jun 13, 2019 · 3 comments

Comments

@varlog11
Copy link

$asteriskClient = new ClientImpl($options);
$asteriskClient->open();
$res3 = $asteriskClient->send(new CommandAction('pjsip show contacts'));
$lines = $res3->getRawContent();
var_dump($lines);

always return Read timeout

@alexpts
Copy link

alexpts commented Nov 6, 2019

+1

1 similar comment
@jorgepy
Copy link

jorgepy commented Dec 2, 2019

+1

@varlog11
Copy link
Author

varlog11 commented Dec 3, 2019

Use this fork https://github.com/chan-sccp/PAMI
It Works

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

No branches or pull requests

3 participants