channelsetdictionary
TYPE
,
MODULE
,
INFO
The channelsetdictionary statement saves new settings for a specified channel.
Parameters
This statement has three parameters:
type – type of channel (Dial, Email, etc.)
module – module name.
info – dictionary containing channel settings.
Description
This statement saves new settings for a specified channel.
local dialSettings
dialSettings = initializedictionary(
"AreaCode","714"
...
"CountryCode","1")
channelsetdictionary "Dial","Dialectic",dialSettings
See Also
- channelactivemodule -- returns the currently active module for a channel, if any.
- channelactivemodule( -- returns the currently active module for a channel, if any.
- channelcall -- calls a procedure in the active channel module.
- channelcatalog -- creates a list of all channel databases (including the path for each database).
- channelgetdictionary -- returns the current settings for a specified channel.
- channelinformation -- returns information about a specified channel.
- channelinformation( -- returns information about a specified channel.
- channelload -- loads a channel module.
- channelmodules -- returns a list of available modules for a specified channel type.
- channelmodules( -- returns a list of available modules for a specified channel type.
- channelopen -- opens a channel module for editing.
- channelpath -- returns the path of a specified channel module.
- channelpath( -- returns the path of a specified channel module.
- channelprocedures -- returns a list of procedures available in a specified channel.
- channelswitch -- switches the active channel module.
- channeltypes -- returns a list of available channel types.
- channeltypes( -- returns a list of available channel types.
- dialdigits -- dials one or more digits.
- dialphone -- dials one or more digits, adjusting for area codes, country codes, etc..
- sendarrayemail -- sends a single e-mail to multiple recipients.
- sendbulkemail -- sends a single e-mail to multiple recipients.
- sendemail -- sends an e-mail. It gives access to the maximum number of options available.
- sendoneemail -- sends a single e-mail to a single recipient.
History
10.0 | Updated">Carried | Carried over from Panorama 6.0, but if the info parameter is empty the settings are deleted (which restores the default values). |