I have registered four numbers at e164.org and would like to test if it is working. If somebody has done it before and has the time, please contact me off list. bye Ronald
> If somebody has done it before and has the time, please contact me off list.The list is worthless if answers are sent by private mail. ENUMLOOK=123 ; Test ENUM lookup watching the CLI ; a file that says "no enulm listing found" ; was recorded exten => _${ENUMLOOK}.,1,EnumLookup(${EXTEN:3}) exten => _${ENUMLOOK}.,2,NoOp(ENUM result: ${ENUM}) exten => _${ENUMLOOK}.,3,Hangup exten => _${ENUMLOOK}.,102,Playback(noenumfound) exten => _${ENUMLOOK}.,103,Hangup
Wilson Pickett schrieb:> ENUMLOOK=123 > ; Test ENUM lookup watching the CLI > ; a file that says "no enulm listing found" > ; was recorded > exten => _${ENUMLOOK}.,1,EnumLookup(${EXTEN:3}) > exten => _${ENUMLOOK}.,2,NoOp(ENUM result: ${ENUM}) > exten => _${ENUMLOOK}.,3,Hangup > exten => _${ENUMLOOK}.,102,Playback(noenumfound) > exten => _${ENUMLOOK}.,103,HangupAre there any test numbers where I can see if ENUM lookup is working? And is it possible as well to test if a number of a SIP or IAX provider exists? Bye! Michael
Michael Vogel wrote: I dumped some sample enum configs to http://www.asterisk.net.au/tutorial/7/ and more on e164.org> Are there any test numbers where I can see if ENUM lookup is working?18005558355 (1800 555 tell, news and weather service etc)> And is it possible as well to test if a number of a SIP or IAX provider > exists?Just do a if goto call... exten => s,2,GotoIf($[$[${ENUM:0:3} = SIP] | $[${ENUM:0:3} = IAX]] ? 3 : 52) That traps both, but obviously can be altered to trap one or the other and handle them seperately... -- Best regards, Duane http://www.cacert.org - Free Security Certificates http://www.nodedb.com - Think globally, network locally http://www.sydneywireless.com - Telecommunications Freedom http://happysnapper.com.au - Sell your photos over the net! http://e164.org - Using Enum.164 to interconnect asterisk servers "I do not try to dance better than anyone else. I only try to dance better than myself."