Displaying 3 results from an estimated 3 matches for "divertactive".
2016 Mar 03
2
Asterisk Call Forwarding
Hi
I have to setup call forwarding. How do we setup Call forwarding in
asterisk?. Eg. user dials a number and insert some mobile number for
forwarding and dial another number to cancel the forwarding. thanks a lot.
Best Regards,
Madushan?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Mar 03
2
Asterisk Call Forwarding
...lot.
>
> I implemented this like so in my default context:
>
> exten => _*21.,1,Answer()
> same => n,GotoIf($["${CALLERID(num)}"="<redacted>"]?divert:void)
> same => n(divert),Set(DB(divert/${CALLERID(num):-4})=${EXTEN:3})
> same => n,Gosub(divertactive,1)
> same => n,Hangup()
> same => n(void),Gosub(divertvoid,1)
> exten => _#21,1,Answer()
> same => n,GotoIf($["${CALLERID(num)}"="<redacted>"]?divert:void)
> same => n(divert),Verbose(0,${DB_DELETE(divert/${CALLERID(num):-4})})
> same =>...
2014 Nov 27
3
day night service toggle
Hi,
I need dialplan to set INCOMING call forwarding during lunch break to my secretary.
I want that I can set call forwarding by dialing an extension number to turn it ON or OFF.
I am using asterisk 11.
Thanks
Abdullah Faheem
-------------- next part --------------
An HTML attachment was scrubbed...
URL: