PureConnect

 View Only

Discussion Thread View
  • 1.  Disable hold music for outbound calls

    Posted 03-15-2018 15:32
    Guys, Need your assistance with removing the hold music for outbound calls only and it shouldn't impact any inbound calls. I reviwed the "OnHoldAudioRandomizationMonitor" system handler but looks like it gets invoked with both inbound as well as outbound calls.


  • 2.  RE: Disable hold music for outbound calls

    Posted 03-19-2018 14:58
    I would think you can put your customization in the customization point at the top of OnHoldAudioRandomizationMonitor called CustomOnHoldAudioRandomizationMonitor. There will be a call attribute called Eic_CallDirection which can have a value of I = Inbound, O = outbound, or "" meaning manual dialing state. To prevent something from breaking I would look at recording a 5 minute wav file of silence to be played. I don't think you will run into "" in your customization but I would double check. A simple check of the attribute and if it equals O to set the attribute Eic_OnHoldAudioFile to the silent wav file. Now any outbound calls will attempt to play the silent wav file instead of the built in hold music. *DISCLAIMER* I take no responsibility for what you do with my suggestion above and if it breaks something. I have not tested this but have simply gone off memory of how this part of the system works. Always test your changes in a nonprod environment before promoting to prod.


Need Help finding something?

Check out the Genesys Knowledge Network - your all-in-one access point for Genesys resources