<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi All,<div class=""><br class=""></div><div class="">I would like to be able to “broadcast” some non-INVITE requests (like NOTIFY and MESSAGE) to multiple registered endpoints.  The problem with using parallel forking is that the request is not reliably delivered to all registered endpoints since retransmission of the request stops after the first success response is received.  What I need is some hybrid of parallel and serial forking, where requests to all registered are sent at once, but each is treated as a separate transaction so that the message is sent (or at least attempted) reliably to each endpoint.</div><div class=""><br class=""></div><div class="">This sort of situation is mentioned in the docs for the TM module…</div><div class=""><br class=""></div><div class="">"<span style="font-family: Helvetica, Arial; font-variant-ligatures: normal; orphans: 2; text-align: justify; widows: 2; background-color: rgb(255, 255, 255);" class="">UAC--it is a very simplistic code which allows you to generate your own transactions. Particularly useful for things like NOTIFYs or </span><acronym class="acronym" style="font-family: Helvetica, Arial; font-variant-ligatures: normal; orphans: 2; text-align: justify; widows: 2; background-color: rgb(255, 255, 255);">IM</acronym><span style="font-family: Helvetica, Arial; font-variant-ligatures: normal; orphans: 2; text-align: justify; widows: 2; background-color: rgb(255, 255, 255);" class=""> gateways.”</span></div><div class=""><span style="font-family: Helvetica, Arial; font-variant-ligatures: normal; orphans: 2; text-align: justify; widows: 2; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="font-family: Helvetica, Arial; font-variant-ligatures: normal; orphans: 2; text-align: justify; widows: 2; background-color: rgb(255, 255, 255);" class="">… but there is no mention of *how* to use it.  I’m sure there is probably a simple script for this, but I haven’t had any success searching the mailing list or the Internet at large for details.  I would appreciate if anybody could provide details or a sample script demonstrating how to create a separate transaction for each branch.</span></div><div class=""><span style="font-family: Helvetica, Arial; font-variant-ligatures: normal; orphans: 2; text-align: justify; widows: 2; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="font-family: Helvetica, Arial; font-variant-ligatures: normal; orphans: 2; text-align: justify; widows: 2; background-color: rgb(255, 255, 255);" class="">Thanks!</span></div></body></html>