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

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