[Freeswitch-users] No caller ID sent to a bridged outside call

Mario mario_fs at mgtech.com
Fri Sep 24 12:42:29 PDT 2010


I am bridging a call from either inside or outside to an emergency
number on an att cellphone which works fine. I am trying to pass the
original caller id or anything else for that matter as the caller
id/name. I only get "unknown". I also tried to send to a VOIP number and
it also gets "unknown" so I am thinking it is not att. I tried various
combinations of things I found on the web but nogo. Anyone see the
problem below? Thanks!
Mario

   <extension name="mx911">
     <condition field="destination_number" expression="^2911$">
       <action application="set" data="effective_caller_id_name=Emergency"/>
       <action application="set"
data="effective_caller_id_number=9161234567"/>
       <action application="set" data="hangup_after_bridge=true"/>
       <action application="bridge" data="sofia/gateway/uid1/19161112222"/>
     </condition>
   </extension>



More information about the FreeSWITCH-users mailing list