[Freeswitch-users] 404 error when adding new <extension> element to dialplan.
Brian West
brian at freeswitch.org
Fri Jan 9 12:12:47 PST 2009
You have two conditions. the callerid has to be 16508101200
/b
On Jan 9, 2009, at 1:32 PM, Jian Yuan Peng wrote:
> FYI,
> I have post message yesterday, and I did a quick tried on following
> step to add enum.
> I tried to use java sip client to make outbound call using gafachi
> or qwest. So, I added
> <extension name="matchpoint_caller">
> <condition field="caller_id_number"
> expression="^16508101200$"/>
> <condition field="destination_number" expression="^(.*)$">
> <action application="set"
> data="effective_caller_id_number=16508101200"/>
> <action application="set"
> data="effective_caller_id_name=Matchpoint Inc."/>
> <action application="bridge" data="sofia/gateway/
> sip.gafachi.com/$1"/>
> </condition>
> </extension>
More information about the FreeSWITCH-users
mailing list