<div dir="ltr"><div><div><div>Use a LOCAL Channel and redirect that one peer through some dialplan<br><br></div><div>Something like this:<br></div><div><br>Dial(LOCAL/inno0@addheader&SIP/inno4&SIP/inno6,30)<br><br>
</div>[addheader]<br></div>exten => inno0,1,SipAddHeader(foo)<br>exten => inno0,n,Dial(SIP/inno0)<br></div>exten => inno0,n,Hangup<br><br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 14, 2013 at 9:35 AM, Jonas Kellens <span dir="ltr"><<a href="mailto:jonas.kellens@telenet.be" target="_blank">jonas.kellens@telenet.be</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <font face="Helvetica, Arial, sans-serif">Hello,<br>
      <br>
      when calling a group of SIP peers like this :<br>
      <br>
      Dial( "SIP/inno0&SIP/inno4&SIP/inno6,30")<br>
      <br>
      is it possible to have a SIP header added for just 1 of these SIP
      peers, like only for SIP/inno0 but not for SIP/inno4 and SIP/inno6
      ??<br>
      <br>
      <br>
      I know the function SipAddHeader(), but when I use this in the
      dialplan before the Dial()-command, then the header is added for
      all the SIP peers that are being called.<br>
      <br>
      <br>
      So when calling a group of SIP peers, how can I add an extra SIP
      header for just one of the SIP peers ?<br>
      <br>
      <br>
      <br>
      Kind regards,<br>
      Jonas.<br>
      <br>
      <br>
    </font>
  </div>

<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.<br>
---Heinlein
</div>