I have the following config: [app-callforward] ; dialed call forward app - forwards calling extension exten => _*72.,1,DBput(CF/${CALLERIDNUM}=${EXTEN:3}) exten => _*72.,2,Answer exten => _*72.,3,Wait(1) exten => _*72.,4,Playback(loligo/call-fwd-unconditional) exten => _*72.,5,Playback(loligo/for) exten => _*72.,6,Playback(loligo/extension) exten => _*72.,7,SayDigits(${CALLERIDNUM}) exten => _*72.,8,Playback(loligo/is-set-to) exten => _*72.,9,SayDigits(${EXTEN:3}) exten => _*72.,10,Macro(hangupcall) However, when I do something like *723372806 The system says it takes it but I am unable to make it work. Instead of forwarding to an outside line, it sends the caller direct to voicemail. The way I have things setup, I do not need to dial a 9 to get an outside line. Any thoughts?