]>
git.ipfire.org Git - thirdparty/asterisk.git/log
Mark Spencer [Sun, 24 Oct 2004 04:54:42 +0000 (04:54 +0000)]
DUNDi performance enhancments and metrics for average lookup time.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4073
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 24 Oct 2004 03:17:37 +0000 (03:17 +0000)]
Fix user event body (bug #2713)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4072
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 24 Oct 2004 03:14:44 +0000 (03:14 +0000)]
Add missing pbx_loopback file...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4071
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 24 Oct 2004 02:53:24 +0000 (02:53 +0000)]
Add "Loopback" switch
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4070
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Anthony Minessale II [Sat, 23 Oct 2004 22:00:40 +0000 (22:00 +0000)]
Make sure close() is not called on a fd < 1 with a wrapper call
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4069
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 23 Oct 2004 21:41:17 +0000 (21:41 +0000)]
Fix for FreeBSD (netbsd too?) (bug #2702)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4068
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 23 Oct 2004 20:34:40 +0000 (20:34 +0000)]
Fix SMS thingy for Bezeq (bug #2708)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4067
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
James Golovich [Sat, 23 Oct 2004 20:33:01 +0000 (20:33 +0000)]
Check return value of malloc before dereferencing ptr in chan_zap.c
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4066
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 23 Oct 2004 14:15:59 +0000 (14:15 +0000)]
Fix BSD issue (bug #2668)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4065
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 23 Oct 2004 13:08:57 +0000 (13:08 +0000)]
Tones for singapore (bug #2688)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4064
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 23 Oct 2004 12:19:47 +0000 (12:19 +0000)]
First pass at making transfer work within agent (not tested, shouldn't break anything that currently worked)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4061
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 23 Oct 2004 12:17:46 +0000 (12:17 +0000)]
Help leanup (bug #2677)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4060
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 23 Oct 2004 11:50:04 +0000 (11:50 +0000)]
Add missing fixup (bug #2667)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4057
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
James Golovich [Sat, 23 Oct 2004 07:03:01 +0000 (07:03 +0000)]
More memory checks
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4056
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
James Golovich [Sat, 23 Oct 2004 06:28:19 +0000 (06:28 +0000)]
Make sure malloc worked before accessing the mem in tdd.c
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4055
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
James Golovich [Sat, 23 Oct 2004 06:03:29 +0000 (06:03 +0000)]
Make sure malloc worked before accessing the mem in chan_modem.c (bug 2704)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4054
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
James Golovich [Sat, 23 Oct 2004 04:53:12 +0000 (04:53 +0000)]
Cleanup dundi-parser.c
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4053
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Sat, 23 Oct 2004 02:43:41 +0000 (02:43 +0000)]
implement type=alias to deprecate type=h323 and a whole lot more code clean up
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4052
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Anthony Minessale II [Fri, 22 Oct 2004 20:59:38 +0000 (20:59 +0000)]
This patch adds a new api call:
int pbx_builtin_serialize_variables(struct ast_channel *chan, char *buf, size_t size);
takes a chan and a char * 'buf' assumed to be 'size' bytes.
The function fills 'buf' with a <CR>('\n') delimited list of name,value pairs in turn delimeted by '='
eg:
SIPCALLID=
f30e4e72 -
f715193f @1.2.3.4
SIPUSERAGENT=Sipura/SPA2000-2.0.6(c)
SIPDOMAIN=1.2.3.4
It returns the acutal number of variables encountered.
If the attempt to fill 'buf' goes beyond 'size' bytes the operation is halted and the incomplete string is returned as is.
To demonstrate a use for this, the "show channel <channame>" command has been retrofitted with the call so it also dumps all of the chan's vars
*CLI> show channel Zap/5-1
-- General --
Name: Zap/5-1
Type: Zap
UniqueID:
1098480666 .17
Caller ID: 4999
Caller ID Name: Tony
DNID Digits: (N/A)
State: Up (6)
Rings: 0
NativeFormat: 68
WriteFormat: 4
ReadFormat: 4
1st File Descriptor: 22
Frames in: 41969
Frames out: 83240
Time to Hangup: 0
Elapsed Time: 0h13m54s
-- PBX --
Context: phone1
Extension: 4994
Priority: 2
Call Group: 2
Pickup Group: 2
Application: Dial
Data: IAX2/ulaw@cube1/
00010014994 @croip
Stack: 0
Blocking in: ast_waitfor_nandfds
Variables:
DIALEDPEERNUMBER=ulaw@cube1/
00010014994 @croip
DIALEDPEERNAME=IAX2/cube1/3
CALLTYPE=SPEECH
tempvar=tempval
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4051
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 22 Oct 2004 19:45:39 +0000 (19:45 +0000)]
Fix some callerid output
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4050
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Fri, 22 Oct 2004 19:04:02 +0000 (19:04 +0000)]
re-implement callerid, still might not be right. Remove channel limits, in favor to app_groupcount. A lot more code cleanup. Please test and report as I am sure I broke something
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4049
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 22 Oct 2004 15:28:32 +0000 (15:28 +0000)]
Fix minor OSP issue
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4048
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
James Golovich [Fri, 22 Oct 2004 15:02:13 +0000 (15:02 +0000)]
Small verbosity fix in chan_iax2.c from bkw_
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4047
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
James Golovich [Fri, 22 Oct 2004 14:52:42 +0000 (14:52 +0000)]
Update example dundi.conf docs to include the other 2 variables that can be used in the destination string
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4046
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 22 Oct 2004 14:19:11 +0000 (14:19 +0000)]
Work on precaching
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4045
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 22 Oct 2004 13:24:00 +0000 (13:24 +0000)]
Fixed in CVS head.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4044
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 22 Oct 2004 13:18:20 +0000 (13:18 +0000)]
Handle unknown 1xx reponses as 100 (bug #2698)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4043
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 22 Oct 2004 13:08:35 +0000 (13:08 +0000)]
Fix the shrink_number to not remove the trailing '.'
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4042
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Ben Kramer [Thu, 21 Oct 2004 05:03:00 +0000 (05:03 +0000)]
/ updated caller ID to use the new structures and re-enabled
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4041
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Wed, 20 Oct 2004 12:47:03 +0000 (12:47 +0000)]
Disable mac lookup, fix compile on NetBSD (bug #2680)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4040
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Wed, 20 Oct 2004 12:39:22 +0000 (12:39 +0000)]
Fix initialization tiddly bit
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4039
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
James Golovich [Wed, 20 Oct 2004 05:45:09 +0000 (05:45 +0000)]
Fix typo and missing format string in a fprintf in lock.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4038
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Wed, 20 Oct 2004 04:27:31 +0000 (04:27 +0000)]
Fix potential segfault.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4037
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Tue, 19 Oct 2004 21:16:46 +0000 (21:16 +0000)]
Put Constantine's last name in
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4036
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Tue, 19 Oct 2004 21:07:10 +0000 (21:07 +0000)]
Send empty frames when missing frames arrive (hope this doesn't break anything)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4035
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Tue, 19 Oct 2004 03:17:26 +0000 (03:17 +0000)]
Don't "ignore" on CANCEL (bug #2670)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4034
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Mon, 18 Oct 2004 21:45:13 +0000 (21:45 +0000)]
Add DUNDi.... (http://www.dundi.com)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4033
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Mon, 18 Oct 2004 01:32:24 +0000 (01:32 +0000)]
Delete old app_qcall (obsolete)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4032
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 17 Oct 2004 22:24:46 +0000 (22:24 +0000)]
Fix ndbm compile warnings (bug #2540)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4031
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 17 Oct 2004 22:13:05 +0000 (22:13 +0000)]
Thread fixes, vm fix (bug #2665)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4030
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
James Golovich [Sun, 17 Oct 2004 05:16:22 +0000 (05:16 +0000)]
Remove late-night excuse for wasting cpu cycles. revert previous res_agi change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4029
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
James Golovich [Sun, 17 Oct 2004 05:05:22 +0000 (05:05 +0000)]
Fix chan_zap reload with pseudo channels (bug 2664)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4028
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 17 Oct 2004 00:10:07 +0000 (00:10 +0000)]
Put a real beep...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4026
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 16 Oct 2004 22:44:53 +0000 (22:44 +0000)]
Don't restart PRI channels
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4025
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 16 Oct 2004 22:40:48 +0000 (22:40 +0000)]
Improve peer stats (bug #2635)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4024
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 16 Oct 2004 22:34:57 +0000 (22:34 +0000)]
Make chan_zap reloadable (bug #2637)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4023
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 16 Oct 2004 21:14:05 +0000 (21:14 +0000)]
Provide module command completion (make twisted happy)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4022
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 16 Oct 2004 20:01:57 +0000 (20:01 +0000)]
Handle a few more cases of realtime and voicemail (bug #2648)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4021
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 16 Oct 2004 19:46:02 +0000 (19:46 +0000)]
Add autofallthrough mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4020
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 16 Oct 2004 16:00:04 +0000 (16:00 +0000)]
Oops it didn't make it in
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4018
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 16 Oct 2004 15:36:16 +0000 (15:36 +0000)]
Minor improvements to debug output (bug #2644)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4017
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 16 Oct 2004 15:01:59 +0000 (15:01 +0000)]
Fix hangup handling with chansiavail with agent (bug #2658)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4015
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 15 Oct 2004 17:51:37 +0000 (17:51 +0000)]
Generate CDR's for failed outbound spool
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4014
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Fri, 15 Oct 2004 07:07:50 +0000 (07:07 +0000)]
stop seg on reload if no h323.conf file and hopefully not break the monitor thread
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4013
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Thu, 14 Oct 2004 23:59:22 +0000 (23:59 +0000)]
stop a seggy..it helps if you dont try to print out something we already know is NULL :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4012
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Thu, 14 Oct 2004 18:48:04 +0000 (18:48 +0000)]
Fix some small typos (bug #2649)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4004
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Thu, 14 Oct 2004 18:29:47 +0000 (18:29 +0000)]
Forget fullcontact when specific number is dialed (bug #2620)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4003
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Thu, 14 Oct 2004 05:45:34 +0000 (05:45 +0000)]
Fix iLBC compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4002
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Thu, 14 Oct 2004 05:32:07 +0000 (05:32 +0000)]
be more explicit
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4001
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Thu, 14 Oct 2004 05:29:55 +0000 (05:29 +0000)]
use the right variable to ensure it copied correctly
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4000
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Thu, 14 Oct 2004 05:24:39 +0000 (05:24 +0000)]
document proper usage of Bindaddr and type=peer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3999
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Thu, 14 Oct 2004 05:21:12 +0000 (05:21 +0000)]
sorta fix External IP Address discovery. We really need a better way than bindaddr, but this hack works, for now
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3998
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Thu, 14 Oct 2004 05:15:48 +0000 (05:15 +0000)]
Update to new iLBC codec
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3997
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Thu, 14 Oct 2004 04:38:29 +0000 (04:38 +0000)]
Add option for "show modules like" (bug #2643)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3996
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Thu, 14 Oct 2004 04:17:34 +0000 (04:17 +0000)]
Add CLI for realtime stuff (bug #2626)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3995
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Thu, 14 Oct 2004 04:12:05 +0000 (04:12 +0000)]
Handle excessive entries properly (bug #2634)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3994
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Thu, 14 Oct 2004 04:03:24 +0000 (04:03 +0000)]
Make PRI debug work when verbosity = 0 (bug #2645)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3993
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Thu, 14 Oct 2004 03:58:35 +0000 (03:58 +0000)]
Fix trasnfer issue (bug #2632)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3992
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Ben Kramer [Wed, 13 Oct 2004 23:17:01 +0000 (23:17 +0000)]
/ added missing frame processing code to native bridge
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3991
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
James Golovich [Wed, 13 Oct 2004 22:47:42 +0000 (22:47 +0000)]
Fix pbx_builtin_setlanguage to not seg when data is a NULL ptr. Also fix AGI so we dont run into this with other specific problems as well. (bug 2641)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3990
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Wed, 13 Oct 2004 01:05:31 +0000 (01:05 +0000)]
Peers stats improvements (bug #2635)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3988
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Tue, 12 Oct 2004 22:29:58 +0000 (22:29 +0000)]
When deleting expiry, put -1 if temponly
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3987
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Tue, 12 Oct 2004 22:02:19 +0000 (22:02 +0000)]
One more temp vs. dynamic
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3986
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Tue, 12 Oct 2004 21:51:08 +0000 (21:51 +0000)]
Fix MGCP build, SIP should destroy on temponly, not on show peer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3985
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Tue, 12 Oct 2004 21:30:53 +0000 (21:30 +0000)]
Eliminate extraneous message (bug #2633)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3984
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Tue, 12 Oct 2004 19:54:54 +0000 (19:54 +0000)]
Be careful!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3983
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Mon, 11 Oct 2004 21:26:00 +0000 (21:26 +0000)]
enable compiling of chan_h323.so
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3978
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Mon, 11 Oct 2004 15:40:24 +0000 (15:40 +0000)]
Add global mute/unmute (bug #2601)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3977
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Mon, 11 Oct 2004 03:36:43 +0000 (03:36 +0000)]
Add missing carriage return (bug #2595)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3976
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Mon, 11 Oct 2004 02:52:18 +0000 (02:52 +0000)]
Add missing sound file (bug #2077)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3975
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 10 Oct 2004 20:27:54 +0000 (20:27 +0000)]
Keep back delivery times on trunk (bug #2587)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3974
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 10 Oct 2004 17:32:55 +0000 (17:32 +0000)]
Increase max packet size to 4096
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3973
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Sun, 10 Oct 2004 12:45:13 +0000 (12:45 +0000)]
Detail type=peer a bit
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3972
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Sun, 10 Oct 2004 12:41:10 +0000 (12:41 +0000)]
Update README with new information.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3971
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Sun, 10 Oct 2004 12:20:18 +0000 (12:20 +0000)]
finish implementing type=peer, implement setting of FastStart and H.245 Tunneling per user/peer, update External RTP implemenation, fixed compile process/other buglets to operate with Open H.323 v1.14.4 and PWLib v1.7.5, and massive code clean up. All of the above is untested, please test and report
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3970
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 10 Oct 2004 06:28:46 +0000 (06:28 +0000)]
Merge jjames's voicemail fixes (bug #2436)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3969
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 10 Oct 2004 04:23:10 +0000 (04:23 +0000)]
Remove old compatibility apps
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3968
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 10 Oct 2004 01:42:46 +0000 (01:42 +0000)]
Add autokill to IAX2, too
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3967
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 9 Oct 2004 21:04:31 +0000 (21:04 +0000)]
Don't build GTK console by default
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3966
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 9 Oct 2004 20:08:41 +0000 (20:08 +0000)]
Fix SIP buglets
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3965
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 9 Oct 2004 16:34:12 +0000 (16:34 +0000)]
Remove silly printf
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3964
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 9 Oct 2004 14:55:14 +0000 (14:55 +0000)]
Fix wave file lengths (bug #2486)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3962
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sat, 9 Oct 2004 04:28:44 +0000 (04:28 +0000)]
fix voicemail account setup (bug #2077)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3961
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 9 Oct 2004 04:28:17 +0000 (04:28 +0000)]
Add Russell to the CREDITS file
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3960
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 9 Oct 2004 03:12:48 +0000 (03:12 +0000)]
Fix little typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3959
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 8 Oct 2004 23:20:02 +0000 (23:20 +0000)]
IAX2 authentication improvements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3954
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 8 Oct 2004 18:20:49 +0000 (18:20 +0000)]
Minor config updates, add module counts (bug #2593)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3953
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 8 Oct 2004 15:52:44 +0000 (15:52 +0000)]
Add compatibilty with proprietary nortel DTMF info (bug #2605)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3952
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 8 Oct 2004 15:49:37 +0000 (15:49 +0000)]
Don't strip bracketed hyphens (bug #2608)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3951
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 8 Oct 2004 15:44:28 +0000 (15:44 +0000)]
Fix lookup cidname (bug #2609)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3950
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3