Hi

A small question on Asterisk Manager. I use Perl Script for start a call:


my $response = $astman->sendcommand( Action => 'Originate',
                                        Channel =>
'SIP/ASTERISK/$Extension',
                                        Exten => '200',
                                        Context => 'MyContext',
                                        Priority => '1',
                                        Async => '1' );

That's start the call, but only the position of the corresponding sounds
departing. As soon as he clinched, that the second ringing phone.

Is there a way for two phone ring at the same time?

Thanks Olivier
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to