[Freeswitch-users] Remote Party ID
Ken Fulmer
kenfulmer at icstechnologysolutions.com
Wed Jun 9 06:50:04 PDT 2010
Thank you for replying and modifying the Wiki page. However, I'm not able to
get this to work. I tried the P-asserted identity as well with no luck.
Here's what I have configured for our connection to PaeTec:
<include>
<gateway name="external">
/// PAETEC ///
/// account username *required* ///
<param name="username" value="XXXXXXXXXX"/>
/// auth realm: *optional* same as gateway name, if blank ///
<param name="realm" value="XXXXXXXXXX"/>
/// username to use in from: *optional* same as username, if blank ///
<!--<param name="from-user" value="XXXXXXXXXX"/>-->
/// domain to use in from: *optional* same as realm, if blank ///
<param name="from-domain" value="XXX.XXX.XXX.XXX"/>
/// account password *required* ///
<param name="password" value="XXXXXXXXXX"/>
/// extension for inbound calls: *optional* same as username, if blank
///
<param name="extension" value="XXXXXXXXXX"/>
/// proxy host: *optional* same as realm, if blank ///
<param name="proxy" value="XXX.XXX.XXX.XXX"/>
/// send register to this proxy: *optional* same as proxy, if blank ///
<param name="register-proxy" value="XXX.XXX.XXX.XXX"/>
/// expire in seconds: *optional* 3600, if blank ///
<param name="expire-seconds" value="3600"/>
/// register true / false///
<param name="register" value="false"/>
/// which transport to use for register
<param name="register-transport" value="udp"/>
/// How many seconds before a retry when a failure or timeout occurs
<param name="retry-seconds" value="30"/>
/// Use the callerid of an inbound call in the from field on outbound
calls via this gateway
<param name="caller-id-in-from" value="true"/>
/// extra sip params to send in the contact
<param name="contact-params" value="tport=tcp"/>
/// send an options ping every x seconds, failure will unregister and/or
mark it down
<param name="ping" value="25"/>
/// Replaces the "gw + external" in the Contact field with the Extension
value.
<param name="extension-in-contact" value="true"/>
/// Removes the default Remote Party ID.
<param name="caller-id-type" value="none"/>
</gateway>
</include>
Thanks,
Ken
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of DJB
International
Sent: Tuesday, June 08, 2010 6:24 PM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Remote Party ID
<!-- Caller-ID type (choose one, can be overridden by inbound call type
and/or sip_cid_type channel variable -->
<!-- Remote-Party-ID header -->
<!--<param name="caller-id-type" value="rpid"/>-->
<!-- P-*-Identity family of headers -->
<!--<param name="caller-id-type" value="pid"/>-->
<!-- neither one -->
<!--<param name="caller-id-type" value="none"/>-->
On Tue, Jun 8, 2010 at 3:30 PM, Ken Fulmer
<kenfulmer at icstechnologysolutions.com> wrote:
I've seen the following link but I'm still confused.
http://wiki.freeswitch.org/wiki/Channel_Variables#sip_cid_type
I realize this refers to channel variables, but is there a sip profile
parameter to remove Remote Party ID?
Thanks,
Ken
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100609/e814c264/attachment-0001.html
More information about the FreeSWITCH-users
mailing list