Hi!
I just found out that my ENUM config didn't worked any more - and it worked for sure some time ago.
Were there any recent changes, e.g. from 3.0 to 3.1?
I used
if enum_query("e164.arpa.","+sip+voice:sip") {
which should accept normal E2U+sip and E2U+voice:sip NAPTRs. But it doesn't work with kamailio 3.1.0.
But enum_query("e164.arpa.") works.
thanks klaus
Klaus Darilion writes:
Were there any recent changes, e.g. from 3.0 to 3.1?
I used
if enum_query("e164.arpa.","+sip+voice:sip") {
i don't think there has been any changes from 3.0 to 3.1. i have not myself used the service param and don't know if it has worked recently.
which should accept normal E2U+sip and E2U+voice:sip NAPTRs. But it doesn't work with kamailio 3.1.0.
But enum_query("e164.arpa.") works.
does enum_query("e164.arpa.", "e2u+sip") work?
-- juha
On 1/5/11 5:46 PM, Juha Heinanen wrote:
Klaus Darilion writes:
Were there any recent changes, e.g. from 3.0 to 3.1? I used
if enum_query("e164.arpa.","+sip+voice:sip") {
i don't think there has been any changes from 3.0 to 3.1. i have not myself used the service param and don't know if it has worked recently.
an easy way to check is to look at the commit log for enum module:
git log modules/enum
Cheers, Daniel
which should accept normal E2U+sip and E2U+voice:sip NAPTRs. But it doesn't work with kamailio 3.1.0.
But enum_query("e164.arpa.") works.
does enum_query("e164.arpa.", "e2u+sip") work?
-- juha
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
maybe it is related to PV changes:
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=history;f=module...
regards klaus
Am 05.01.2011 18:37, schrieb Daniel-Constantin Mierla:
On 1/5/11 5:46 PM, Juha Heinanen wrote:
Klaus Darilion writes:
Were there any recent changes, e.g. from 3.0 to 3.1? I used
if enum_query("e164.arpa.","+sip+voice:sip") {
i don't think there has been any changes from 3.0 to 3.1. i have not myself used the service param and don't know if it has worked recently.
an easy way to check is to look at the commit log for enum module:
git log modules/enum
Cheers, Daniel
which should accept normal E2U+sip and E2U+voice:sip NAPTRs. But it doesn't work with kamailio 3.1.0.
But enum_query("e164.arpa.") works.
does enum_query("e164.arpa.", "e2u+sip") work?
-- juha
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
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