search for: naptr

Displaying 20 results from an estimated 48 matches for "naptr".

Did you mean: aptr
2018 Nov 14
0
AST-2018-010: Remote crash vulnerability DNS SRV and NAPTR lookups
Asterisk Project Security Advisory - AST-2018-010 Product Asterisk Summary Remote crash vulnerability DNS SRV and NAPTR lookups Nature of Advisory Denial Of Service Susceptibility Remote Unauthenticated Sessions Severity Moderate Exploits Known No...
2008 May 07
3
better enumlookup handler
Does anyone have a better ENUM lookup handler than the built-in ENUMLOOKUP() function? The built-in function does not properly handle multiple return values such as: 8.9.9.3.2.8.8.6.6.8.1.e164.org has NAPTR record 200 10 "u" "E2U+SIP" "!^\\+1866(.*)$!sip:1866\\1 at tollfree.sip-happens.com!" . 8.9.9.3.2.8.8.6.6.8.1.e164.org has NAPTR record 200 10 "u" "E2U+SIP" "!^\\+1866(.*)$!sip:1641641866\\1 at sip.tollfreegateway.com!" . And thus does no...
2004 Jun 20
4
call waiting from PSTN
I'm trying to switch from one call to another incoming call from PSTN. When I'm getting a "beep" I press flash but instead of swithing to the second call, I'm getting a dial tone. even if I press *0, I cannot connect to the second call. Anybody had this problem? Tx, Bogdan
2005 Oct 13
2
Enum parse errors
...-- Executing EnumLookup("SIP/MarcSnom-e69d", "18886532145") in new stack Oct 13 22:55:51 WARNING[2208]: app_enumlookup.c:89 enumlookup_exec: The application EnumLookup is deprecated. Please use the ENUMLOOKUP() function instead. Oct 13 22:55:52 WARNING[2208]: enum.c:235 parse_naptr: NAPTR Regex match failed. Oct 13 22:55:52 WARNING[2208]: enum.c:354 enum_callback: Failed to parse naptr :( Oct 13 22:55:52 WARNING[2208]: dns.c:162 dns_parse_answer: Failed to parse result Oct 13 22:55:52 WARNING[2208]: dns.c:208 ast_search_dns: DNS Parse error for 5.4.1.2.3.5.6.8.8.8.1.e164....
2006 Mar 06
1
ENUM lookup issues with e164.org
Since e164.org added DNC and ADDRESS records my enum configuration has failed. Using both the old EnumLookup app and the new ENUMLOOKUP function, the lookups have consistantly failed since e164.org added E2U+ADDRESS and E2U+DNC records. Mar 6 17:39:44 WARNING[14222]: enum.c:235 parse_naptr: NAPTR Regex match failed. Mar 6 17:39:44 WARNING[14222]: enum.c:354 enum_callback: Failed to parse naptr :( Mar 6 17:39:44 WARNING[14222]: dns.c:163 dns_parse_answer: Failed to parse result Mar 6 17:39:44 WARNING[14222]: dns.c:209 ast_search_dns: DNS Parse error for X.X.X.X.7.8.6.5.2.9.1.e164.o...
2003 Nov 20
2
SIP URIs and ENUM or other types of lookup
...kup. If I have something like: exten => _.,1,LookUp(${EXTEN}) exten => _.,2,Dial(${RESULT}) Then the LookUp function has to deal with making sure the number is properly filled in before returning ${RESULT}. For example, if I have a wildcard DNS record that looks like this: *.3.9.3.0.0 IN NAPTR 100 100 "u" "SIP+E2U" "!^+*00393(.*)!sip:\1@pulver!" . *.0.0.7.1 IN NAPTR 100 100 "u" "IAX2+E2U" "!^+*(.*)!iax2:iaxtel/\1!" . They won't work since the pattern matching and replacement code is unimplemented. (not to mention the fact t...
2009 Jul 24
1
EVERY toll free number appears to be in e164.org??
...nd plays 'dead air' forever if you let it. All resolve to one of the same three gateways: tf.voipmich.com sip.tollfreegateway.com tollfree.sip-happens.com ;; QUESTION SECTION: ;3.5.3.6.4.1.3.7.7.8.1.e164.org. IN ANY ;; ANSWER SECTION: 3.5.3.6.4.1.3.7.7.8.1.e164.org. 60 IN NAPTR 200 10 "u" "E2U+SIP" "!^\\+1877(.*)$!sip:1877\\1 at tf.voipmich.com!" . 3.5.3.6.4.1.3.7.7.8.1.e164.org. 60 IN NAPTR 200 10 "u" "E2U+SIP" "!^\\+1877(.*)$!sip:1641641877\\1 at sip.tollfreegateway.com!" . 3.5.3.6.4.1.3.7.7.8.1.e164.or...
2004 Jul 21
2
ENUM lookup help
...a way to query these servers manually (ie outside of asterisk via nslookup or equivalent) to find out if particular exchanges are listed with wildcards, so as to terminate calls to those prefixes (I'm not trying to query for specific end-user telephone numbers). I've seen the syntax of the NAPTR records indicating that an '*' represents the wildcard but I'm not sure how to manually query using one...I've tried nslookup, directed at e164.org and using queries like '800', '1800', '800*', '1800*' with no luck (I used a toll free prefix hoping th...
2003 Nov 30
1
LCR with ENUM and DDNS: half the story
...or that country: #!/bin/sh TTL=3600 SERVER=nameserver.example.com SERVER=sparx ZONE=e164.example.com KEYFILE=Kclient.example.com.+157+13404.key nsupdate -v -k ${KEYFILE} << EOF server ${SERVER} zone ${ZONE} update delete *.6.6.6.e164.example.com. update add *.6.6.6.e164.example.com. ${TTL} NAPTR 100 100 "u" "E2U+IAX2" "!\\\\+(.*)!iax2:foofone/\\\\1!" . update add *.6.6.6.e164.example.com. ${TTL} TXT "greate $0.00/minute rate from FooFone!" show send EOF the first update line deletes any existing records for +666, the second adds the NAPTR record for...
2005 Mar 10
1
multiple enum results
...ry ENUMENTRY1, ENUMENTRY2, .., ENUMENTRYN just in case the first result is temporarily unable to handle the call. In at least some cases, I'd also like the order in which the servers in the enum results are tried to be random. The wiki pointed me at enumlookup.agi for enum support of multiple NAPTR results per lookup. By default, enumlookup.agi will either return equal order/priority NAPTRs as a single &'d result, or individual ones in order according to NAPTR defined order and priority. What I'd prefer is for equal order/priority results to be returned separately in the order t...
2009 Nov 16
0
ENUM and Asterisk 1.6
Hi all, I have a problem with 1.6.1.7-rc1 and ENUM (with an own PowerDNS server and NAPTR record). Maybe somebody has more experience with this or can give me some input. The dialplan: exten => 292,1,Set(DIAL_NUMBER=43660123456) exten => 292,2,Set(sip= ${ENUMLOOKUP(+${DIAL_NUMBER},sip,,1,ns3.e164.xxx.com)}) ;x'ed out the domain name starting from here exten => 292,3,NoO...
2006 Feb 19
3
Cisco 7905 can't register
...o 220.238.97.78:50048 Scheduling destruction of call '3098322049@192.168.0.104' in 15000 ms Can anyone offer any advice? TIA -- JEREMY MALCOLM <Jeremy@Malcolm.id.au> - lawyer, IT consultant and actor. Internet and Open Source specialist. Web site: http://www.malcolm.id.au. host -t NAPTR 1.0.8.0.3.1.2.9.8.1.6.e164.org |awk '{print substr($7,6)}' -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3256 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.digium.com/pipermail/asterisk...
2015 Mar 03
0
TLS, SRTP, Asterisk11 and Snom870s
...these will control what ports the Snom will > listen on for which services. > > We have such records in our DNS zone. They look like this: > > ;# Configure sip/sips service records (VOIP) > ;HOST TTL CLASS TYPE ORDER PREF FLAGS SERVICE REGEXP REPLACEMENT > > 300 IN NAPTR 50 50 "s" "SIPS+D2T" "" _sips._tcp.harte-lyne.ca. > > 300 IN NAPTR 90 50 "s" "SIP+D2T" "" _sip._tcp.harte-lyne.ca. > > 300 IN NAPTR 100 50 "s" "SIP+D2U" "" _sip._udp.harte-lyne.ca. > &...
2015 Mar 03
6
TLS, SRTP, Asterisk11 and Snom870s
...rawn from the examples given is that these will control what ports the Snom will listen on for which services. We have such records in our DNS zone. They look like this: ;# Configure sip/sips service records (VOIP) ;HOST TTL CLASS TYPE ORDER PREF FLAGS SERVICE REGEXP REPLACEMENT 300 IN NAPTR 50 50 "s" "SIPS+D2T" "" _sips._tcp.harte-lyne.ca. 300 IN NAPTR 90 50 "s" "SIP+D2T" "" _sip._tcp.harte-lyne.ca. 300 IN NAPTR 100 50 "s" "SIP+D2U" "" _sip._udp.harte-lyne.ca. ;HOST TTL CLASS TYP...
2017 Apr 26
3
pjsip direct_media=yes and "unknown" endpoints
...pathfinder-00000096 left 'simple_bridge' basic-bridge <1bf02059-ea8f-4f9c-bc33-8ae99ba45c9a> -- Channel PJSIP/uplink-00000094 left 'simple_bridge' basic-bridge <1bf02059-ea8f-4f9c-bc33-8ae99ba45c9a> The request now gets routed based on a fully qualified domainname (with NAPTR/SRV records), which ultimately resolves to an ip that is matched in the endpoint SBC used above to originate a call. But now the asterisk stays in the loop regarding RTP, a simple bridge is created but never switches to direct media. SIP: enduser <-> uplink <-> asterisk 13 <-> p...
2008 Apr 14
4
Unable to load module chan_zap.so
...ard TDM400P REV I Board 1" fxols=1 fxsks=2 fxsks=3 fxsks=4 # Global data loadzone = au defaultzone = au I have Googled for help but not found anything. Does anyone have any suggestions? TIA -- Jeremy Malcolm LLB (Hons) B Com Internet and Open Source lawyer, IT consultant, actor host -t NAPTR 1.0.8.0.3.1.2.9.8.1.6.e164.org|awk -F! '{print $3}' Luxury Perth apartment for sale! http://www.yourestate.com.au/sresult.php?property_id=8581
2003 Sep 22
1
Undocumented variables in chan_sip.c
Trying to read and understand bits and pieces of chan_sip.c I've found these I would like someone to clarify: * srvlookup=yes|no * pedantic * canreinvite=update|yes --"update" seems new Being curious, especially for "srvlookup" functionality... /O
2003 Nov 28
1
Request for debug message in ENUM code
I've been tinkering with ENUM and found that the lack of a debug message in enum.c that says it has actually succeeded in resolving an address is a bit of a nuisance. It makes it difficult to see if failures with ENUM are due to problems with parsing NAPTR records (in enum.c) or mistakes in extensions.conf An extra line of debug information would be much appreciated! Iain
2004 Aug 10
0
Re: [Asterisk-Dev] VoIP SPAM, what's next ?
Soren Rathje wrote: > Next thing will probably be a sbl.e164.org service to block spammers like we do with email... :-) Actually we don't need to do that, using normal NAPTR record can be used instead. We know the IP the call is coming from, we can find out from the NAPTR where calls normally go to based on the phone number, if the 2 don't match filter it. -- Best regards, Duane http://www.cacert.org - Free Security Certificates http://www.nodedb.com - Think...
2004 Dec 11
1
How to setup private enum server ?
Hi, I'd like to setup little private enum server. Any more info on how to do that ? Regards, Rob.