This profile supports callmix which contain a combination of 90% pass-through and 10% transcoding.
To activate callmix profile on SBC SWe:
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. |
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 |
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 |
Pagebreak |
---|