added phrase to translations
added date chooser to timeclock detail and IVR reports added 3-WAY status to Real-time report changed AGENTDIRECT selection to a separate link instead of clicking on number-to-dial field git-svn-id: svn://192.168.202.10@1353 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
* Changed Meetme Sounds in Asterisk 2007-07-27
|
||||
|
||||
|
||||
For some reason, possibly effeciency, the enter and leave sounds that you hear in standard Asterisk meetme rooms are actually hex dumps of RAW ULAW 8bit audio that have been compiled into the code of Asterisk in a header file. This makes them somewhat difficult to change, especially since there are no instructions.
|
||||
For some reason, possibly efficiency, the enter and leave sounds that you hear in standard Asterisk meetme rooms are actually hex dumps of RAW ULAW 8bit audio that have been compiled into the code of Asterisk in a header file. This makes them somewhat difficult to change, especially since there are no instructions.
|
||||
|
||||
This should slightly reduce time that it takes for calls to get to agents, as well as reduce the time of the locks that occur when these sounds are played in Asterisk. The new enter and leave sounds I include with VICIDIAL are 0.12 and 0.13 seconds respectively as compared to the default sounds which are more than double that.
|
||||
|
||||
@@ -26,7 +26,7 @@ Here are the steps I went to to change the meetme enter and leave sounds:
|
||||
00000020 5d 66 60 51 6c 5f 3e 4d 59 47 72 e4 52 53 58 48 |]f`Ql_>MYGräRSXH|
|
||||
|
||||
|
||||
4. Used favorite text edotor to format the data properly:
|
||||
4. Used favorite text editor to format the data properly:
|
||||
- 60 character length lines comma-space separated in the same format as enter.h and leave.h were in. Don't forget the header and footer to this raw hex audio, they are important
|
||||
|
||||
0xd6, 0xdc, 0x55, 0x5f, 0x63, 0x67, 0xf0, 0xf0, 0x74, 0x75,
|
||||
|
||||
Reference in New Issue
Block a user