AMI originate commands are executed in serial order?

greetings,

i am trying to make several calls from my application using AMI Originate, for example:

Action: Originate
Channel: SIP/777
Context: internal
Exten: 353
Priority: 1

Action: Originate
Channel: SIP/326
Context: internal
Exten: 327
Priority: 1

it seems that the commands are executed in serial order: until the first call is either answered or timed-oud, the second will not start to ring.

is this true? i’ve tried to send Originate simultaneously from different sockets or even from different machines, but the result is the same.

how else can i create several simultaneous calls from my application?

thanks a lot!

add

Async: true

to your originate and you won’t have this problem…