I updated to 24.17 in the hope that the star-codes would work but no such luck.
I removed my custom setting for star-codes (I had changed blindxfer to *55 from *1 since I like to use *1 as togglerecord) and returned the star code settings to their defult values but it is still not letting me either do a blind transfer or an online record. My current settings are back to default:
Global Settings -> Features Code -> FeatureMap
atxfer *2
blindxfer *1
Global Settings -> Features Code -> ApplicationMap
togglerecord *3,self,AGI(agi://${XIVO_AGID_IP}/call_recording)
Have any code variables changed? I have, in /etc/asterisk/extensions_extra.d a file called rc-misc.conf which contains the settings we previously needed to enable the star-codes with groups:
[xivo-subrgbl-user]
exten = s,1,NoOp(Forcing the system to generate ringing for calls to users until the call is answered = No MoH while awaiting pickup)
same = n,Set(__XIVO_CALLOPTIONS=r${XIVO_CALLOPTIONS})
exten = s,1,NoOp(Enabling users (Callee=t, NOT Caller=T) to transfer calls using star-codes for Blind or Attended transfer)
same = n,Set(__XIVO_CALLOPTIONS=t${XIVO_CALLOPTIONS})
exten = s,1,NoOp(Enabling users to park a call)
same = n,Set(__XIVO_CALLOPTIONS=k${XIVO_CALLOPTIONS})
same = n,Return()
[xivo-subrgbl-group]
exten = s,1,NoOp(Forcing the system to generate ringing for calls to groups until the call is answered = No MoH while awaiting pickup)
same = n,Set(__XIVO_GROUPOPTIONS=r${XIVO_GROUPOPTIONS})
same = n,NoOp(Enabling members of a Group (Callee=t, NOT Caller=T) to transfer calls using star-codes for Blind or Attended transfer)
same = n,Set(__XIVO_GROUPOPTIONS=t${XIVO_GROUPOPTIONS})
same = n,NoOp(Enabling members of a Group (Callee=k, NOT Caller=K) to Park calls using star-codes)
same = n,Set(__XIVO_GROUPOPTIONS=k${XIVO_GROUPOPTIONS})
same = n,NoOp(Enabling online call recording via automixmon so members of a Group can initiate call recording during a call)
same = n,Set(__XIVO_GROUPOPTIONS=xX${XIVO_GROUPOPTIONS})
same = n,Set(__XIVO_CALLRECORDFILE=)
same = n,Return()
[usersharedlines]
; 32 [0-9a-f] is too long and - are ignored
exten = _[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f].,1,AGI(agi://${XIVO_AGID_IP}/get_user_interfaces,${EXTEN})
same = n,NoOp(Adding the XIVO_GROUPOPTIONS to the Dial command so star-codes will work for call into a Group)
same = n,Dial(${WAZO_USER_INTERFACES},,${XIVO_GROUPOPTIONS})
same = n,Hangup
This code has NOT changed. It was working in v23 and still does work if I revert back to an older V23 Wazo but with v24 Wazo, the star-codes no longer work.
Any ideas why the star-codes for blind transfer and toggle record no longer work in V24?