[Freeswitch-users] Incoming call from registered gateway with DID in To: not URI

Brian West brian at freeswitch.org
Sat Jan 8 05:50:02 MSK 2011


update to the latest code this was fixed yesterday.  Broken the day before that.

/b

On Jan 7, 2011, at 5:24 PM, Steven Ayre wrote:

> I'm currently handling it with:
> 
>  <param name="context" value="numbergroup"/>
> 
> and:
> 
>  <context name="numbergroup">
>    <extension name="numbergroup">
>      <condition field="destination_number" expression="^USERNAME$">
>        <action application="transfer" data="${sip_to_user} XML default"/>
>      </condition>
>    </extension>
>  </context>
> 
> Is there a better way of handling it? Such as a param that tells Sofia
> to use the To not the URI to populate destination_number?
> 
> -Steve




More information about the FreeSWITCH-users mailing list