<br><br><div><span class="gmail_quote">2006/6/22, Michiel van Baak &lt;<a href="mailto:michiel@vanbaak.info">michiel@vanbaak.info</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 16:57, Thu 22 Jun 06, Benjamin Stocker wrote:<br>&gt; Hi<br>&gt;<br>&gt; This works fine in extensions.conf:<br>&gt;<br>&gt; exten =&gt; _0X./100,1,Dial(SIP/${EXTEN}@sipout-a)<br>&gt; exten =&gt; _0X./200,1,Dial(SIP/${EXTEN}@sipout-a
)<br>&gt;<br>&gt; This will just use different SIP channels for different Caller ID's.<br>&gt; If I write the same to a realtime table, Asterisk always uses sipout-a, no<br>&gt; matter what Caller ID is used.<br><br>That will be the case with static configs too, because the
<br>argument to Dial is the same in both cases<br><br></blockquote></div><br>That was a typo. Sorry, the second line reads:<br><br>exten =&gt; _0X./200,1,Dial(SIP/${EXTEN}@sipout-b)<br>