[Asterisk-Users] I call an USA MOBILE phone and it is registered as
	ENUM => failed
    Ronald Wiplinger 
    ronald at elmit.com
       
    Sat May 21 09:01:04 MST 2005
    
    
  
I was tracking down an error in  my dialplan, .. but at the end it 
showed, that I called a mobile phone in USA, which had a successfull 
ENUM lookup, ...
Could that be?
[trunkUSA]
;
; USA & Canada  long distance through trunk
;    for ENUM drop 9
;exten => _91Z.,1,NoOp(trunkUSA)
exten => _91Z.,1,SetCIDNum(${CALLERIDNUM}|a)
exten => _91Z.,2,EnumLookup(${EXTEN:1})
;exten => _91Z.,3,BackGround(enum-lookup-successful)
exten => _91Z.,3,Dial(${ENUM},30)
exten => _91Z.,4,Hangup
exten => _91Z.,5,Dial,IAX2/wwww at voipjet/${EXTEN:${TRUNKMSD}} ; 
VoipJet.com NANPA
exten => _91Z.,6,hangup
exten => _91Z.,7,Dial,IAX2/${NUFONEUSER}@NuFone/${EXTEN:${TRUNKMSD}}
*CLI>
    -- Executing SetCIDNum("SIP/615-80b2", "615|a") in new stack
    -- Executing EnumLookup("SIP/615-80b2", "1860614xxxx") in new stack
    -- Executing Dial("SIP/615-80b2", "|30") in new stack
May 21 23:36:45 WARNING[9733]: app_dial.c:690 dial_exec_full: Dial 
argument takes format 
(technology1/number1&technology2/number2...|optional timeout)
Any ideas?
bye
Ronald
    
    
More information about the asterisk-users
mailing list