Commit Graph

173 Commits

Author SHA1 Message Date
Russell Bryant
3e7d040f3f *** empty log message ***
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6118 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-13 14:05:48 +00:00
Russell Bryant
c78761cc7c fix typo in app description (bug #4697)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6117 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-13 14:04:28 +00:00
Russell Bryant
171872003b fix busted osp build
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6016 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-06-30 14:35:46 +00:00
Russell Bryant
cf238fa10d when switching back to voice mode, wait for 'B' (bug #3833)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6007 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-06-24 22:27:10 +00:00
Russell Bryant
dd70231e97 oops!
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5910 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-06-14 20:24:38 +00:00
Russell Bryant
02bb0b5e22 don't kill the call if tdd mode is not supported by a channel (bug #4370)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5909 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-06-14 19:45:49 +00:00
Russell Bryant
43e32456ca ensure that calls to gethostbyname are null terminated,
also use MAXHOSTNAMELEN where appropriate (bug #4198) (bug #4212)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5675 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-15 15:55:31 +00:00
Russell Bryant
fcb8ab5da6 allow spaces in monitor filenames (Thanks to gbdrbob for catching this one!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5648 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-14 18:21:43 +00:00
Russell Bryant
57b353cebf fix compat with astmm (bug #4217)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5623 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-11 03:16:52 +00:00
Russell Bryant
3d263c243a add missing newline to warning message (bug #4183)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5592 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-06 07:17:17 +00:00
Russell Bryant
1e70fa09cd add some newlines and fix some misspellings (bug #4027)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5475 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-15 07:15:39 +00:00
Russell Bryant
4faec1b262 fix say number with a leading zero (bug #3884)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5406 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-05 10:15:00 +00:00
Russell Bryant
90fea452ac keep going even if file not found with GET DATA (bug #3878)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5403 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-05 09:52:05 +00:00
Russell Bryant
78f6f43d19 fix chopping off of prompts (bug #3784)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5325 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-31 22:20:15 +00:00
Matthew Fredrickson
4b30e9ee37 Fixed parking bug w/ chan_sip and loss of MOH
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-17 23:48:42 +00:00
Russell Bryant
39e574a8bd add description for monitor management commands (bug #3610)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-26 18:23:18 +00:00
Russell Bryant
2bb388ebc8 fix parking (bug #3396)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4905 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-28 01:24:59 +00:00
Russell Bryant
76b18e2d6e remove unused vars (bug #3423)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-28 00:34:43 +00:00
Russell Bryant
a87fb09763 typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4818 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-17 01:36:48 +00:00
Russell Bryant
d2d967d775 update help text (bug #3298)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4764 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-11 19:12:00 +00:00
Russell Bryant
efcc597742 improve CLI command info (Thanks, Leif!) (bug #3220)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4729 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-09 14:46:45 +00:00
Russell Bryant
b0a516034f send script parameter with FastAGI (bug #3270)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4721 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-08 22:40:56 +00:00
Russell Bryant
a6d0cc6c02 fix typo (bug #3265)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4718 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-08 21:54:24 +00:00
Russell Bryant
5967d8f2bc stop music on hold when channel is hung up instead of after the channel is destroyed (bug #3035)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4692 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-06 05:15:50 +00:00
Russell Bryant
1db571cb37 don't exit AGI when file not found to stream (bug #3212)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4648 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-03 18:19:05 +00:00
Russell Bryant
29062def81 update help text (bug #3171)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-30 21:40:45 +00:00
Russell Bryant
fcf810801f unregister the correct apps (bug #3089)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4512 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-21 15:24:43 +00:00
Russell Bryant
4ceafc96b1 fix parking issue (bug #3840)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4497 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-20 00:27:19 +00:00
Russell Bryant
bb6333e01f change size of var_val (bug 2926)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4343 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 18:13:16 +00:00
Russell Bryant
f4470352ff check to see if FD's are open before closing (bug #2858)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4289 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-18 04:20:25 +00:00
Russell Bryant
9801c6c63f make valgrind less chatty about res_crypto (bug #2857)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4250 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-15 02:20:20 +00:00
Russell Bryant
7352e07e12 fix non standard characters (bug 2778)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-05 02:45:59 +00:00
Russell Bryant
d612a5ce42 prevent seg fault with attempt_transfer (bug #2741)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4146 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-02 12:56:15 +00:00
James Golovich
b86dbdb22c Backport recent memory fixes to 1.0
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-10-25 17:57:25 +00:00
James Golovich
b1b4db95c2 Fix FastAGI working with non default ports (bug 2539)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3852 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-29 03:32:58 +00:00
Mark Spencer
ddf2648326 Fix BSD build
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3849 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-28 14:14:00 +00:00
James Golovich
aa2e435d82 Remove duplicate sys/socket.h include from res_agi.c
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3845 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-27 14:54:07 +00:00
Russell Bryant
efd42d2d5c make pick-up extension configurable. update ChangeLog
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3843 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-26 20:47:01 +00:00
Russell Bryant
fda8fa2367 add includes in res_agi.c to fix BSD compatibility
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3840 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-26 17:01:39 +00:00
Mark Spencer
bf4ca23372 Make holdtime announcement say "less than 2 minutes" instead of "1 minutes" (bug #2500)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3834 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-25 14:22:27 +00:00
James Golovich
9812bcc03c Include sys/socket.h in res/res_agi.c (bug 2490)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3828 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-23 18:10:46 +00:00
Mark Spencer
1597114535 Implement Fast AGI (agi://) over TCP socket (Astricon talk idea)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3820 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-22 15:21:36 +00:00
Mark Spencer
27e4a2ee57 Minor fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3807 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-18 23:39:39 +00:00
Mark Spencer
574d3785ab Add extra checks for keys and convenience encrypt/decrypt functions
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3803 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-18 03:59:51 +00:00
James Golovich
877f1f64c2 Cleanup code. Spacing issues, nested if issues, lots of strlen used instead of ast_strlen_zero
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3800 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-17 14:15:11 +00:00
Mark Spencer
e228c88d2a Merge anthm's monitor patch with minor mods (bug #2383)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3797 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-17 03:49:57 +00:00
Mark Spencer
bdc00dae0e Merge ADSI parking announcement (bug #2211)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-15 19:49:33 +00:00
Mark Spencer
00f227a684 Properly lock management stuff (bug #2406)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3759 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-10 15:11:38 +00:00
Matthew Fredrickson
52647db120 Changes from Dimitri for OSP codes, minor buglets
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3744 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-07 15:16:18 +00:00
Mark Spencer
64b9a563f2 Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug #2289)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3732 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-07 01:22:57 +00:00