music on hold category syntax

zipeee
Posts: 72
Member Since:
2006-09-07

Hi,

In the extensions.conf, I dug up the call screening option. I want to change the torture music to use music in a category i called "torture" i created in freepbx, not "default"
For the line "exten => TORTURE,1,Goto(app-blackhole,musiconhold,1)" How would I get it to play music specifically from the torture category I created?

Thanks

; For call screening
exten => NOANSWER,1,Macro(vm,${SCREEN_EXTEN},BUSY,${IVR_RETVM})
exten => NOANSWER,n,GotoIf($["${IVR_RETVM}" != "RETURN" | "${IVR_CONTEXT}" = $
exten => NOANSWER,n,Return
exten => NOANSWER,n(bye),Macro(hangupcall)
exten => TORTURE,1,Goto(app-blackhole,musiconhold,1)
exten => TORTURE,n,Macro(hangupcall)
exten => DONTCALL,1,Answer
exten => DONTCALL,n,Wait(1)
exten => DONTCALL,n,Zapateller()
exten => DONTCALL,n,Playback(privacy-if-sales-call-contact-in-writing)
exten => DONTCALL,n,Macro(hangupcall)