<br><div class="gmail_quote">On Wed, Feb 24, 2010 at 2:28 AM, mayamatakeshi <span dir="ltr">&lt;<a href="mailto:mayamatakeshi@gmail.com">mayamatakeshi@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>is it possible to do conditional processing for each branch after lookup() is called (branch_route) based on data saved with the contact?<br>Specifically, I would like to add a different header like Alert-Info based on the field user_agent.<br>
</blockquote></div><br>Reading the docs, I believe this cannot be done.<br>But a limited conditional processing could be done indirectly using bflags: we can identify the User-Agent during registration and set bflags based on it. Then those bflags will be available in the branches when lookup() is performed.<br>
<br>regards,<br>takeshi<br>