Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This profile supports callmix which contain a combination of 90% pass-through and 10% transcoding.

To activate callmix profile on SBC SWe:

  1. Check the current profile on SBC SWe.

    Code Block
    % show system sweActiveProfile 
    sweActiveProfile default {
        actState active;
    }
    [ok]


    Info

    There is an default profile activated on SBC SWe instantiation.


  2. Delete the default profile in  sweActiveProfile.

    Code Block
    % delete system sweActiveProfile default 
    [ok]
    The following warnings were generated:
    'system sweActiveProfile': To Deactivate the profile please reboot the systems manually.First the Standby followed by the Active. Do you wish to continue?
    Proceed? [yes,no] yes
    Commit complete.
    [ok]  


    Warning

    After deleting the default profile in sweActiveProfile, restart the Standby SBC followed by Active SBC.


  3. Configure the callmix profile.

    Code Block
    % set system sweActiveProfile standard_callmix_profile actState active 
    [ok]
    The following warnings were generated:
    'system sweActiveProfile': To Activate a Profile we need to reboot the system.Please reboot the system after Activating a Profile Manually. First the Standby followed by the Active. Do you wish to continue?
    Proceed? [yes,no] yes
    Commit complete.
    [ok]


    Warning

    After configuring the callmix profile in sweActiveProfile, restart the Standby SBC followed by Active SBC.