Greetings,
For some reason enum_query("") failed in our setup to properly resolve NAPTR records.
When I do a SIP INVITE to something like +41446336297@test.ethz.ch with debug=9 in ser.cfg, I get syslog entries
get_record: lookup(7.9.2.6.3.3.6.4.4.1.4, 35) failed enum_query(): No NAPTR record found for 7.9.2.6.3.3.6.4.4.1.4.
and the SIP ENUM call fails. __
However, if we apply the following unified patch
--- modules/enum.ori/enum.c Fri Sep 3 10:15:09 2004 +++ modules/enum/enum.c Fri Sep 3 12:51:37 2004 @@ -258,6 +258,8 @@
memcpy(name + j, suffix->s, suffix->len + 1);
+ strcat(name, "e164.arpa"); + head = get_record(name, T_NAPTR);
if (head == 0) {
to vanilla ser-0.8.14, all goes well.
Apparently, the domain_suffix parameter in the enum module can be set but is not automatically appended. Can someone confirm this?
Cheers,
Marcel
something has happened between version 1.6 and 1.7 of enum README. 1.6 is ok, but 1.7 is not and does not reflect the current implementation. i guess i was generated from the docbook i don't know anything about.
try enum_query().
-- juha
On Fri, 3 Sep 2004, Juha Heinanen wrote:
something has happened between version 1.6 and 1.7 of enum README. 1.6 is ok, but 1.7 is not and does not reflect the current implementation. i guess i was generated from the docbook i don't know anything about.
try enum_query().
Yeah it should be updated as the current documentation needs to mention the addition of the domain suffix parameter as mentioned in the 'Please note' section of http://www.voip-info.org/wiki-SER+module+enum.
Antonio Querubin Pacific LightNet Communications / Hawaii OnLine System Administrator tony@aloha.net (808) 791-2898
I updated the documentation, thanks for the report.
Jan.
On 03-09 07:28, Antonio Querubin wrote:
On Fri, 3 Sep 2004, Juha Heinanen wrote:
something has happened between version 1.6 and 1.7 of enum README. 1.6 is ok, but 1.7 is not and does not reflect the current implementation. i guess i was generated from the docbook i don't know anything about.
try enum_query().
Yeah it should be updated as the current documentation needs to mention the addition of the domain suffix parameter as mentioned in the 'Please note' section of http://www.voip-info.org/wiki-SER+module+enum.
Antonio Querubin Pacific LightNet Communications / Hawaii OnLine System Administrator tony@aloha.net (808) 791-2898
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi..i download and compile the new module ethz.c ...but..anybody have a documentation for this module..how setup the variables ??
Thanks!!
Regards!
Sergio Diaz Escobar <sdiaz at comnet dot net dot mx> CCNA Network Engineer - Information Technology COMNET, S.A. DE C.V. Patriotismo 889 7o. Piso Col. Mixcoac Mexico, 039100, D.F. Tel. (52) 55 12539230 x 121 Fax. (52) 55 12539240 ________________________________________________________________________ "many brains, many places, many eyes"...its Linux! ________________________________________________________________________
This email may be confidential and/or privileged. Only the intended recipient may access or use it. Any dissemination, distribution or copying of this email is strictly prohibited. If you are not the intended recipient please notify us immediately by return email and then erase the email.
We use virus scanning software but exclude all liability for viruses or similar in any attachment or message...,..,..,.
Hi,
Hi..i download and compile the new module ethz.c ...but..anybody have a documentation for this module..how setup the variables ??
The available documentation is here: http://www.ethworld.ethz.ch/technologies/sipeth/ser_modules/ethz
This module is not official part of ser. It's an add-on we provide under the GPL. If you have questions regarding the module, send them in a private email.
Regards,
Marcel