Hi there, <br><br>I am new to asterisk, I am trying to write a dialplan with 2 process running concurrently. <br>Current dialplan only able to execute process with priority example <br><br>exten =&gt;100,1,Answer()<br>exten =&gt;100,2,Musiconhold()
<br>exten =&gt;100,3,Hangup<br><br>is it possible to have process musiconhold/background and dial process together.? <br>I am looking into a dialplan where once call connected then the musiconhold or background still running.
<br><br>Mean i need&nbsp; 2 process running at a same time. Is it possible?<br><br>Thanks in advance<br>