[asterisk-commits] branch oej/siptransfer - r7885 in
/team/oej/siptransfer: ./ apps/ build_tools...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Jan 9 08:00:35 CST 2006
Author: oej
Date: Mon Jan 9 07:56:45 2006
New Revision: 7885
URL: http://svn.digium.com/view/asterisk?rev=7885&view=rev
Log:
Merged revisions 7265-7266,7268-7275,7285,7299,7310,7329,7335,7337,7340,7345-7347,7349,7351,7382,7386,7404,7406,7425,7427,7429-7430,7433,7435,7448-7449,7451,7453,7468,7470,7482,7490,7497,7508,7510,7513,7515,7517,7519,7521,7523,7529,7546,7550,7552,7557,7577,7580,7582,7586,7595,7599,7601,7605-7606,7608,7634,7637,7641,7663,7665,7677,7706,7709,7736,7738,7740,7743,7746,7771,7773,7792,7795,7799-7800,7803,7805,7807,7809,7812,7819,7823,7825,7827,7829,7831,7848,7870-7871 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r7265 | oej | 2005-12-02 00:18:14 +0100 (Fri, 02 Dec 2005) | 2 lines
Changing bug report address to the Asterisk issue tracker
........
r7266 | kpfleming | 2005-12-02 00:18:29 +0100 (Fri, 02 Dec 2005) | 3 lines
Makefile 'update' target now supports updating from Subversion repositories (issue #5875)
remove support for 'patches' subdirectory, it's no longer useful
........
r7268 | kpfleming | 2005-12-02 00:34:58 +0100 (Fri, 02 Dec 2005) | 2 lines
ensure channel's scheduling context is freed (issue #5788)
........
r7269 | kpfleming | 2005-12-02 00:49:44 +0100 (Fri, 02 Dec 2005) | 2 lines
don't block waiting for the Festival server forever when it goes away (issue #5882)
........
r7270 | kpfleming | 2005-12-02 01:26:12 +0100 (Fri, 02 Dec 2005) | 2 lines
allow variables to exist on both 'halves' of the Local channel (issue #5810)
........
r7271 | kpfleming | 2005-12-02 01:28:48 +0100 (Fri, 02 Dec 2005) | 2 lines
protect agent_bridgedchannel() from segfaulting when there is no bridged channel (issue #5879)
........
r7272 | kpfleming | 2005-12-02 01:39:00 +0100 (Fri, 02 Dec 2005) | 3 lines
properly handle password changes when mailbox is last line of config file and not followed by a newline (issue #5870)
reformat password changing code to conform to coding guidelines (issue #5870)
........
r7273 | kpfleming | 2005-12-02 01:42:40 +0100 (Fri, 02 Dec 2005) | 2 lines
allow previous context-searching behavior to be used if desired (issue #5899)
........
r7274 | kpfleming | 2005-12-02 01:51:15 +0100 (Fri, 02 Dec 2005) | 2 lines
inherit channel variables into channels created by Page() application (issue #5888)
........
r7275 | oej | 2005-12-02 01:52:13 +0100 (Fri, 02 Dec 2005) | 2 lines
Bug #5907. Improve SIP INFO DTMF debugging output. (1.2 & Trunk)
........
r7285 | tilghman | 2005-12-02 22:12:05 +0100 (Fri, 02 Dec 2005) | 2 lines
Turn on executable bits for startup scripts, and fix bash var interpolation for Mandrake
........
r7299 | oej | 2005-12-03 02:24:40 +0100 (Sat, 03 Dec 2005) | 2 lines
Documenting the default registerattempts setting as 0, continue hammering the server for ever and ever ;-)
........
r7310 | tilghman | 2005-12-03 20:55:05 +0100 (Sat, 03 Dec 2005) | 3 lines
Bug 5925: check for "Unknown", as that's what app_voicemail puts into the field for Unknown callerid
Also, remove useless res checks (initialized to 0; never set)
........
r7329 | kpfleming | 2005-12-04 19:03:07 +0100 (Sun, 04 Dec 2005) | 2 lines
use a more efficient way to get the revision number, that will also report if the working copy contains uncommitted modifications
........
r7335 | russell | 2005-12-05 01:01:17 +0100 (Mon, 05 Dec 2005) | 2 lines
fix the order of arguments to an error message (issue #5927)
........
r7337 | russell | 2005-12-05 01:09:12 +0100 (Mon, 05 Dec 2005) | 2 lines
don't delete dynamic queue members when reloading the static members from a realtime database (issue #5922)
........
r7340 | russell | 2005-12-05 07:47:51 +0100 (Mon, 05 Dec 2005) | 2 lines
remove ASTERISKVERSIONNUM from the version string given to doxygen
........
r7345 | kpfleming | 2005-12-06 01:02:08 +0100 (Tue, 06 Dec 2005) | 2 lines
set this file to binary mode, so it won't be mangled on export/checkout
........
r7346 | kpfleming | 2005-12-06 01:07:48 +0100 (Tue, 06 Dec 2005) | 2 lines
don't try to expand keywords in this file
........
r7347 | kpfleming | 2005-12-06 01:08:19 +0100 (Tue, 06 Dec 2005) | 2 lines
_really_ don't mess with line endings
........
r7349 | kpfleming | 2005-12-06 01:19:17 +0100 (Tue, 06 Dec 2005) | 2 lines
replace with unmodified file
........
r7351 | kpfleming | 2005-12-06 01:23:05 +0100 (Tue, 06 Dec 2005) | 2 lines
ensure that sound/music files are handled as binary
........
r7382 | kpfleming | 2005-12-07 21:46:55 +0100 (Wed, 07 Dec 2005) | 2 lines
ensure that hints are allowed to use global variable references
........
r7386 | kpfleming | 2005-12-08 02:05:43 +0100 (Thu, 08 Dec 2005) | 2 lines
initialize the buffer before using it...
........
r7404 | tilghman | 2005-12-09 00:32:08 +0100 (Fri, 09 Dec 2005) | 2 lines
Documenting two keywords that were previously missing
........
r7406 | tilghman | 2005-12-09 00:45:36 +0100 (Fri, 09 Dec 2005) | 2 lines
Bug 5960
........
r7425 | bweschke | 2005-12-10 19:10:50 +0100 (Sat, 10 Dec 2005) | 4 lines
Bug #5877
Make sure the digit string from E&M wink DNIS collection is properly null terminated as it grows.
........
r7427 | tilghman | 2005-12-11 02:15:15 +0100 (Sun, 11 Dec 2005) | 2 lines
Bug 5967
........
r7429 | tilghman | 2005-12-11 02:26:51 +0100 (Sun, 11 Dec 2005) | 2 lines
Bug 5965 - major bug in AST_LIST_REMOVE
........
r7430 | russell | 2005-12-11 07:08:56 +0100 (Sun, 11 Dec 2005) | 2 lines
silence a couple of compiler warnings about pointer signedness
........
r7433 | tilghman | 2005-12-12 18:19:29 +0100 (Mon, 12 Dec 2005) | 2 lines
Typo
........
r7435 | kpfleming | 2005-12-12 18:30:59 +0100 (Mon, 12 Dec 2005) | 2 lines
set all the child file descriptors to non-blocking so that we don't hang if the child fails to send a newline-terminated command or error message
........
r7448 | kpfleming | 2005-12-13 05:25:14 +0100 (Tue, 13 Dec 2005) | 2 lines
use the stream's current point when pausing/unpausing, instead of elapsed time (which doesn't work when the stream has been skipped forward or backward) (issue #5897)
........
r7449 | kpfleming | 2005-12-13 05:43:38 +0100 (Tue, 13 Dec 2005) | 2 lines
only report AGENT_IDLE for callback mode agents when they are actually idle (issue #5902)
........
r7451 | kpfleming | 2005-12-13 06:14:27 +0100 (Tue, 13 Dec 2005) | 2 lines
ensure that hangups while incoming calls are in early state are handled properly (issue #5919)
........
r7453 | kpfleming | 2005-12-13 06:53:00 +0100 (Tue, 13 Dec 2005) | 2 lines
restore ability of caller to hangup calls that are still ringing (issue #5839)
........
r7468 | kpfleming | 2005-12-13 17:06:27 +0100 (Tue, 13 Dec 2005) | 2 lines
correct broken math in tvfix() for timestamp values over one million
........
r7470 | kpfleming | 2005-12-13 19:54:22 +0100 (Tue, 13 Dec 2005) | 2 lines
clarify substring documentation
........
r7482 | bweschke | 2005-12-15 03:51:54 +0100 (Thu, 15 Dec 2005) | 3 lines
Bug #6003 - Don't free the channel structure until after having sent the manager event.
........
r7490 | crichter | 2005-12-15 11:52:30 +0100 (Thu, 15 Dec 2005) | 9 lines
* Added mISDN/mISDNuser Echo cancel Patch
* Fixed Makefiles so that chan_misdn can be compiled again
* added some hints, that mISDN cannot be compiled against gcc-4, SMP, Spinlock Debug
* fixed some Minor issues in chan_misdn, regarding Type Of Number and Presentation
........
r7497 | tilghman | 2005-12-16 01:49:39 +0100 (Fri, 16 Dec 2005) | 2 lines
First field is truncated
........
r7508 | tilghman | 2005-12-17 02:02:29 +0100 (Sat, 17 Dec 2005) | 2 lines
We want to check the previous value, not the current value (which was just changed).
........
r7510 | kpfleming | 2005-12-17 03:20:04 +0100 (Sat, 17 Dec 2005) | 2 lines
fix some buglet when building team branch version strings
........
r7513 | kpfleming | 2005-12-17 04:44:30 +0100 (Sat, 17 Dec 2005) | 2 lines
forcibly expire previous subscriptions from a peer when they resubscribe (keeps them from building up and waiting for expiration, and stops us sending unwanted NOTIFY messages to devices)
........
r7515 | kpfleming | 2005-12-17 04:59:05 +0100 (Sat, 17 Dec 2005) | 2 lines
Max-Forwards headers must only be present on requests, not responses
........
r7517 | tilghman | 2005-12-17 18:19:32 +0100 (Sat, 17 Dec 2005) | 2 lines
Bug 6009 - off by one error
........
r7519 | tilghman | 2005-12-17 19:55:38 +0100 (Sat, 17 Dec 2005) | 2 lines
Document that curley braces must be on the same line as the keyword.
........
r7521 | tilghman | 2005-12-19 06:38:44 +0100 (Mon, 19 Dec 2005) | 2 lines
Bug 6026 - segfault for the sequence NoCDR(), SetAMAFlags()
........
r7523 | tilghman | 2005-12-19 20:06:46 +0100 (Mon, 19 Dec 2005) | 2 lines
Bug 5988 - record append option not working
........
r7529 | russell | 2005-12-20 00:47:23 +0100 (Tue, 20 Dec 2005) | 5 lines
I messed up and accidently committed this to the trunk first ...
- add note on required values of sip_methods struct
- remove duplicate function prototype
- remove duplicate ast_mutex_lock (issue #6025)
........
r7546 | kpfleming | 2005-12-20 13:58:37 +0100 (Tue, 20 Dec 2005) | 2 lines
backport fix for larger-than-20ms-frames from trunk (bug #5697)
........
r7550 | russell | 2005-12-20 18:34:00 +0100 (Tue, 20 Dec 2005) | 2 lines
backport fix for segfault on directed pickup when no CDR is available (issue #5998)
........
r7552 | russell | 2005-12-20 19:05:45 +0100 (Tue, 20 Dec 2005) | 2 lines
backport fix for reloading peer context (issue #6007)
........
r7557 | russell | 2005-12-20 21:21:26 +0100 (Tue, 20 Dec 2005) | 2 lines
check array bounds when parsing arguments to AGI (issue #5868)
........
r7577 | tilghman | 2005-12-21 20:23:12 +0100 (Wed, 21 Dec 2005) | 2 lines
Bug 5777 - Remove parentheses on Goto in AEL, so that it parses correctly
........
r7580 | bweschke | 2005-12-21 20:53:49 +0100 (Wed, 21 Dec 2005) | 3 lines
Bug #6040 - Documentation correction
........
r7582 | tilghman | 2005-12-21 21:01:16 +0100 (Wed, 21 Dec 2005) | 2 lines
Allow a chan_alsa that failed to open sound devices to be unloaded.
........
r7586 | twisted | 2005-12-21 23:23:39 +0100 (Wed, 21 Dec 2005) | 3 lines
Actually put in the per-peer settings for sip video, as they didn't make it in at astricon somehow, and I've been too busy up until now to redo it.
........
r7595 | russell | 2005-12-22 17:17:43 +0100 (Thu, 22 Dec 2005) | 2 lines
remove stray unlock (issue #5955)
........
r7599 | russell | 2005-12-22 21:36:47 +0100 (Thu, 22 Dec 2005) | 3 lines
revert changes to videosupport to allow per-peer setting, since it isn't quite
complete and there is not an obvious fix at this point
........
r7601 | tilghman | 2005-12-22 23:04:13 +0100 (Thu, 22 Dec 2005) | 2 lines
Bug 6050 SQL requires the use of single ticks to delimit values, not quotes
........
r7605 | bweschke | 2005-12-23 01:00:11 +0100 (Fri, 23 Dec 2005) | 3 lines
Another app documentation tweak.
........
r7606 | kpfleming | 2005-12-23 04:01:24 +0100 (Fri, 23 Dec 2005) | 3 lines
add license reference to copyright notice displayed when CLI session begins
add 'show warranty' and 'show license' CLI commands (still need a complete list of non-GPL components included in Asterisk)
........
r7608 | tilghman | 2005-12-23 07:38:08 +0100 (Fri, 23 Dec 2005) | 2 lines
Bug 6051 - VMCOUNT should work as documented and count all, not quit after finding 1
........
r7634 | russell | 2005-12-26 19:19:12 +0100 (Mon, 26 Dec 2005) | 2 lines
cast time_t to an int in printf/scanf (issue #5635)
........
r7637 | tilghman | 2005-12-26 21:32:50 +0100 (Mon, 26 Dec 2005) | 2 lines
Remove copy of code in libc, preferring code in utils.c (public domain code)
........
r7641 | kpfleming | 2005-12-27 01:07:45 +0100 (Tue, 27 Dec 2005) | 2 lines
backport fix to ensure that DSP is never enabled on pseudo channels
........
r7663 | russell | 2005-12-27 22:07:08 +0100 (Tue, 27 Dec 2005) | 2 lines
backport fix for permissions of created recordings (issue #6067)
........
r7665 | russell | 2005-12-28 18:35:56 +0100 (Wed, 28 Dec 2005) | 2 lines
fix memory leak in build_rpid (issue #6070)
........
r7677 | tilghman | 2005-12-30 15:54:19 +0100 (Fri, 30 Dec 2005) | 2 lines
Bug 6091 - Fix race condition around uniqueid
........
r7706 | bweschke | 2006-01-02 03:04:14 +0100 (Mon, 02 Jan 2006) | 3 lines
Fix compiler warnings.
........
r7709 | tilghman | 2006-01-02 08:31:54 +0100 (Mon, 02 Jan 2006) | 2 lines
Bug 6084 - MixMonitor after a 'cli stop monitor' deadlocks
........
r7736 | kpfleming | 2006-01-03 17:34:12 +0100 (Tue, 03 Jan 2006) | 2 lines
don't leak memory for (most) expression evaluations
........
r7738 | kpfleming | 2006-01-03 18:00:01 +0100 (Tue, 03 Jan 2006) | 2 lines
backport rport scanning fix from trunk (bug #6071)
........
r7740 | kpfleming | 2006-01-03 18:24:56 +0100 (Tue, 03 Jan 2006) | 4 lines
revert incorrect fix for bug #6048 from revision 7709
put in correct (simpler) fix
add doxygen docs for channel spy 'state' values
........
r7743 | tilghman | 2006-01-03 19:15:12 +0100 (Tue, 03 Jan 2006) | 2 lines
Bug 6121 - typo in application description
........
r7746 | kpfleming | 2006-01-03 21:22:18 +0100 (Tue, 03 Jan 2006) | 2 lines
remove unused 'old' expression parser
........
r7771 | bweschke | 2006-01-04 06:27:38 +0100 (Wed, 04 Jan 2006) | 3 lines
Fix the 'if' clause to be true under the right conditions. Bug #6126
........
r7773 | russell | 2006-01-04 08:06:50 +0100 (Wed, 04 Jan 2006) | 2 lines
use a more correct way of determining the size of the destination buffer
........
r7792 | oej | 2006-01-04 22:43:14 +0100 (Wed, 04 Jan 2006) | 2 lines
Fixing typo in XML for video updates.
........
r7795 | oej | 2006-01-04 22:46:40 +0100 (Wed, 04 Jan 2006) | 2 lines
Issue #5980: Removing extra CR+LF in manager events - needs port to trunk
........
r7799 | kpfleming | 2006-01-05 00:02:38 +0100 (Thu, 05 Jan 2006) | 2 lines
make monitoring more tolerant of peers that deliver frames in bursts
........
r7800 | kpfleming | 2006-01-05 00:27:57 +0100 (Thu, 05 Jan 2006) | 2 lines
ensure that ulaw/alaw sound files are filled with silence when extended (not zeroes)
........
r7803 | kpfleming | 2006-01-05 00:45:34 +0100 (Thu, 05 Jan 2006) | 2 lines
return properly after extending file
........
r7805 | kpfleming | 2006-01-05 00:51:03 +0100 (Thu, 05 Jan 2006) | 2 lines
use proper fwrite() parameters and return value
........
r7807 | kpfleming | 2006-01-05 01:18:46 +0100 (Thu, 05 Jan 2006) | 2 lines
doh... fseek() has no useful return value
........
r7809 | kpfleming | 2006-01-05 01:58:29 +0100 (Thu, 05 Jan 2006) | 2 lines
send device state updates for auto-logoff of agents as well
........
r7812 | oej | 2006-01-05 10:13:21 +0100 (Thu, 05 Jan 2006) | 2 lines
Fix copyright of changed file
........
r7819 | kpfleming | 2006-01-05 21:52:38 +0100 (Thu, 05 Jan 2006) | 2 lines
ensure that variable is initialized
........
r7823 | tilghman | 2006-01-06 00:07:08 +0100 (Fri, 06 Jan 2006) | 2 lines
Bug 6081 - fix for memory leak, formatting fixes
........
r7825 | kpfleming | 2006-01-06 00:49:50 +0100 (Fri, 06 Jan 2006) | 3 lines
eliminate rounding errors that caused call time limits to be inaccurate (issue #5913)
round 'time left' reported during call limit warnings up to sound more accurate
........
r7827 | tilghman | 2006-01-06 00:53:07 +0100 (Fri, 06 Jan 2006) | 2 lines
Bug 6076 - Fix documentation of ast_trim_blank return value
........
r7829 | kpfleming | 2006-01-06 01:21:00 +0100 (Fri, 06 Jan 2006) | 2 lines
update agent persistence when an agent gets logged off by autologoff
........
r7831 | tilghman | 2006-01-06 01:34:40 +0100 (Fri, 06 Jan 2006) | 2 lines
Dumb error messages - "Context 'context' already included in 'in' context"
........
r7848 | tilghman | 2006-01-07 08:27:18 +0100 (Sat, 07 Jan 2006) | 2 lines
Bug 6156 - catch all threading errors, not just simple failure
........
r7870 | russell | 2006-01-09 05:52:16 +0100 (Mon, 09 Jan 2006) | 2 lines
backport fix for unnecessary unlock (issue #6171)
........
r7871 | russell | 2006-01-09 06:11:44 +0100 (Mon, 09 Jan 2006) | 2 lines
fix seg fault when using greek syntax in VoicemMailMain (issue #6142)
........
Added:
team/oej/siptransfer/channels/misdn/mISDN.patch
- copied unchanged from r7871, branches/1.2/channels/misdn/mISDN.patch
team/oej/siptransfer/channels/misdn/mISDNuser.patch
- copied unchanged from r7871, branches/1.2/channels/misdn/mISDNuser.patch
Removed:
team/oej/siptransfer/ast_expr.y
team/oej/siptransfer/patches/
Modified:
team/oej/siptransfer/ (props changed)
team/oej/siptransfer/Makefile
team/oej/siptransfer/UPGRADE.txt
team/oej/siptransfer/app.c
team/oej/siptransfer/apps/app_chanspy.c
team/oej/siptransfer/apps/app_cut.c
team/oej/siptransfer/apps/app_dial.c
team/oej/siptransfer/apps/app_directed_pickup.c
team/oej/siptransfer/apps/app_externalivr.c
team/oej/siptransfer/apps/app_festival.c
team/oej/siptransfer/apps/app_hasnewvoicemail.c
team/oej/siptransfer/apps/app_meetme.c
team/oej/siptransfer/apps/app_mixmonitor.c
team/oej/siptransfer/apps/app_page.c
team/oej/siptransfer/apps/app_privacy.c
team/oej/siptransfer/apps/app_queue.c
team/oej/siptransfer/apps/app_sms.c
team/oej/siptransfer/apps/app_stack.c
team/oej/siptransfer/apps/app_voicemail.c
team/oej/siptransfer/apps/app_waitforsilence.c
team/oej/siptransfer/ast_expr2.fl
team/oej/siptransfer/ast_expr2f.c
team/oej/siptransfer/asterisk.c
team/oej/siptransfer/build_tools/make_svn_branch_name
team/oej/siptransfer/cdr.c
team/oej/siptransfer/cdr/cdr_tds.c
team/oej/siptransfer/channel.c
team/oej/siptransfer/channels/Makefile
team/oej/siptransfer/channels/chan_agent.c
team/oej/siptransfer/channels/chan_alsa.c
team/oej/siptransfer/channels/chan_iax2.c
team/oej/siptransfer/channels/chan_local.c
team/oej/siptransfer/channels/chan_misdn.c
team/oej/siptransfer/channels/chan_misdn_config.c
team/oej/siptransfer/channels/chan_sip.c
team/oej/siptransfer/channels/chan_zap.c
team/oej/siptransfer/channels/misdn/Makefile
team/oej/siptransfer/channels/misdn/chan_misdn_config.h
team/oej/siptransfer/channels/misdn/ie.c
team/oej/siptransfer/channels/misdn/isdn_lib.c
team/oej/siptransfer/channels/misdn/isdn_lib.h
team/oej/siptransfer/channels/misdn/isdn_lib_intern.h
team/oej/siptransfer/channels/misdn/isdn_msg_parser.c
team/oej/siptransfer/cli.c
team/oej/siptransfer/config.c
team/oej/siptransfer/configs/res_odbc.conf.sample
team/oej/siptransfer/configs/sip.conf.sample
team/oej/siptransfer/configs/voicemail.conf.sample
team/oej/siptransfer/contrib/firmware/iax/iaxy.bin (contents, props changed)
team/oej/siptransfer/contrib/init.d/rc.debian.asterisk (props changed)
team/oej/siptransfer/contrib/init.d/rc.gentoo.asterisk (props changed)
team/oej/siptransfer/contrib/init.d/rc.mandrake.asterisk (contents, props changed)
team/oej/siptransfer/contrib/init.d/rc.mandrake.zaptel (props changed)
team/oej/siptransfer/contrib/init.d/rc.redhat.asterisk (props changed)
team/oej/siptransfer/contrib/init.d/rc.slackware.asterisk (props changed)
team/oej/siptransfer/doc/README.ael
team/oej/siptransfer/doc/README.misdn
team/oej/siptransfer/doc/README.variables
team/oej/siptransfer/file.c
team/oej/siptransfer/formats/format_pcm.c
team/oej/siptransfer/formats/format_pcm_alaw.c
team/oej/siptransfer/funcs/func_moh.c
team/oej/siptransfer/include/asterisk/chanspy.h
team/oej/siptransfer/include/asterisk/linkedlists.h
team/oej/siptransfer/include/asterisk/strings.h
team/oej/siptransfer/manager.c
team/oej/siptransfer/pbx.c
team/oej/siptransfer/pbx/pbx_ael.c
team/oej/siptransfer/pbx/pbx_config.c
team/oej/siptransfer/pbx/pbx_dundi.c
team/oej/siptransfer/pbx/pbx_spool.c
team/oej/siptransfer/res/res_agi.c
team/oej/siptransfer/res/res_features.c
team/oej/siptransfer/res/res_monitor.c
team/oej/siptransfer/sounds/agent-alreadyon.gsm (props changed)
team/oej/siptransfer/sounds/agent-incorrect.gsm (props changed)
team/oej/siptransfer/sounds/agent-loggedoff.gsm (props changed)
team/oej/siptransfer/sounds/agent-loginok.gsm (props changed)
team/oej/siptransfer/sounds/agent-newlocation.gsm (props changed)
team/oej/siptransfer/sounds/agent-pass.gsm (props changed)
team/oej/siptransfer/sounds/agent-user.gsm (props changed)
team/oej/siptransfer/sounds/auth-incorrect.gsm (props changed)
team/oej/siptransfer/sounds/auth-thankyou.gsm (props changed)
team/oej/siptransfer/sounds/beep.gsm (props changed)
team/oej/siptransfer/sounds/beeperr.gsm (props changed)
team/oej/siptransfer/sounds/conf-adminmenu.gsm (props changed)
team/oej/siptransfer/sounds/conf-enteringno.gsm (props changed)
team/oej/siptransfer/sounds/conf-errormenu.gsm (props changed)
team/oej/siptransfer/sounds/conf-getchannel.gsm (props changed)
team/oej/siptransfer/sounds/conf-getconfno.gsm (props changed)
team/oej/siptransfer/sounds/conf-getpin.gsm (props changed)
team/oej/siptransfer/sounds/conf-hasjoin.gsm (props changed)
team/oej/siptransfer/sounds/conf-hasleft.gsm (props changed)
team/oej/siptransfer/sounds/conf-invalid.gsm (props changed)
team/oej/siptransfer/sounds/conf-invalidpin.gsm (props changed)
team/oej/siptransfer/sounds/conf-kicked.gsm (props changed)
team/oej/siptransfer/sounds/conf-leaderhasleft.gsm (props changed)
team/oej/siptransfer/sounds/conf-locked.gsm (props changed)
team/oej/siptransfer/sounds/conf-lockednow.gsm (props changed)
team/oej/siptransfer/sounds/conf-muted.gsm (props changed)
team/oej/siptransfer/sounds/conf-noempty.gsm (props changed)
team/oej/siptransfer/sounds/conf-onlyone.gsm (props changed)
team/oej/siptransfer/sounds/conf-onlyperson.gsm (props changed)
team/oej/siptransfer/sounds/conf-otherinparty.gsm (props changed)
team/oej/siptransfer/sounds/conf-placeintoconf.gsm (props changed)
team/oej/siptransfer/sounds/conf-thereare.gsm (props changed)
team/oej/siptransfer/sounds/conf-unlockednow.gsm (props changed)
team/oej/siptransfer/sounds/conf-unmuted.gsm (props changed)
team/oej/siptransfer/sounds/conf-usermenu.gsm (props changed)
team/oej/siptransfer/sounds/conf-userswilljoin.gsm (props changed)
team/oej/siptransfer/sounds/conf-userwilljoin.gsm (props changed)
team/oej/siptransfer/sounds/conf-waitforleader.gsm (props changed)
team/oej/siptransfer/sounds/demo-abouttotry.gsm (props changed)
team/oej/siptransfer/sounds/demo-congrats.gsm (props changed)
team/oej/siptransfer/sounds/demo-echodone.gsm (props changed)
team/oej/siptransfer/sounds/demo-echotest.gsm (props changed)
team/oej/siptransfer/sounds/demo-enterkeywords.gsm (props changed)
team/oej/siptransfer/sounds/demo-instruct.gsm (props changed)
team/oej/siptransfer/sounds/demo-moreinfo.gsm (props changed)
team/oej/siptransfer/sounds/demo-nogo.gsm (props changed)
team/oej/siptransfer/sounds/demo-nomatch.gsm (props changed)
team/oej/siptransfer/sounds/demo-thanks.gsm (props changed)
team/oej/siptransfer/sounds/dictate/both_help.gsm (props changed)
team/oej/siptransfer/sounds/dictate/enter_filename.gsm (props changed)
team/oej/siptransfer/sounds/dictate/forhelp.gsm (props changed)
team/oej/siptransfer/sounds/dictate/pause.gsm (props changed)
team/oej/siptransfer/sounds/dictate/paused.gsm (props changed)
team/oej/siptransfer/sounds/dictate/play_help.gsm (props changed)
team/oej/siptransfer/sounds/dictate/playback.gsm (props changed)
team/oej/siptransfer/sounds/dictate/playback_mode.gsm (props changed)
team/oej/siptransfer/sounds/dictate/record.gsm (props changed)
team/oej/siptransfer/sounds/dictate/record_help.gsm (props changed)
team/oej/siptransfer/sounds/dictate/record_mode.gsm (props changed)
team/oej/siptransfer/sounds/dictate/truncating_audio.gsm (props changed)
team/oej/siptransfer/sounds/digits/0.gsm (props changed)
team/oej/siptransfer/sounds/digits/1.gsm (props changed)
team/oej/siptransfer/sounds/digits/10.gsm (props changed)
team/oej/siptransfer/sounds/digits/11.gsm (props changed)
team/oej/siptransfer/sounds/digits/12.gsm (props changed)
team/oej/siptransfer/sounds/digits/13.gsm (props changed)
team/oej/siptransfer/sounds/digits/14.gsm (props changed)
team/oej/siptransfer/sounds/digits/15.gsm (props changed)
team/oej/siptransfer/sounds/digits/16.gsm (props changed)
team/oej/siptransfer/sounds/digits/17.gsm (props changed)
team/oej/siptransfer/sounds/digits/18.gsm (props changed)
team/oej/siptransfer/sounds/digits/19.gsm (props changed)
team/oej/siptransfer/sounds/digits/2.gsm (props changed)
team/oej/siptransfer/sounds/digits/20.gsm (props changed)
team/oej/siptransfer/sounds/digits/3.gsm (props changed)
team/oej/siptransfer/sounds/digits/30.gsm (props changed)
team/oej/siptransfer/sounds/digits/4.gsm (props changed)
team/oej/siptransfer/sounds/digits/40.gsm (props changed)
team/oej/siptransfer/sounds/digits/5.gsm (props changed)
team/oej/siptransfer/sounds/digits/50.gsm (props changed)
team/oej/siptransfer/sounds/digits/6.gsm (props changed)
team/oej/siptransfer/sounds/digits/60.gsm (props changed)
team/oej/siptransfer/sounds/digits/7.gsm (props changed)
team/oej/siptransfer/sounds/digits/70.gsm (props changed)
team/oej/siptransfer/sounds/digits/8.gsm (props changed)
team/oej/siptransfer/sounds/digits/80.gsm (props changed)
team/oej/siptransfer/sounds/digits/9.gsm (props changed)
team/oej/siptransfer/sounds/digits/90.gsm (props changed)
team/oej/siptransfer/sounds/digits/a-m.gsm (props changed)
team/oej/siptransfer/sounds/digits/at.gsm (props changed)
team/oej/siptransfer/sounds/digits/day-0.gsm (props changed)
team/oej/siptransfer/sounds/digits/day-1.gsm (props changed)
team/oej/siptransfer/sounds/digits/day-2.gsm (props changed)
team/oej/siptransfer/sounds/digits/day-3.gsm (props changed)
team/oej/siptransfer/sounds/digits/day-4.gsm (props changed)
team/oej/siptransfer/sounds/digits/day-5.gsm (props changed)
team/oej/siptransfer/sounds/digits/day-6.gsm (props changed)
team/oej/siptransfer/sounds/digits/dollars.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-1.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-10.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-11.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-12.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-13.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-14.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-15.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-16.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-17.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-18.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-19.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-2.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-20.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-3.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-30.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-4.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-5.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-6.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-7.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-8.gsm (props changed)
team/oej/siptransfer/sounds/digits/h-9.gsm (props changed)
team/oej/siptransfer/sounds/digits/hundred.gsm (props changed)
team/oej/siptransfer/sounds/digits/million.gsm (props changed)
team/oej/siptransfer/sounds/digits/minus.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-0.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-1.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-10.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-11.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-2.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-3.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-4.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-5.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-6.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-7.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-8.gsm (props changed)
team/oej/siptransfer/sounds/digits/mon-9.gsm (props changed)
team/oej/siptransfer/sounds/digits/oclock.gsm (props changed)
team/oej/siptransfer/sounds/digits/oh.gsm (props changed)
team/oej/siptransfer/sounds/digits/p-m.gsm (props changed)
team/oej/siptransfer/sounds/digits/pound.gsm (props changed)
team/oej/siptransfer/sounds/digits/star.gsm (props changed)
team/oej/siptransfer/sounds/digits/thousand.gsm (props changed)
team/oej/siptransfer/sounds/digits/today.gsm (props changed)
team/oej/siptransfer/sounds/digits/tomorrow.gsm (props changed)
team/oej/siptransfer/sounds/digits/yesterday.gsm (props changed)
team/oej/siptransfer/sounds/dir-instr.gsm (props changed)
team/oej/siptransfer/sounds/dir-intro-fn.gsm (props changed)
team/oej/siptransfer/sounds/dir-intro.gsm (props changed)
team/oej/siptransfer/sounds/dir-nomatch.gsm (props changed)
team/oej/siptransfer/sounds/dir-nomore.gsm (props changed)
team/oej/siptransfer/sounds/fpm-calm-river.mp3 (props changed)
team/oej/siptransfer/sounds/fpm-sunshine.mp3 (props changed)
team/oej/siptransfer/sounds/fpm-world-mix.mp3 (props changed)
team/oej/siptransfer/sounds/hello-world.gsm (props changed)
team/oej/siptransfer/sounds/hours.gsm (props changed)
team/oej/siptransfer/sounds/invalid.gsm (props changed)
team/oej/siptransfer/sounds/letters/a.gsm (props changed)
team/oej/siptransfer/sounds/letters/at.gsm (props changed)
team/oej/siptransfer/sounds/letters/b.gsm (props changed)
team/oej/siptransfer/sounds/letters/c.gsm (props changed)
team/oej/siptransfer/sounds/letters/d.gsm (props changed)
team/oej/siptransfer/sounds/letters/dash.gsm (props changed)
team/oej/siptransfer/sounds/letters/dollar.gsm (props changed)
team/oej/siptransfer/sounds/letters/dot.gsm (props changed)
team/oej/siptransfer/sounds/letters/e.gsm (props changed)
team/oej/siptransfer/sounds/letters/equals.gsm (props changed)
team/oej/siptransfer/sounds/letters/exclaimation-point.gsm (props changed)
team/oej/siptransfer/sounds/letters/f.gsm (props changed)
team/oej/siptransfer/sounds/letters/g.gsm (props changed)
team/oej/siptransfer/sounds/letters/h.gsm (props changed)
team/oej/siptransfer/sounds/letters/i.gsm (props changed)
team/oej/siptransfer/sounds/letters/j.gsm (props changed)
team/oej/siptransfer/sounds/letters/k.gsm (props changed)
team/oej/siptransfer/sounds/letters/l.gsm (props changed)
team/oej/siptransfer/sounds/letters/m.gsm (props changed)
team/oej/siptransfer/sounds/letters/n.gsm (props changed)
team/oej/siptransfer/sounds/letters/o.gsm (props changed)
team/oej/siptransfer/sounds/letters/p.gsm (props changed)
team/oej/siptransfer/sounds/letters/plus.gsm (props changed)
team/oej/siptransfer/sounds/letters/q.gsm (props changed)
team/oej/siptransfer/sounds/letters/r.gsm (props changed)
team/oej/siptransfer/sounds/letters/s.gsm (props changed)
team/oej/siptransfer/sounds/letters/slash.gsm (props changed)
team/oej/siptransfer/sounds/letters/space.gsm (props changed)
team/oej/siptransfer/sounds/letters/t.gsm (props changed)
team/oej/siptransfer/sounds/letters/u.gsm (props changed)
team/oej/siptransfer/sounds/letters/v.gsm (props changed)
team/oej/siptransfer/sounds/letters/w.gsm (props changed)
team/oej/siptransfer/sounds/letters/x.gsm (props changed)
team/oej/siptransfer/sounds/letters/y.gsm (props changed)
team/oej/siptransfer/sounds/letters/z.gsm (props changed)
team/oej/siptransfer/sounds/letters/zed.gsm (props changed)
team/oej/siptransfer/sounds/minutes.gsm (props changed)
team/oej/siptransfer/sounds/pbx-invalid.gsm (props changed)
team/oej/siptransfer/sounds/pbx-invalidpark.gsm (props changed)
team/oej/siptransfer/sounds/pbx-transfer.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/9_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/a_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/b_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/c_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/d_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/e_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/f_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/g_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/h_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/i_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/j_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/k_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/l_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/m_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/n_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/o_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/p_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/q_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/r_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/s_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/t_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/u_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/v_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/w_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/x_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/y_p.gsm (props changed)
team/oej/siptransfer/sounds/phonetic/z_p.gsm (props changed)
team/oej/siptransfer/sounds/priv-callee-options.gsm (props changed)
team/oej/siptransfer/sounds/priv-callpending.gsm (props changed)
team/oej/siptransfer/sounds/priv-introsaved.gsm (props changed)
team/oej/siptransfer/sounds/priv-recordintro.gsm (props changed)
team/oej/siptransfer/sounds/privacy-incorrect.gsm (props changed)
team/oej/siptransfer/sounds/privacy-prompt.gsm (props changed)
team/oej/siptransfer/sounds/privacy-thankyou.gsm (props changed)
team/oej/siptransfer/sounds/privacy-unident.gsm (props changed)
team/oej/siptransfer/sounds/queue-callswaiting.gsm (props changed)
team/oej/siptransfer/sounds/queue-holdtime.gsm (props changed)
team/oej/siptransfer/sounds/queue-less-than.gsm (props changed)
team/oej/siptransfer/sounds/queue-minutes.gsm (props changed)
team/oej/siptransfer/sounds/queue-periodic-announce.gsm (props changed)
team/oej/siptransfer/sounds/queue-reporthold.gsm (props changed)
team/oej/siptransfer/sounds/queue-seconds.gsm (props changed)
team/oej/siptransfer/sounds/queue-thankyou.gsm (props changed)
team/oej/siptransfer/sounds/queue-thereare.gsm (props changed)
team/oej/siptransfer/sounds/queue-youarenext.gsm (props changed)
team/oej/siptransfer/sounds/screen-callee-options.gsm (props changed)
team/oej/siptransfer/sounds/seconds.gsm (props changed)
team/oej/siptransfer/sounds/spy-agent.gsm (props changed)
team/oej/siptransfer/sounds/spy-h323.gsm (props changed)
team/oej/siptransfer/sounds/spy-iax.gsm (props changed)
team/oej/siptransfer/sounds/spy-iax2.gsm (props changed)
team/oej/siptransfer/sounds/spy-mgcp.gsm (props changed)
team/oej/siptransfer/sounds/spy-sip.gsm (props changed)
team/oej/siptransfer/sounds/spy-skinny.gsm (props changed)
team/oej/siptransfer/sounds/spy-zap.gsm (props changed)
team/oej/siptransfer/sounds/ss-noservice.gsm (props changed)
team/oej/siptransfer/sounds/transfer.gsm (props changed)
team/oej/siptransfer/sounds/tt-allbusy.gsm (props changed)
team/oej/siptransfer/sounds/tt-monkeys.gsm (props changed)
team/oej/siptransfer/sounds/tt-monkeysintro.gsm (props changed)
team/oej/siptransfer/sounds/tt-somethingwrong.gsm (props changed)
team/oej/siptransfer/sounds/tt-weasels.gsm (props changed)
team/oej/siptransfer/sounds/vm-Cust1.gsm (props changed)
team/oej/siptransfer/sounds/vm-Cust2.gsm (props changed)
team/oej/siptransfer/sounds/vm-Cust3.gsm (props changed)
team/oej/siptransfer/sounds/vm-Cust4.gsm (props changed)
team/oej/siptransfer/sounds/vm-Cust5.gsm (props changed)
team/oej/siptransfer/sounds/vm-Family.gsm (props changed)
team/oej/siptransfer/sounds/vm-Friends.gsm (props changed)
team/oej/siptransfer/sounds/vm-INBOX.gsm (props changed)
team/oej/siptransfer/sounds/vm-Old.gsm (props changed)
team/oej/siptransfer/sounds/vm-Work.gsm (props changed)
team/oej/siptransfer/sounds/vm-advopts.gsm (props changed)
team/oej/siptransfer/sounds/vm-and.gsm (props changed)
team/oej/siptransfer/sounds/vm-calldiffnum.gsm (props changed)
team/oej/siptransfer/sounds/vm-changeto.gsm (props changed)
team/oej/siptransfer/sounds/vm-delete.gsm (props changed)
team/oej/siptransfer/sounds/vm-deleted.gsm (props changed)
team/oej/siptransfer/sounds/vm-dialout.gsm (props changed)
team/oej/siptransfer/sounds/vm-enter-num-to-call.gsm (props changed)
team/oej/siptransfer/sounds/vm-extension.gsm (props changed)
team/oej/siptransfer/sounds/vm-first.gsm (props changed)
team/oej/siptransfer/sounds/vm-for.gsm (props changed)
team/oej/siptransfer/sounds/vm-forward.gsm (props changed)
team/oej/siptransfer/sounds/vm-forwardoptions.gsm (props changed)
team/oej/siptransfer/sounds/vm-from-extension.gsm (props changed)
team/oej/siptransfer/sounds/vm-from-phonenumber.gsm (props changed)
team/oej/siptransfer/sounds/vm-from.gsm (props changed)
team/oej/siptransfer/sounds/vm-goodbye.gsm (props changed)
team/oej/siptransfer/sounds/vm-helpexit.gsm (props changed)
team/oej/siptransfer/sounds/vm-incorrect-mailbox.gsm (props changed)
team/oej/siptransfer/sounds/vm-incorrect.gsm (props changed)
team/oej/siptransfer/sounds/vm-instructions.gsm (props changed)
team/oej/siptransfer/sounds/vm-intro.gsm (props changed)
team/oej/siptransfer/sounds/vm-isonphone.gsm (props changed)
team/oej/siptransfer/sounds/vm-isunavail.gsm (props changed)
team/oej/siptransfer/sounds/vm-last.gsm (props changed)
team/oej/siptransfer/sounds/vm-leavemsg.gsm (props changed)
team/oej/siptransfer/sounds/vm-login.gsm (props changed)
team/oej/siptransfer/sounds/vm-mailboxfull.gsm (props changed)
team/oej/siptransfer/sounds/vm-message.gsm (props changed)
team/oej/siptransfer/sounds/vm-messages.gsm (props changed)
team/oej/siptransfer/sounds/vm-minutes.gsm (props changed)
[... 5876 lines stripped ...]
More information about the asterisk-commits
mailing list