<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=187585310-13022006><FONT face=Arial 
size=2><STRONG>SIPGetHeader</STRONG>(var=headername)</FONT></SPAN></DIV>
<DIV><SPAN class=187585310-13022006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=187585310-13022006><FONT face=Arial color=#0000ff 
size=2>Olivier</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=fr dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Message d'origine-----<BR><B>De&nbsp;:</B> 
  asterisk-users-bounces@lists.digium.com 
  [mailto:asterisk-users-bounces@lists.digium.com] <B>De la part de</B> 
  Jean-Marc Salsa<BR><B>Envoyé&nbsp;:</B> lundi 13 février 2006 
  11:40<BR><B>À&nbsp;:</B> 
  asterisk-users@lists.digium.com<BR><B>Objet&nbsp;:</B> [Asterisk-Users] How to 
  Get SIP Header : To Field ?<BR><BR></FONT></DIV>
  <P>Hi,</P>
  <P>I'm using Asterisk (1.2.4) as a voicemail system for our Softswitch.</P>
  <P>When forwarding a call to Voicemail, here is somehow what the softswitch 
  sends to Asterisk :<BR>In INVITE : Vm Phone Number ( to route the call )<BR>In 
  To : Person who has been called !<BR>In From : Person who was calling ! </P>
  <P>Of course, I need to send the call into the "Called User" Mailbox (Thus To 
  SIP header) !</P>
  <P>So Basically, filed in INVITE is "EXTEN", From field can be obtained from 
  the function ${SIPCHANINFO(from)}<BR>But how to get the "To" field ?</P>
  <P>I have tried to add some code line into the chan_sip.c ...<BR>It works 
  partially ... meaning that, I can add this "to" in SIPCHANINFO 
  funciton,<BR>but the result is null.</P>
  <P>Here is what I have added in chan_sip.c :<BR>in structure sip_pvt ( "to" 
  field same as "from" )<BR>in sipchaninfo_function added "to" Line same as 
  "from"<BR>function_sipchaninfo_read added "to" line same as "from" </P>
  <P>So I believe that I have enabled somehow Asterisk to read the value to from 
  the channel ...<BR>But how to get the value and put it inside the channel ??? 
  I think this would be my real question !</P>
  <P>Thanks in advance for anybody who could help me ...</P>
  <P>Yours,</P>
  <P>JM</P></BLOCKQUOTE></BODY></HTML>