[Freeswitch-users] Caller ID not being passed

Brian West brian at freeswitch.org
Thu Feb 5 15:20:35 PST 2009


I notice you're using 1.0.2 any way you can test this with 1.0.3 RC1  
tarball?

/b

On Feb 5, 2009, at 5:12 PM, Nik Middleton wrote:

> Dial plan is as per default setup with the addition of the  
> following. To be honest, and I’m no SIP guru, I can’t see the caller- 
> id being set in the sip headers
>
>
> <extension name="dial_Nik_mobile">
>       <condition field="destination_number" expression="^(0\d+)$">
>             <action application="set"  
> data="effective_caller_id_number=0------00000000006"/>
>             <action application="export"  
> data="effective_caller_id_number"/>
>             <action application="privacy" data="no"/>
>             <action application="bridge" data="sofia/gateway/Mag/$1"/>
>       </condition>
>     </extension>
>
> Mag.xml
>
> <include>
>   <gateway name="Mag">
>     <param name="username" value="me"/>
>     <param name="realm" value="mygw"/>
>     <param name="password" value="pass"/>
>             <param name="proxy" value="GWaddress"/>
>     <param name="expire-seconds" value="600"/>
>     <param name="register" value="false"/>
>   </gateway>
> </include>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090205/e1250d97/attachment-0002.html 


More information about the FreeSWITCH-users mailing list