› VitalPBX Community Support › General Discussion › Cisco Phone 6921 Sofkey forward all › Reply To: RE: Cisco Phone 6921 Sofkey forward all
-
- April 10, 2018 at 3:46 pm
You can create a custom extension files under /etc/asterisk/ombutel called extensions__50-cisco.conf and paste the following dialplan
[cos-all-custom](+)
; Enable/Disable call-forwarding
exten => _cfwdall-.,1,Answer()
same => n,Goto(cos-all-init,${EXTEN:8},1)
same => n,Hangup(normal_clearing)The phone make a call to
x-cisco-serviceuri-cfwdall-XXX
whereXXX
is replaced by the feature number, in this case *60After save the file, remember to reload asterisk dialplan:
asterisk -rx"dialplan reload"
0