Hi
I have a configuration with sip accounts which authenticate with the real
name of the customers
ex:
customer1(a)sip.myvoip.dev
customer2(a)sip.myvoip.dev
...
INBOUND call of multiple numbers are connected with alias_db to the
accounts
ex:
+331234567890 | sip.myvoip.dev | customer1 | sip.myvoip.dev |
+331234567891 | sip.myvoip.dev | customer1 | sip.myvoip.dev |
+341234567893 | sip.myvoip.dev | customer2 | sip.myvoip.dev |
+341234567894 | sip.myvoip.dev …
[View More] | customer2 | sip.myvoip.dev |
...
and all works perfectly.
OUTBOUND call
after authentication with the username kamailio change the caller id and
the ip of my ISP-SIP-TRUNK
to relay the call with the correct CID for the ISP using the variable $fn
(display name in the From header)
[SIP-GW-ISP]
{
#out with ISP
route(CID);
$ru = "sip:" + $rU + "@" + "IP_ADDRESS_MY-ISP";
route(RELAY);
exit;
}
ROUTE[CID]
{
$var(caller) = $(fn{re.subst,/"//g});
uac_replace_from("$var(caller)","sip:$var(caller)@$fd");
}
Is possible do it with a different approach for example using
Remote-Party-ID , PPI P-Preferred-Identity ?
Is possible to check if the customer uses the correct outbound number
present in the alias_db table ?
ex
for customer1 only +331234567890 or +331234567891 numbers
many thanks
Luca
[View Less]
hi everybody
how can i connect multiple asterisk to kamailio and user just connect to
specific asterisk(not load balancing),in fact each customer have their own
media gateway(asterisk) and use kamailio for topolgy hiding.
by regards and thanks.
Hi all,
It seems in the UAC module the $uac_req(body) PV is evaluated as a string,
How can I set the value of the request body of a generated request, to a
raw hex value without it being interpreted as a string?
Cheers,
Nick
Hello,
the "new in Kamailio 5.5.x" document has been updated. Again, a really impressive set of changes that lead to this release:
Over 1350 commits have been done in the last development period from over 70 individual contributors.
You find the document at the usual place in our wiki: https://www.kamailio.org/wiki/features/new-in-5.5.x
Many thanks to everybody who contributed to Kamailio.
Help in updating the documentation (e.g. core cookbook, pseudo-variable and transformation section) …
[View More]in the wiki is really welcome, as some content is probably still missing there.
Best regards,
Henning
--
Henning Westerholt - https://skalatan.de/blog/
Kamailio services - https://gilawa.com<https://gilawa.com/>
[View Less]
Thanks to Daniel who patched topos/topos_redis code, topos now works
also in situations where requests spiral through the same proxy twice,
for example: A - P1 - P2 - P1 - B.
-- Juha
Hi Everyone,
i am a beginner with Kamaili Server and I am trying to get along with
Kamailio config file by logging some messages by xlog Module. xlog module
logs two already-written messages which had been delivered with the default
configuration file with <script> as a prefix.
Unfortunately, I am not able to log anything further neither with xlog()
nor xdbg() functions.
may someone please advise?
Best regards.
Abdul