Hi all,
I am a beginner with asterisk. I want to manage a simple “call forwarding”.
I’ve 3 users which are 1000,2000,3000.
I want to forward calls from 1000 to 3000.
my extensions.conf file is like below,
[internal]
exten => 1000,1,Dial(SIP/User1)
exten => 1000,n,Hangup()
When I dial 213000 from the user with 1000, I hear message of “saved” but when I call 1000, no forwarding happens. Just 1000 dials and ends. How can I handle this?
Help please.
Thanks for reading me…
And where is the routine that evaluate the AstDB to know if the forward its’ enable? If that is your complete dialplan you are missing that part of code.