<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">Am 08.01.2024 um 18:16 schrieb C. Maj <<a href="mailto:chris@PenguinPBX.com" class="">chris@PenguinPBX.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><div class="">On 12/6/23 02:08, Axel Rau wrote:<br class=""><blockquote type="cite" class="">I have a simple config with some phones ringing simultaneously.<br class="">Some of them are softphones (zoiper apps on iPhone w/o push notification).<br class="">If such an app did bot register in time, it has no chance to pick up the call.<br class="">If I could configure a retry loop checking for registered candidates,<br class="">say once a second until one phone takes the call, this would allow me<br class="">to pick up the call with zoiper app registered late.<br class="">How could this be done in ansible?<br class=""></blockquote><br class="">Did you mean asterisk ?<br class=""></div></div></blockquote>Yes. <br class=""><blockquote type="cite" class=""><div class=""><div class=""><br class="">If so, then you might look into the While()/EndWhile() applications, combined with timeouts to Dial() application, starting with something very basic such as the following:<br class=""><br class="">same = n,Set(tries=0)<br class="">same = n,While($[${INC(tries)}<99])<br class="">same = n,Set(PUSH(team,&)=${PJSIP_DIAL_CONTACTS(1234)})<br class="">same = n,Set(PUSH(team,&)=${PJSIP_DIAL_CONTACTS(5678)})<br class="">same = n,Dial(${team},10)<br class="">same = n,Wait(1)<br class="">same = n,EndWhile()<br class=""><br class="">...at most that would be 11 seconds in between registration of x5678 and the next time it gets called when x1234 is not answering.<br class=""></div></div></blockquote><div>Thanks a lot for this example.</div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><br class="">Other approaches might involve Queue()'s with some ChannelRedirect()'s or even Bridge()'s, maybe AGI/ARI, etc.<br class=""><br class="">BTW the Asterisk Forums are a great place to post these kinds of questions in the future: <a href="https://community.asterisk.org" class="">https://community.asterisk.org</a><br class=""></div></div></blockquote></div><div class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant-ligatures: normal; font-variant-position: normal; font-variant-caps: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">I will try this in the future,</div><div class=""><br class=""></div><div class="">Regards, Axel</div><div class="">—<br class=""><span style="text-align: -webkit-auto;" class="">PGP-Key: CDE74120  ☀ mobile: +49 160 7568212</span></div><div class="">computing @ chaos claudius</div></div></div></div></div></div></div>
</div>
<br class=""></body></html>