locked
How to configure Mediation Server to Support Siren RRS feed

  • Question

  • We want the mediation server to support Siren. Does anyone know how to do this?

    We want, where the media is Client <=> Mediation server <=> PSTN gateway (No media bypass, no CAC), the mediation server to offer and ideally negotiate Siren and not G711.

    I think the command should be Set-CsMediaConfiguration -Identity MediationServer:<medn Server FQDN> -EnableSiren $True

    However I am getting

    Set-CsMediaConfiguration : Cannot find "MediaConfiguration" "<medn Server FQDN>" because it does not exist.

    I know CAC is the sledgehammer way to force the codec.

    I also know that with CU4 RTAudio may be negotiated (even without CAC). However at the moment we have a lot of clients on CU3 so it is going to take time to get everything to CU4 level

    Thanks for any help

     

     


    Alistair
    Tuesday, January 10, 2012 3:57 PM

Answers

  • You probably don't have settings defined for the mediation server.  By default, the only identity that has media settings defined is Global.  Run Get-CSMediaConfiguration to confirm.

    If you really want to set media configuration at the mediation server level, then you'll want to use the New-CSMediaConfiguration command.

     

    Ken

    • Proposed as answer by Sharon.Shen Thursday, January 12, 2012 5:29 AM
    • Marked as answer by AlistairK Friday, January 13, 2012 1:54 PM
    Tuesday, January 10, 2012 4:44 PM

All replies

  • You probably don't have settings defined for the mediation server.  By default, the only identity that has media settings defined is Global.  Run Get-CSMediaConfiguration to confirm.

    If you really want to set media configuration at the mediation server level, then you'll want to use the New-CSMediaConfiguration command.

     

    Ken

    • Proposed as answer by Sharon.Shen Thursday, January 12, 2012 5:29 AM
    • Marked as answer by AlistairK Friday, January 13, 2012 1:54 PM
    Tuesday, January 10, 2012 4:44 PM
  • Spot on thanks.

    So

    ran

    New-CsMediaConfiguration -Identity MediationServer:<FQDN> -EnableSiren $True

      

    Medn now reports (So when I get a chance I will reboot)

    Mediation Server does not support changing these settings dynamically. The settings were ignored.

    Setting Name: MediaSettings
    Property Description: PreferredCodec
    Current Value: RtpCodecMSRTAudio8KHz
    Ignored Value: RtpCodecSIREN
    Cause: Changing certain settings dynamically is not supported.
    Resolution:
    Restart Mediation Server if you want the changes to take effect 


    Alistair
    Friday, January 13, 2012 1:57 PM