Hi Daniel,
Perfect thanks
regards
Tony
-Original Message-
From: Daniel Tryba
Sent: Friday, February 28, 2014 9:29 AM
To: sr-users@lists.sip-router.org
Subject: Re: [SR-Users] Add Header
On Thursday 27 February 2014 18:06:13 Tony Turner wrote:
is it possible with Kamailio to have
Hi,
customers PBXtrunk-kamailiofreeswitch-carrier
We already add Trusted IP’s via SIREMIS 4.0
is it possible with Kamailio to have customers calls come in on a trusted IP
and when they send calls we add a header with a [client id] which we can remove
on the next
as it's
a nightmare changing once I have lots of trusted peers.
Thank you
Tony Turner
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
witch
and down to my Nodemax CTI SIP/SS7 gateway. It would seem sensible for the
proxy to deal with a user to user transfer.
Thanks
Tony Turner
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@list
efix 01
to freeswitch:
if($rU =~"^01") {
$ru = "sip:" + $rU + "@__FREESWITCHIP__";
route(RELAY);
exit;
}
Be sure calls are authenticated at that point and, if needed, the call is
not actually coming from freeswitch.
Cheers,
Daniel
On 5/20/13 11:33 AM
to send all calls that arrive to kamailio having the prefix 01
to freeswitch:
if($rU =~"^01") {
$ru = "sip:" + $rU + "@__FREESWITCHIP__";
route(RELAY);
exit;
}
Be sure calls are authenticated at that point and, if needed, the call is
not actually coming
Hi
Version Kamailio v4.0 + Siremis installed on Debian Wheezy via apt-get
install
I want to use Kamailio as a proxy edge register to our network.
I have installed Kamailio and freeswitch.
I can register on Kamailio but I can't route a call from my sip client from
Kamailio to freeswi