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: "Courier New";">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: "Courier New";">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: "Courier New";">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: "Courier New";">To: 2556112121 <<a href="mailto:sip%3Ajungar@alpha-org.com" target="_blank">sip:jungar@alpha-org.com</a>></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: "Courier New";">From: <<a href="mailto:sip%3Ajsmith@beta-org.com" target="_blank">sip:jsmith@beta-org.com</a>>;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: "Courier New";">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: <<a href="mailto:sip%3Ajsmith@beta-org.com" target="_blank">sip:jsmith@beta-org.com</a>>;tag=13456<br>From: < @<a href="http://208.76.54.59">208.76.54.59</a>>;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't budge. Can anyone tell me how to make the From string as airespring wants for their national DID presence service. Thanks.<br>
From: "" <<a href="mailto:sip%3A0000000000@208.76.54.59">sip:0000000000@208.76.54.59</a>>;tag=UyNBXjyUUay8m<br>