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> _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
