Hi Jiri.
Two questions please.
1.)
Jiri Kuthan HYPERLINK "mailto:serusers%40iptel.org?Subject=%5BSerusers%5D%20ENUM%20variable%20TLD% 3F&In-Reply-To=4032B769.8000804%40august.net"jiri at iptel.org Wed Feb 18 02:25:07 CET 2004
* Previous message: HYPERLINK "http://lists.iptel.org/pipermail/serusers/2004-February/006025.html%22%5BSer... s] ENUM variable TLD?
* Next message: HYPERLINK "http://lists.iptel.org/pipermail/serusers/2004-February/006022.html%22%5BSer... s] current uri
* Messages sorted by: HYPERLINK "http://lists.iptel.org/pipermail/serusers/2004-February/date.html#6026%22%5B date ] HYPERLINK "http://lists.iptel.org/pipermail/serusers/2004-February/thread.html#6026%22%... thread ] HYPERLINK "http://lists.iptel.org/pipermail/serusers/2004-February/subject.html#6026%22... subject ] HYPERLINK "http://lists.iptel.org/pipermail/serusers/2004-February/author.html#6026%22%... author ]
_____
on development branch there is an updated enum module which
allows you to use private enum trees the way you are asking.
If you need it, there should be no conflicts if you take
devel version of enum and put it in your 8.12 source tree.
-jiri
At 01:52 AM 2/18/2004, Greg Fausak wrote:
Normally I do enum lookups inside my
domain, however, I want to be able to do
an enum lookup at other TLD. Is there a
way to do that? Maybe enum_query("e164.other.com")??
I have downloaded the latest code as you suggested but have not been able to figure out how to specify a different TLD.
I have looked a documentation but that has not helped either.
Can you please tell me what the function I need is called?
2.)
Is there an updated ENUM module that would allow me to preform an ENUM query based on a spcified prefix?
In other words, what if I would like to preform an ENUM query when a number comes in with a "**" instead of the "+".
I have modified the c code to do this for me but was wondering if you have released a "production" version of this code.
Thanks,
David Schwartz
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.796 / Virus Database: 540 - Release Date: 11/13/2004
At 04:26 PM 11/22/2004, David wrote:
Hi Jiri.
Two questions please.
1.)
Jiri Kuthan mailto:serusers%40iptel.org?Subject=%5BSerusers%5D%20ENUM%20variable%20TLD%3F&In-Reply-To=4032B769.8000804%40august.netjiri at iptel.org Wed Feb 18 02:25:07 CET 2004
- Previous message: http://lists.iptel.org/pipermail/serusers/2004-February/006025.html[Serusers] ENUM variable TLD?
- Next message: http://lists.iptel.org/pipermail/serusers/2004-February/006022.html[Serusers] current uri
- Messages sorted by: http://lists.iptel.org/pipermail/serusers/2004-February/date.html#6026[ date ] http://lists.iptel.org/pipermail/serusers/2004-February/thread.html#6026[ thread ] http://lists.iptel.org/pipermail/serusers/2004-February/subject.html#6026[ subject ] http://lists.iptel.org/pipermail/serusers/2004-February/author.html#6026[ author ]
on development branch there is an updated enum module which allows you to use private enum trees the way you are asking. If you need it, there should be no conflicts if you take devel version of enum and put it in your 8.12 source tree.
-jiri
At 01:52 AM 2/18/2004, Greg Fausak wrote:
Normally I do enum lookups inside my domain, however, I want to be able to do an enum lookup at other TLD. Is there a way to do that? Maybe enum_query("e164.other.com")??
I have downloaded the latest code as you suggested but have not been able to figure out how to specify a different TLD.
I have looked a documentation but that has not helped either.
Can you please tell me what the function I need is called?
to be honest, I would have to look in modules/enum/README too :) I think that's what you mention above.
2.)
Is there an updated ENUM module that would allow me to preform an ENUM query based on a spcified prefix?
In other words, what if I would like to preform an ENUM query when a number comes in with a "**" instead of the "+".
change the prefix from ** to + before resolving ENUM, that's it, you don't need to change the code.
I have modified the c code to do this for me but was wondering if you have released a "production" version of this code.
Thanks,
David Schwartz
Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.796 / Virus Database: 540 - Release Date: 11/13/2004 _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
you are right. we have used the ENUM module, configured it like 'enum_query("other TLD")', and it works well.
----- Original Message ----- From: "Jiri Kuthan" jiri@iptel.org To: "David" david@kayote.com; serusers@iptel.org Sent: Tuesday, November 23, 2004 6:49 AM Subject: Re: [Serusers] ENUM variable TLD?
At 04:26 PM 11/22/2004, David wrote:
Hi Jiri.
Two questions please.
1.)
Jiri Kuthan mailto:serusers%40iptel.org?Subject=%5BSerusers%5D%20ENUM%20variable%20TLD%3F&In-Reply-To=4032B769.8000804%40august.netjiri at iptel.org Wed Feb 18 02:25:07 CET 2004
- Previous message: http://mail.iptel.org/pipermail/serusers/2004-February/006025.html[Serusers] ENUM variable TLD?
- Next message: http://mail.iptel.org/pipermail/serusers/2004-February/006022.html[Serusers] current uri
- Messages sorted by: http://mail.iptel.org/pipermail/serusers/2004-February/date.html#6026[ date ] http://mail.iptel.org/pipermail/serusers/2004-February/thread.html#6026[ thread ] http://mail.iptel.org/pipermail/serusers/2004-February/subject.html#6026[ subject ] http://mail.iptel.org/pipermail/serusers/2004-February/author.html#6026[ author ]
on development branch there is an updated enum module which allows you to use private enum trees the way you are asking. If you need it, there should be no conflicts if you take devel version of enum and put it in your 8.12 source tree.
-jiri
At 01:52 AM 2/18/2004, Greg Fausak wrote:
Normally I do enum lookups inside my domain, however, I want to be able to do an enum lookup at other TLD. Is there a way to do that? Maybe enum_query("e164.other.com")??
I have downloaded the latest code as you suggested but have not been able to figure out how to specify a different TLD.
I have looked a documentation but that has not helped either.
Can you please tell me what the function I need is called?
to be honest, I would have to look in modules/enum/README too :) I think that's what you mention above.
2.)
Is there an updated ENUM module that would allow me to preform an ENUM query based on a spcified prefix?
In other words, what if I would like to preform an ENUM query when a number comes in with a "**" instead of the "+".
change the prefix from ** to + before resolving ENUM, that's it, you don't need to change the code.
I have modified the c code to do this for me but was wondering if you have released a "production" version of this code.
Thanks,
David Schwartz
Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.796 / Virus Database: 540 - Release Date: 11/13/2004 _______________________________________________ Serusers mailing list Serusers@iptel.org http://mail.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Serusers mailing list Serusers@iptel.org http://mail.iptel.org/mailman/listinfo/serusers
Howdy,
I am about to hack the enum query to support doing an enum lookup on the 'From' URI. I though I'd pose the question to the community. Is there a way to do the enum_query() on the from address instead of the ruri?
-g
Howdy,
I am about to hack the enum query to support doing an enum lookup on the 'From' URI. I though I'd pose the question to the community. Is there a way to do the enum_query() on the from address instead of the ruri? Weird, I know.... I just want to verify that: 1) the from number is an enum formatted number and 2) the number can be resolved via dns naptr records
-g
-- Greg Fausak greg@thursday.com
Hi guys,
I was playing around with enum, and just for grins I put a couple of SRV records in such that I had two destinations for a enum delivery. When I call the location, the call is delivered to one location or the other, not both.
When I specified the SRV, I specified equal weight/priority.
I am attempting to get a parallel fork, much like you get when two sip destinations REGISTER for the same ID. When someone calls that ID, all REGISTERed locations 'ring'.
Or, another useful thing would be to use the SRV record to cause serial forking in the event the highest priority SRV record failed, then move to the next highest priority, etc... until they are all exhausted.
I took a peek at the enum.c file, and it seems that only the first SRV/dns lookup is used. Is anybody working on such a feature????? Is this a reasonable feature or is there some other way to accomplish parallel forking????
---greg
-- Greg Fausak greg@addabrand.com