Forward extension?

Hi, need to make a forward when a user call to extension 8 need to forwards to 2022, its good practice or is better short number dial?
how can do it?

Thanks

Something of this sort in your extensions.conf…

exten => 8,1,Goto(2022,1)
exten => 2022,1,Dial(...)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.