[Freeswitch-users] sip_cid_type settings
Frank @ Impact
frank at impactfax.com
Fri May 28 07:27:17 PDT 2010
I tried putting
<param name="caller-id-type" value="pid"/>
in the profile settings section and also in the profile gateway section.
And in each case, FS still use rpid and seemed to ignore the param
setting.
I tested this on a fresh git from today. Am I putting it in the wrong
place?
-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of
Anthony Minessale
Sent: Thursday, May 27, 2010 9:45 AM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] sip_cid_type settings
ya, wrong param,
This is the right one:
<!-- Remote-Party-ID header -->
<param name="caller-id-type" value="rpid"/>
or
<!-- P-*-Identity family of headers -->
<param name="caller-id-type" value="pid"/>
or
<param name="caller-id-type" value="none"/>
More information about the FreeSWITCH-users
mailing list