Custom extension

Hi,

I normally just add it using the “Custom Extension” page, but in this case it does not work on a Google Voice trunk.

The extension has to dial a remote PBX, send DTMF 8 wait a few sec and dial extension 244 on remote PBX.
I would set this as Local/001315xxxxxxx@outbound-allroutes,60,m(Jazz)D(www8wwwwww244)
but it shop working when the “,60,m(Jazz)D(www8wwwwww244)” part is added.

Can I program the extension manually? something like:

exten => 244,1,Answer
exten => 244,n,MusicOnHold(Jazz)
exten => 244,n,Dial(Local/001315xxxxxxx@outbound-allroutes)
exten => 244,n,Wait(5)
exten => 244,n,SendDTMF(8)
exten => 244,n,Wait(5)
exten => 244,n,SendDTMF(244)
exten => 244,n,Hangup

/Tom