[Freeswitch-users] Caller ID not being passed

Nik Middleton nik.middleton at noblesolutions.co.uk
Fri Feb 6 07:51:37 PST 2009


Ok, 

 

It's now working as expected, looks like I had something odd set in the
phone's peer definition.  I'll try and back track to see what I was
doing wrong, but what ever it was, was preventing the caller id from
being sent in the INVITE.

 

Regards

 

 

________________________________

From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Nik
Middleton
Sent: 05 February 2009 23:26
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Caller ID not being passed

 

Yes, I'll report back tomorrow, 

 

Regards

 

 

________________________________

From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of
Brian West
Sent: 05 February 2009 23:21
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Caller ID not being passed

 

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/20090206/3eabbdc6/attachment-0002.html 


More information about the FreeSWITCH-users mailing list