home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / FREECallCenter.exe / data1.cab / Shared_CallCenter_Files / Config / Rck96v24.ini < prev    next >
Encoding:
INI File  |  2000-08-09  |  13.7 KB  |  453 lines

  1. ;=================================================
  2. ;== Voice Modem Command Configuration
  3. ;==
  4. ;== Rockwell 96V24 Compatible - Complete
  5. ;=================================================
  6.  
  7. ;This section contains general information about this modem cfg file
  8. [VoiceModem]
  9. Description=Rockwell 96V24 or Compatible
  10. UniqueID=V3RCKW
  11. VoiceFileExtension=VRK
  12. VoiceFileDescription=Rockwell Voice (VRK)
  13.  
  14.  
  15. ;Issued to make sure modem is what we think it is...
  16. [VoiceModemTest]
  17. VoiceModemTestCommand=#CLS=8
  18.  
  19. ;Enter the sequence of commands required to enter voice mode
  20. [EnterVoiceMode]
  21. EnterVoiceModeCommand=#CLS=8
  22.  
  23.  
  24. ;List of media modes supported
  25. ;Media Mode commands, leave empty for not supported.
  26. [MediaMode]
  27. MediaModeDATA=#CLS=0
  28. MediaModeCLASS1=#CLS=1
  29. MediaModeCLASS2=#CLS=2
  30. MediaModeCLASS20=
  31. MediaModeVOICE=#CLS=8
  32. MediaModeVOICEVIEW=
  33. MediaModeDSVD=
  34.  
  35.  
  36. ; Additional initialization strings sent for normal modem init if voice modem is installed
  37. ; These strings are sent out after the ModemTest command from above to configure basic
  38. ; settings for voice mode prior to the sofware switching back into data mode and waiting
  39. ; for incoming or outgoing calls
  40. [ExtraInitialization]
  41. ;enable auto-bauding
  42. Init1=s0=0s30=60
  43. Init2=
  44. Init3=
  45. Init4=
  46.  
  47. ; Initializations to be sent out just prior to switching into voice mode.
  48. [VoiceModeInit]
  49. Init1=
  50. Init2=
  51. Init3=
  52. Init4=
  53.  
  54.  
  55. ;After entering voice mode, these commands are issued if they exist????
  56. [FlowControl]
  57. FlowControlNone=&K0
  58. FlowControlHard=&K3
  59. FlowControlBoth=&K3
  60. FlowControlSoft=&K4
  61. PlayUsingFlowControlSoft=
  62.  
  63.  
  64. ;Commands for issuing 'beep' before and/or after local or remote voice recording
  65. ;If no be desired, leave blank
  66. [RecordBeep]
  67. RecordBeepStart=#VTS=[900,900,500]
  68. RecordBeepStop=
  69.  
  70. ;Values provided within software
  71. [ToneGeneration]
  72. PlayTone=#VTS=
  73. SimpleDTMF=1
  74. ToneDurationCommand=#VBT=
  75. ;Duration in 1/10 secs
  76. ToneDurationTime=5
  77.  
  78. ;Silence Detection adjustment commands.  Two parts, sensitivity and timeout.
  79. [SilenceDetection]
  80. SilenceDetectionLeastSensitive=#VSS=1
  81. SilenceDetectionLessSensitive=#VSS=1
  82. SilenceDetectionMidSensitive=#VSS=2
  83. SilenceDetectionMoreSensitive=#VSS=3
  84. SilenceDetectionMostSensitive=#VSS=3
  85. SilenceDetectionDisable=#VSD=0
  86. SilenceDetectionEnable=#VSD=1
  87. SilenceDetectionTimeout=#VSP=
  88. SilenceDetectionTimeoutValue=55
  89.  
  90. ;CallID commands
  91. [CallerID]
  92. ;CID Enable
  93. CallerIDEnable=#CID=1
  94. ;CID Disable
  95. CallerIDDisable=#CID=0
  96.  
  97. ;Distinctive Ring Commands
  98. [DistinctiveRing]
  99. DRingEnable=
  100. DRingDisable=
  101.  
  102. ;------------------------------------------------------------------------------
  103. ;Relay control settings
  104. ; Most modems will only support a limited set of the options below
  105. [RelayControl]
  106. ;modem on-hook/ handset connected to telephoneline -- internal speaker off
  107. OnHookHandsetToTelco=#VLS=0
  108.  
  109. ;modem off-hook/modem connected to telco
  110. ;usually first reset modem to telco, then issue ATA to go off hook...
  111. OffHookModemToTelco=#VLS=0
  112.  
  113. ; record or play using local phone
  114. ; Modem on-hook/handset connected to modem (for local message play record thru local handset)
  115. OnHookHandsetToModem=#VLS=1
  116.  
  117. ; answer by connecting local phone to telephone line
  118. ; Modem off-hook/handset connected to telco modem connected to handset
  119. OffHookHandsetToTelcoModemToHandset=#VLS=0
  120.  
  121. ; local play using modem's internal speaker
  122. OnHookInternalSpeakerOn=#VLS=2
  123.  
  124. ; incoming call monitor using internal speaker
  125. OffHookInternalSpeakerOn=#VLS=4
  126.  
  127. ; local record using internal microphone
  128. OnHookInternalMicrophoneOn=#VLS=3
  129.  
  130. ; speaker phone using internal microphone and internal speaker
  131. OffHookInternalSpeakerInternalMic=#VLS=1
  132.  
  133. ; local play using external speaker
  134. OnHookExternalSpeakerOn=#VLS=2
  135.  
  136. ; answer call with modem in call monitor mode using external speaker
  137. OffHookExternalSpeakerOn=#VLS=4
  138.  
  139. ; speaker phone using internal microphone and external speaker
  140. OffHookInternalMicExternalSpeaker=#VLS=1
  141.  
  142. ; local record using external microphone
  143. OnHookExternalMicOn=#VLS=3
  144.  
  145. ; speaker phone using external microphone and internal speaker
  146. OffHookExternalMicInternalSpeaker=#VLS=1
  147.  
  148. ; speaker phone using external microphone and external speaker
  149. OffHookExternalMicExternalSpeaker=#VLS=1
  150.  
  151. ; local play or record with hand set or head set
  152. OnHookHeadsetToModem=#VLS=1
  153.  
  154. ; connect hand set or head set to telephone line
  155. OffHookHeadsetToTelco=#VLS=1
  156.  
  157. ; connect hand set or head set to telephone line with mute
  158. OffHookHeadsetToTelcoMuted=
  159.  
  160. ;---------------------------------------------------------------------------
  161.  
  162. ;These commands control the line level volume for the playing and recording of
  163. ;voice files.  The commands also control the level of the remote end on a speaker
  164. ;phone call
  165. [VolumeControl]
  166. PlaybackVolumeCommand=
  167. PlaybackVolumeMin=
  168. PlaybackVolumeMax=
  169. ;The next two commands are used to adjust volume incrementally during playback
  170. ;Ascii values separated by commas if more than one
  171. ;If a <dle> or other command character is required it must be included here!
  172. ;leave empty if not supported by your modem!!!!!
  173. VolumeAdjustIncrement=
  174. VolumeAdjustDecrement=
  175. RecordVolumeCommand=
  176. RecordVolumeAutoGainCommand=
  177. RecordVolumeMin=
  178. RecordVolumeMax=
  179.  
  180. ;These commands control the levels of the local speaker and microphone when in
  181. ;speakerphone mode
  182. [SpeakerphoneVolumeControl]
  183. EnableSpeakerPhone=
  184. DisableSpeakerPhone=
  185. MicrophoneVolume=
  186. MicVolumeMin=
  187. MicVolumeMax=
  188. SpeakerVolume=
  189. SpeakerVolumeMin=
  190. SpeakerVolumeMax=
  191.  
  192.  
  193.  
  194. [VoiceFilePlay]
  195. ;Command sent to prepare modem for playing a voice file
  196. FileStartPlay=#VTX
  197. ;command sent to modem when voice file play is completed normally
  198. ;This is a sequence of ascii characters separated by commas
  199. FileEndPlay=16,03,10,16,03
  200. ;commands sent to modem to stop playing a voice file immediately (before it is done)
  201. ;This is a sequence of ascii characters separated by commas
  202. FileAbortPlay=16,24,10,16,24
  203. ;commands sent to modem to Pause and un-pause voice file playback
  204. ;This is a sequence of ascii characters separated by commas
  205. FilePausePlay=16,112
  206. FileUnpausePlay=16,114
  207.  
  208.  
  209. [VoiceFileRecord]
  210. ;Command sent to prepare modem for voice file recording
  211. FileStartRecord=#VRX
  212. ;command sent to modem to normally terminate a voice file recording
  213. ;This is a sequence of ascii characters separated by commas
  214. FileEndRecord=88
  215. ;command sent to modem to normally terminate a voice file recording
  216. ;This is a sequence of ascii characters separated by commas
  217. ;Key abort
  218. FileAbortRecord=88
  219. ;special processing on recorded files
  220. ;The number of bytes to be removed from the beginning and ending of voice data in the voice files
  221. StartRemoveBytes=
  222. EndRemoveBytes=
  223.  
  224.  
  225. [VoiceFileQuality0]
  226. ;Low quality entries
  227. CompressionDescription=4-bit Rockwell ADPCM
  228. ;currently for sound card support, only the PCM format is supported
  229. ;the modem must support a linear PCM compression scheme!!!!!No conversions are currently performed!
  230. CompressionCommandLowest=#VBS=4#BDR=48#VSR=7200
  231. CompressionFormatLowest=4
  232. ;Mono is almost always the only format available:  1 for Mono, 2 for stero
  233. CompressionChannelsLowest=1
  234. CompressionSamplesPerSecondLowest=7200
  235. CompressionBitsPerSampleLowest=4
  236.  
  237. CompressionCommandLow=#VBS=4#BDR=48#VSR=7200
  238. CompressionFormatLow=4
  239. CompressionChannelsLow=1
  240. CompressionSamplesPerSecondLow=7200
  241. CompressionBitsPerSampleLow=4
  242.  
  243. ;Medium quality entries
  244. CompressionCommandMed=#VBS=4#BDR=48#VSR=7200
  245. CompressionFormatMed=4
  246. CompressionChannelsMed=1
  247. CompressionSamplesPerSecondMed=7200
  248. CompressionBitsPerSampleMed=4
  249.  
  250. ;High quality entries
  251. CompressionCommandHigh=#VBS=4#BDR=48#VSR=7200
  252. CompressionFormatHigh=4
  253. CompressionChannelsHigh=1
  254. CompressionSamplesPerSecondHigh=7200
  255. CompressionBitsPerSampleHigh=4
  256.  
  257. CompressionCommandHighest=#VBS=4#BDR=48#VSR=7200
  258. CompressionFormatHighest=4
  259. CompressionChannelsHighest=1
  260. CompressionSamplesPerSecondHighest=7200
  261. CompressionBitsPerSampleHighest=4
  262.  
  263.  
  264. [VoiceFileQuality1]
  265. ;Low quality entries
  266. CompressionDescription=2-bit Rockwell ADPCM
  267. ;currently for sound card support, only the PCM format is supported
  268. ;the modem must support a linear PCM compression scheme!!!!!No conversions are currently performed!
  269. CompressionCommandLowest=#VBS=2#BDR=48#VSR=7200
  270. CompressionFormatLowest=2
  271. ;Mono is almost always the only format available:  1 for Mono, 2 for stero
  272. CompressionChannelsLowest=1
  273. CompressionSamplesPerSecondLowest=7200
  274. CompressionBitsPerSampleLowest=2
  275.  
  276. CompressionCommandLow=#VBS=2#BDR=48#VSR=7200
  277. CompressionFormatLow=2
  278. CompressionChannelsLow=1
  279. CompressionSamplesPerSecondLow=7200
  280. CompressionBitsPerSampleLow=2
  281.  
  282. ;Medium quality entries
  283. CompressionCommandMed=#VBS=2#BDR=48#VSR=7200
  284. CompressionFormatMed=2
  285. CompressionChannelsMed=1
  286. CompressionSamplesPerSecondMed=7200
  287. CompressionBitsPerSampleMed=2
  288.  
  289. ;High quality entries
  290. CompressionCommandHigh=#VBS=2#BDR=48#VSR=7200
  291. CompressionFormatHigh=2
  292. CompressionChannelsHigh=1
  293. CompressionSamplesPerSecondHigh=7200
  294. CompressionBitsPerSampleHigh=2
  295.  
  296. CompressionCommandHighest=#VBS=2#BDR=48#VSR=7200
  297. CompressionFormatHighest=2
  298. CompressionChannelsHighest=1
  299. CompressionSamplesPerSecondHighest=7200
  300. CompressionBitsPerSampleHighest=2
  301.                                  
  302.  
  303. ;BaudRate used to send commands to modem when in voice mode (based on selected compression)
  304. ;To use current baudrate, do not specify any values...
  305. [ModemBaudRate]
  306. BaudRateCompressionLowest=115200
  307. BaudRateCompressionLow=115200
  308. BaudRateCompressionMed=115200
  309. BaudRateCompressionHigh=115200
  310. BaudRateCompressionHighest=115200
  311.  
  312. ;The baudrate to be used during play and record only
  313. ;can be left blank if specified above under [ModemBaudRate]
  314. ;For USR the fix baud rate command to send is (Baud/2400) - we calculate it here...
  315. ;The fix baud rate command is issued right before any baud rate switch...
  316. ;In this case we don't have a differnt baud rate, but we must still issue BDR based on
  317. ;baud rate we do set which is specified above!
  318. [PlayRecordBaudRate]
  319. BaudRatePlayRecLowest=
  320. FixBaudRateLowest=#BDR=48
  321. BaudRatePlayRecLow=
  322. FixBaudRateLow=#BDR=48
  323. BaudRatePlayRecMed=
  324. FixBaudRateMed=#BDR=48
  325. BaudRatePlayRecHigh=
  326. FixBaudRateHigh=#BDR=48
  327. BaudRatePlayRecHighest=
  328. FixBaudRateHighest=#BDR=48
  329.  
  330. ;0 = baudrate switched before issue of Play or Record command
  331. ;1 = baudrate switched after issue of Play or Record command
  332. ;no entry means no speed change before Play or Record
  333. BaudRateSwitchTime=0
  334. ;Command to sync the baud rate sent prior to play/rec command
  335. ;leave blank if none needed
  336. ModemSyncPrePlayRecCommandLowest=
  337. ModemSyncPrePlayRecCommandLow=
  338. ModemSyncPrePlayRecCommandMed=
  339. ModemSyncPrePlayRecCommandHigh=
  340. ModemSyncPrePlayRecCommandHighest=
  341. ;Command to sync the baud rate sent after play/rec command
  342. ;leave blank if none needed
  343. ModemSyncPostPlayRecCommandLowest=
  344. ModemSyncPostPlayRecCommandLow=
  345. ModemSyncPostPlayRecCommandMed=
  346. ModemSyncPostPlayRecCommandHigh=
  347. ModemSyncPostPlayRecCommandHighest=
  348.  
  349. ;All modem codes are specified as ASCII byte values unless otherwise specified!
  350. [VoiceModemCodes]
  351. ;The byte used to escape codes from the modem during voice play/rec mode
  352. ;Usually <DLE> or ASCII 16
  353. ;Specify as numeric ASCII value
  354. EmbeddedEscapeCode=16
  355. ;How to pad when playing and encounter a <DLE><DLE> code
  356. PlayEscapePadding=16,16,16,16
  357. ;How to pad when playing and encounter a <DLE><ANY> code
  358. PlayEscapePaddingAnyChar=16,16
  359.  
  360.  
  361. ;Values returned by the modem while in Voice Play/Rec mode
  362. ; it is assumed that all type of modems will report
  363. ; the 0-9 & A-D DTMF tones using corresponding characters.
  364. CodeDTMF0=0
  365. CodeDTMF1=1
  366. CodeDTMF2=2
  367. CodeDTMF3=3
  368. CodeDTMF4=4
  369. CodeDTMF5=5
  370. CodeDTMF6=6
  371. CodeDTMF7=7
  372. CodeDTMF8=8
  373. CodeDTMF9=9
  374. CodeDTMFA=A
  375. CodeDTMFB=B
  376. CodeDTMFC=C
  377. CodeDTMFD=D
  378. CodeDTMFStar=*
  379. CodeDTMFPound=#
  380. CodeAnswerTone=a
  381. CodeBellAnswer=f
  382. CodeBusy=b
  383. CodeFaxCallDetected=c
  384. CodeDataCallDetected=e
  385. CodeDialTone=d
  386. CodeOverrun=o
  387. CodeUnderrun=u
  388. CodeQuietDetected=q
  389. CodeSilenceDetected=s
  390. CodeLocalHandsetOnHook=h
  391. CodeLocalHandsetOffHook=t
  392. CodeRemoteOnHook=
  393. CodeRemoteOffHook=
  394. CodeExtensionOnHook=
  395. ;The below will also prevent DLE[o] from stoping recording...
  396. CodeExtensionOffHook=
  397. CodeRingDuringPlayRec=
  398. 'ASCII values for DLE codes to disregard.
  399. 'must be delimited by commas, with starting and ending commas included
  400. 'eg: IgnoreWhilePlay=,23,145,59,
  401. CodeIgnoreDuringPlay=
  402. CodeIgnoreDuringRec=
  403. ;value in milliseconds.. if the same code comes in within this many milliseconds
  404. ;it is considered a duplicate and is ignored
  405. MultiCodeTimeout=500
  406.  
  407.  
  408. ;Voice compression format identifiers
  409.  
  410. ;#define V3VMD_ALL_COMP_PCM            0
  411.  
  412. ;//- ZyXEL voice file compression identifiers
  413. ;//- Do not use any of the 3-bit compression methods.
  414. ;#define V3VMD_VZX_COMP_ADPCM_2        2
  415. ;#define V3VMD_VZX_COMP_ADPCM_4        4
  416. ;#define V3VMD_VZX_COMP_ADPCM_DVI    40
  417. ;#define V3VMD_VZX_COMP_ALAW_PCM        80
  418. ;#define V3VMD_VZX_COMP_ULAW_PCM        81
  419.  
  420. ;//- Cirrus Logic Chipset voice file compression identifiers
  421. ;//- Do not use any of the 3-bit compression methods.
  422. ;#define V3VMD_VCL_COMP_CL1            140
  423. ;#define V3VMD_VCL_COMP_AD4            132
  424. ;#define V3VMD_VCL_COMP_08L            128
  425.  
  426. ;//- Rockwell Chipset voice file compression identifiers
  427. ;//- Do not use any of the 3-bit compression methods.
  428. ;#define V3VMD_VRK_COMP_ADPCM_2        2
  429. ;#define V3VMD_VRK_COMP_ADPCM_4        4
  430.  
  431. ;//- Dr. NeuHaus voice file compression identifiers
  432. ;#define V3VMD_VDN_COMP_ADPCM2_NIE    129
  433. ;#define V3VMD_VDN_COMP_ULOG_DNE        128
  434.  
  435. ;//- Multi-Tech voice file compression identifiers
  436. ;#define V3VMD_VMT_ADPCM_IMA_4        2
  437.  
  438. ;//- US Robotics voice file compression identifiers
  439. ;#define V3VMD_VUR_COMP_GSM            128
  440. ;#define V3VMD_VUR_COMP_ADPCM_G721    129
  441. ;#define V3VMD_VUR_COMP_ADPCM_IMA    130
  442. ;#define V3VMD_VUR_COMP_GSM_NE        1
  443.  
  444. ;//- PCtel Comrpession Identifiers
  445. ;//- modem only does 8000 samples per second
  446. ;#define V3VMD_VPT_COMP_ADPCM_4        4
  447.  
  448. ;//- TI X2 voice file compression identifiers
  449. ;#define V3VMD_VX2_COMP_GSM_B        128
  450. ;#define V3VMD_VX2_COMP_ADPCM_G721    129
  451. ;#define V3VMD_VX2_COMP_ADPCM_IMA    130
  452.