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.

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

    There is an default profile activated on SBC SWe instantiation.

  2. Delete the default profile in  sweActiveProfile.

    % 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]  

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

  3. Configure the callmix profile.

    % 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]

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


  • No labels