@oej commented on this pull request.
You're doing good. Just a few small nits after reading it again.
> @@ -883,6 +883,57 @@ if(dns_query("test.com", "xyz"))
+
+
+ptr_query(ip, pvid)
+
+
+
+ Store the hostname that correspond to ip
s/ip/an
@henningw commented on this pull request.
> + Store the hostname that correspond to ip
+ in a config variable $ptrquery(pvid=>hostname).
+
+
+ Parameters:
+
+
+
+
+ ip - string or pseudo-variable
containing
@henningw commented on this pull request.
> @@ -883,6 +883,57 @@ if(dns_query("test.com", "xyz"))
+
+
+ptr_query(ip, pvid)
+
+
+
+ Store the hostname that correspond to ip
+ in a config variable $ptrquery(pvid=>hostname).
T
@xkaraman commented on this pull request.
> + Store the hostname that correspond to ip
+ in a config variable $ptrquery(pvid=>hostname).
+
+
+ Parameters:
+
+
+
+
+ ip - string or pseudo-variable
containing
@oej commented on this pull request.
> @@ -883,6 +883,57 @@ if(dns_query("test.com", "xyz"))
+
+
+ptr_query(ip, pvid)
+
+
+
+ Store the hostname that correspond to ip
+ in a config variable $ptrquery(pvid=>hostname).
You ar
@xkaraman commented on this pull request.
> + Store the hostname that correspond to ip
+ in a config variable $ptrquery(pvid=>hostname).
+
+
+ Parameters:
+
+
+
+
+ ip - string or pseudo-variable
containing
@xkaraman pushed 4 commits.
348b95f86226b38ece4706684145caeab40272b9 ipops/docs: Add docs
893df07908c758863f814303b3689f172b9d7a2a ipops: Fix ip_type
60a70eebfc57c2103029b1afab60473441dad3cc ipops: Add new line
3027862b16052a8f08275fcc1f929c05c08aa98c ipops/doc: Update docs
--
View it on Git
@xkaraman commented on this pull request.
> +ipv4 - 1 if IPv4 address
+
+
+
+
+ipv6 - 1 if IPv6 address
+
+
For these i am not exactly sure their purpose. They were accesible before these
commits. Are they for counti
@xkaraman commented on this pull request.
> @@ -418,6 +413,91 @@ int dns_update_pv(str *hostname, str *name)
return 1;
}
+/*
+*
Fixed
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3802#discussion_r1549285664
You are receiving this b
@xkaraman commented on this pull request.
> @@ -883,6 +883,57 @@ if(dns_query("test.com", "xyz"))
+
+
+ptr_query(ip, pvid)
+
+
+
+ Store the hostname that correspond to ip
Fixed
--
Reply to this email directly or view it on GitHub:
https
@xkaraman commented on this pull request.
> @@ -883,6 +883,57 @@ if(dns_query("test.com", "xyz"))
+
+
+ptr_query(ip, pvid)
+
+
+
+ Store the hostname that correspond to ip
+ in a config variable $ptrquery(pvid=>hostname).
F
@xkaraman commented on this pull request.
> +
+ptr_query(ip, pvid)
+
+
+
+ Store the hostname that correspond to ip
+ in a config variable $ptrquery(pvid=>hostname).
+
+
+ Parameters:
+
+
+
+
+
@xkaraman commented on this pull request.
> +/**
+ *
+ */
+static int w_ptr_query(sip_msg_t *msg, char *ip, char *pv_name)
+{
+ str ip_address;
+ str name;
+
+ if(msg == NULL) {
+ LM_ERR("received null msg\n");
+ return -1;
+ }
+
+ if(fix
@miconda commented on this pull request.
> @@ -883,6 +883,57 @@ if(dns_query("test.com", "xyz"))
+
+
+ptr_query(ip, pvid)
+
+
+
+ Store the hostname that correspond to ip
+ in a config variable $ptrquery(pvid=>hostname).
I
Module: kamailio
Branch: master
Commit: 5f83d4f9c447f5a7e3de8336dc0e076b10e43833
URL:
https://github.com/kamailio/kamailio/commit/5f83d4f9c447f5a7e3de8336dc0e076b10e43833
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-04-03T12:18:47+02:00
core: msg translator -
Module: kamailio
Branch: master
Commit: 3b09fd343575c56d9658a61efebd4851662de338
URL:
https://github.com/kamailio/kamailio/commit/3b09fd343575c56d9658a61efebd4851662de338
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-04-03T12:16:18+02:00
core: xavp - added mis
Module: kamailio
Branch: 5.8
Commit: e8aa98718d91d0e5af7d757176a180e0f2940417
URL:
https://github.com/kamailio/kamailio/commit/e8aa98718d91d0e5af7d757176a180e0f2940417
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-04-03T12:23:42+02:00
Makefile.defs: version se
Module: kamailio
Branch: 5.8
Commit: 1caec71aeddb7f65afb93bf05cb9e0aae2a2c0cd
URL:
https://github.com/kamailio/kamailio/commit/1caec71aeddb7f65afb93bf05cb9e0aae2a2c0cd
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-04-03T12:21:26+02:00
core: xavp - added missin
Module: kamailio
Branch: 5.8
Commit: 69f667fe9b95d09a642cb7edd7f16ce09bbac3f1
URL:
https://github.com/kamailio/kamailio/commit/69f667fe9b95d09a642cb7edd7f16ce09bbac3f1
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-04-03T12:21:37+02:00
core: msg translator - du
Module: kamailio
Branch: 5.8
Commit: 384843ceb6705996c0c6da6359868bd6e370a0b7
URL:
https://github.com/kamailio/kamailio/commit/384843ceb6705996c0c6da6359868bd6e370a0b7
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-04-03T12:26:52+02:00
ChangeLog: content update
Hello,
Kamailio SIP Server v5.8.1 stable release is out.
This is a maintenance release of the latest stable branch, 5.8, that
includes fixes since the release of v5.8.0. There is no change to
database schema or configuration language structure that you have to do
on previous installations of v5.8
Module: kamailio
Branch: master
Commit: ec7f3a2173c1de220afd5b4776d92c98bb901630
URL:
https://github.com/kamailio/kamailio/commit/ec7f3a2173c1de220afd5b4776d92c98bb901630
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-04-03T17:02:14+02:00
sdops: typo fixed for
I don't think macro replacement works inside of strings. I believe you should
be able to achieve what you want using
[#!defexp](https://github.com/kamailio/kamailio-wiki/blob/main/docs/cookbooks/5.7.x/core.md#defexp),
as the examples in the core documentation are nearly identical to your example
Module: kamailio
Branch: master
Commit: 6992c9eedeabd931fc255e5c1e992b0cfb01dbca
URL:
https://github.com/kamailio/kamailio/commit/6992c9eedeabd931fc255e5c1e992b0cfb01dbca
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-04-03T18:48:29+02:00
core: helper functions
Module: kamailio
Branch: master
Commit: ed60be162918fc1791ee6425f664eb2f76b9475e
URL:
https://github.com/kamailio/kamailio/commit/ed60be162918fc1791ee6425f664eb2f76b9475e
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-04-03T18:52:58+02:00
pv: transformation to
Module: kamailio
Branch: master
Commit: 3e73dbc6b69c8e26f276690bb6aa1e6db380510e
URL:
https://github.com/kamailio/kamailio/commit/3e73dbc6b69c8e26f276690bb6aa1e6db380510e
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-04-03T19:19:27+02:00
sdpops: added $sdp(m0:
Module: kamailio
Branch: master
Commit: 8047c958b42ea5af2e8f9ede0152f892ac0eea3a
URL:
https://github.com/kamailio/kamailio/commit/8047c958b42ea5af2e8f9ede0152f892ac0eea3a
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-04-03T20:16:21+02:00
sdpops: aliased $sdp(r
27 matches
Mail list logo