August 2007
Intermediate to advanced
608 pages
20h 33m
English
SetTransferCapability() — Sets the ISDN transfer capability of a channel
SetTransferCapability(transfercapability)This application sets the ISDN transfer capability of
the current channel to a new value. Valid values for
transfercapability are:
SPEECH0x00, speech (default, voice calls)
DIGITAL0x08, unrestricted digital information (data calls)
RESTRICTED_DIGITAL0x09, restricted digital information
3K1AUDIO0x10, 3.1kHz Audio (fax calls)
DIGITAL_W_TONES0x11, unrestricted digital information with tones/announcements
VIDEO0x18, video
This application is deprecated and the functionality has been
replaced with Set(CHANNEL(transfercapability)=
syntax.transfercapability)
exten => 123,1,Set(CHANNEL(transfercapability)=SPEECH)