[Asterisk-Users] How to test enum?

Wilson Pickett wilson.pickett at gmail.com
Sat Dec 11 01:44:08 MST 2004


> 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



More information about the asterisk-users mailing list