Multi Call (simultaneously) - Dialer ou Predictive Dialer

Hi,
Someone knows how can I do Multi Calls from Asterisk (simultaneously)?

  • How? Tell me which command.

Thks,

Leonardo Rebitte
+55 21 4063 4101

You could try use the call files or the manager api, see voip-info.org/tiki-index.php … o-dial+out .

Cheers.

Marco Bruni

Asterisk does not limit you on how many calls you make at once. You are only limited by how many phone lines you have and what kind of server you have (meaning how many calls it can handle at once).

Thks Marco!

This url help me a lot!

Do you know where can I foud a socket.c or so, to connect to asterisk externally to CLI>?

I want send commands to CLI> from my VB Application.

[quote=“mbruni”]You could try use the call files or the manager api, see voip-info.org/tiki-index.php … o-dial+out .

Cheers.

Marco Bruni[/quote]

You want to use the asterisk AMI:
voip-info.org/wiki/view/Asterisk+manager+API