@AlexShimmin wrote:
So I'm really not quite sure what's going on here but for some reason recently the cannot-complete-as-dialed recording has stopped playing when I dial an invalid number (internally) and instead just sends a hangup signal or congestion signal.
I had a look at the asterisk config files and found something in extensions_additional.conf, there's something called [bad-number] which looks to be responsible for playing the cannot complete message when dialing an invalid number...have a look:
[bad-number]
include => bad-number-custom
exten => _X.,1,ResetCDR()
exten => _X.,n,NoCDR()
exten => _X.,n,Progress
exten => _X.,n,Wait(1)
exten => _X.,n,Playback(silence/1&cannot-complete-as-dialed&check-number-dial-again,noanswer)
exten => _X.,n,Wait(1)
exten => _X.,n,Congestion(20)
exten => _X.,n,Hangup;--== end of [bad-number] ==--;
Is there something wrong with this??
What else could be the problem?
Posts: 3
Participants: 2