I am trying to setup call between IAX client and SIP client using Asterisk 1.2.4.<br>
<br>
When IAX client makes a call, Asterisk sends SIP invite to the other
end point. But, in the From header field, I see -- From: &quot;iaxComm User&quot;
&lt;sip:700000000@ipaddress&gt;<br>
<br>
Is there a way I can have the original username used by IAX client to appear in the from header field of SIP invite?<br>
<br>
For example, If bob calls Alice using iaxComm, I want
sip:bob@whateverdomain to appear in the SIP invite that is sent to
Alice (on her SIP client).<br>
<br>
In my setup, I use two Asterisks:<br>
<br>
Bob-----Asterisk A----------Asterisk B--------Alice<br>
<br>
Asterisk A is configured to call Asterisk B on SIP channel when it receives call for Alice.<br>
<br>
Asterisk B is looking in FROM header field to see who the call is
coming from. Since From contains 700000000, it has no way to find out
that it is coming from Bob.<br>
<br>
Thanks,<br>
Jim<br>