I am trying to setup a customer who wanted to utilize the airespring national did presence, where in they rewrite the Caller ID of outbound calls. In order to do this tho, they say I need to send a blank caller id. FreeSWITCH will send 0000000000 if the caller id is not specified. Airespring wants something formatted like<br>

<br><table border="1" cellpadding="0" cellspacing="0"><tbody><tr><td style="padding: 0in;" valign="top"><p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;;">INVITE <a href="mailto:sip%3Ajungar@alpha-org.com" target="_blank">sip:jungar@alpha-org.com</a> SIP/2.0 </span></p>

</td></tr><tr><td style="width: 375pt; padding: 0in;" valign="top" width="500"><p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;;">Via: SIP/2.0/UDP zetamachine.beta-org.com:5060;branch=as82je8ei4kr</span></p>

</td></tr><tr><td style="padding: 0in;" valign="top"><p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;;">Max-Forwards: 70</span></p>

</td></tr><tr><td style="padding: 0in;" valign="top"><p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;;">To:  2556112121 &lt;<a href="mailto:sip%3Ajungar@alpha-org.com" target="_blank">sip:jungar@alpha-org.com</a>&gt;</span></p>

</td></tr><tr><td style="padding: 0in;" valign="top"><p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;;">From: &lt;<a href="mailto:sip%3Ajsmith@beta-org.com" target="_blank">sip:jsmith@beta-org.com</a>&gt;;tag=13456</span></p>

</td></tr><tr><td style="padding: 0in;" valign="top"><p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 9pt; font-family: &quot;Courier New&quot;;">Call-ID: @<a href="http://zetamachine.beta-org.com/" target="_blank">zetamachine.beta-org.com</a></span></p>

</td></tr></tbody></table><br><br>with the From: field looking like any of the following<br><br>From: &lt;<a href="mailto:sip%3Ajsmith@beta-org.com" target="_blank">sip:jsmith@beta-org.com</a>&gt;;tag=13456<br>From: &lt;  @<a href="http://208.76.54.59">208.76.54.59</a>&gt;;tag=13456<br>

From:  @<a href="http://208.76.54.59">208.76.54.59</a>;tag=13456<br><br>The closest I got was to make FreeSWITCH to the following, but airespring won&#39;t budge. Can anyone tell me how to make the From string as airespring wants for their national DID presence service. Thanks.<br>
From: &quot;&quot; &lt;<a href="mailto:sip%3A0000000000@208.76.54.59">sip:0000000000@208.76.54.59</a>&gt;;tag=UyNBXjyUUay8m<br>