How to load strategies in Extension?

To load strategies in extension, you need to configure strategy details manually for DN. Let URS_01 is our UR Server, 5001 is our DN and we would like to run our strategy ‘Sample’ on ‘ringing’ event. Here are the details for the same

  • Open DN 5001 and go to ‘Annex’ Tab
  • Create a section named ‘URS_01’ (same as UR Server name)
  • Create options ‘event_arrive’ with value as ‘ringing’
  • Create option ‘strategy’ with value as ‘sample’ (name of the strategy)
  • Create option ‘strategy0x65’ with value as ‘sample’ (name of the strategy)

Simple..isn’t it 🙂