Olle Johansson [Sun, 4 Jun 2006 21:01:13 +0000 (21:01 +0000)]
- Fix more problems in transfer code (thanks Tholo!)
- Add debug for hangup not in UP state
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32137
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 4 Jun 2006 19:38:05 +0000 (19:38 +0000)]
- Add information about transcoding to "show channel"
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32115
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 4 Jun 2006 19:18:24 +0000 (19:18 +0000)]
Respond to some of Luigis questions...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32111
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 4 Jun 2006 18:58:27 +0000 (18:58 +0000)]
Fix potential bug. THanks luigi!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32089
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 4 Jun 2006 18:55:16 +0000 (18:55 +0000)]
- 5 is the highest used debug level, so let's stay there
- Change formatting of RTP debug to align better
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32088
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 4 Jun 2006 18:35:29 +0000 (18:35 +0000)]
- Doxygen fix
- Debug message change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32087
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 4 Jun 2006 17:35:30 +0000 (17:35 +0000)]
Show max bitrate in "sip show user" and "sip show channel"
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32065
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matt O'Gorman [Sun, 4 Jun 2006 17:08:18 +0000 (17:08 +0000)]
oops my config file was out of date not the sample
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32064
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matt O'Gorman [Sun, 4 Jun 2006 17:07:09 +0000 (17:07 +0000)]
oops fixing example config
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32063
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matt O'Gorman [Sun, 4 Jun 2006 17:00:59 +0000 (17:00 +0000)]
oops
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32046
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matt O'Gorman [Sun, 4 Jun 2006 16:56:16 +0000 (16:56 +0000)]
solves some issues with jabberstatus app
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32040
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 4 Jun 2006 11:47:51 +0000 (11:47 +0000)]
Make tonezone writeable in CHANNEL() (from my old func_tonezone.c)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32018
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 4 Jun 2006 11:09:14 +0000 (11:09 +0000)]
- Typo in chan_sip (: missing)
- Only print formats once in dumpchan()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32017
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 4 Jun 2006 11:00:12 +0000 (11:00 +0000)]
Add formats in text form to dumpchan()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32003
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 4 Jun 2006 08:57:34 +0000 (08:57 +0000)]
Doxygen improvements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31979
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 4 Jun 2006 08:15:41 +0000 (08:15 +0000)]
Doxygen formatting fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31977
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 4 Jun 2006 06:21:43 +0000 (06:21 +0000)]
Use a dynamically sized array to store the list of files for moh "files" mode
- Instead of always allocating 64KB of memory for every MOH class, this has
been reduced to only a single pointer per class, with more memory only
allocatted when using "files" mode, as needed
- Instead of imposing a length limit on the full filename, including full
path, of 127 characters, use PATH_MAX, the maximum length that the system
can handle
- There is no longer a limit on the number of files than can be used for a
single MOH class using "files" mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31953
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sun, 4 Jun 2006 03:45:54 +0000 (03:45 +0000)]
Merged revisions 31921 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r31921 | kpfleming | 2006-06-03 22:43:35 -0500 (Sat, 03 Jun 2006) | 2 lines
return bridge exit logic to what it was before i broke it :-(
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31922
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sun, 4 Jun 2006 00:09:13 +0000 (00:09 +0000)]
add a bit of comment on what build_route does,
plus minor code simplification.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31895
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sat, 3 Jun 2006 23:58:32 +0000 (23:58 +0000)]
remove some duplicated code;
fix indentation on one line;
mark XXX some unreachable code;
mark XXX another place where we could reduce the nesting depth.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31872
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sat, 3 Jun 2006 23:46:23 +0000 (23:46 +0000)]
small simplification in assignments, and fix a typo in a comment.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31871
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sat, 3 Jun 2006 23:34:01 +0000 (23:34 +0000)]
mark XXX some places where there is a return right before
a large "else" block, which is suitable for a reduction of
the nesting depth.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31870
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sat, 3 Jun 2006 23:23:24 +0000 (23:23 +0000)]
fix indentation of a block
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31869
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sat, 3 Jun 2006 23:17:54 +0000 (23:17 +0000)]
some code simplifications using S_OR() to remove some if blocks
and duplicate code.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31868
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sat, 3 Jun 2006 23:03:29 +0000 (23:03 +0000)]
use ast_skip_blanks() where appropriate, and use standard
C jargoon *foo++ = '\0'; instead of two separate statements.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31861
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sat, 3 Jun 2006 22:56:45 +0000 (22:56 +0000)]
mark XXX a buggy section of code and implement a probable
replacement (leave the original in case my code does not
do what the function was meant to do).
oej, please check this...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31843
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sat, 3 Jun 2006 22:29:37 +0000 (22:29 +0000)]
simplify logic in a small block of code
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31842
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sat, 3 Jun 2006 22:18:41 +0000 (22:18 +0000)]
mark XXX a bug in the code. oej/kevin, any idea what you want
to use here ?
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31841
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
BJ Weschke [Sat, 3 Jun 2006 22:08:25 +0000 (22:08 +0000)]
Make sure DEBUG is really cranked up before we decide to flood the logs with messages about Internal timing when a channel has to make a decision about generating internal timing (eg - MOH)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31840
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sat, 3 Jun 2006 20:40:54 +0000 (20:40 +0000)]
remove duplicate code
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31814
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Sat, 3 Jun 2006 20:34:26 +0000 (20:34 +0000)]
Replace '\"' with '"'.
The escape is unnecessary, and makes a bad example
to people reading the code.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31813
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sat, 3 Jun 2006 17:04:51 +0000 (17:04 +0000)]
when using moh files mode, don't look for a file past the number of files
that have been loaded, or worse, past the size of the files array
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31776
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
BJ Weschke [Sat, 3 Jun 2006 14:49:52 +0000 (14:49 +0000)]
Merged revisions 31738 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r31738 | bweschke | 2006-06-03 10:48:13 -0400 (Sat, 03 Jun 2006) | 3 lines
Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCK
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31739
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sat, 3 Jun 2006 10:07:25 +0000 (10:07 +0000)]
Adding John Martin to CREDITS for his video work
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31715
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sat, 3 Jun 2006 02:18:59 +0000 (02:18 +0000)]
Two missed cases
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31691
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sat, 3 Jun 2006 02:17:00 +0000 (02:17 +0000)]
Ooops, those characters weren't really periods (credit to John Olson)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31690
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 2 Jun 2006 13:38:37 +0000 (13:38 +0000)]
add credits for cdr_radius
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31664
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Fri, 2 Jun 2006 06:24:30 +0000 (06:24 +0000)]
Adding credits for SIP transfer work
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31636
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 2 Jun 2006 03:34:09 +0000 (03:34 +0000)]
add a comment where some memory usage optimization needs to be done
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31613
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 1 Jun 2006 22:17:01 +0000 (22:17 +0000)]
use strcpy instead of snprintf in a couple places
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31586
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 1 Jun 2006 21:47:49 +0000 (21:47 +0000)]
Merged revisions 31555 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r31555 | kpfleming | 2006-06-01 16:46:50 -0500 (Thu, 01 Jun 2006) | 2 lines
remove pointless forcing of the channel into SLINEAR mode; the write format will be set later based on the file that is chosen to be played to the channel
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31556
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 1 Jun 2006 20:53:17 +0000 (20:53 +0000)]
Merged revisions 31520 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r31520 | kpfleming | 2006-06-01 15:27:50 -0500 (Thu, 01 Jun 2006) | 2 lines
handle Zap transfers behind chan_agent properly so the agent doesn't get stuck waiting for the call to hang up
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31522
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 1 Jun 2006 19:48:31 +0000 (19:48 +0000)]
Formatting fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31497
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 1 Jun 2006 19:28:01 +0000 (19:28 +0000)]
Doxygen reformatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31496
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 1 Jun 2006 19:21:46 +0000 (19:21 +0000)]
- Formatting
- Add some comments
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31495
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 1 Jun 2006 19:15:40 +0000 (19:15 +0000)]
Minor change to DEBUG and WARNING messages
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31494
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matt O'Gorman [Thu, 1 Jun 2006 19:05:45 +0000 (19:05 +0000)]
changes for base64 to work in multiline instances
as well as being more efficient, patch from jcollie's
base64 branch
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31492
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matt O'Gorman [Thu, 1 Jun 2006 18:48:22 +0000 (18:48 +0000)]
more minor fixes thanks Julian on pointing out
potential problems
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31469
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 1 Jun 2006 17:40:50 +0000 (17:40 +0000)]
allow menuselect to display dependencies and conflicts for modules
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31443
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 1 Jun 2006 16:58:06 +0000 (16:58 +0000)]
Issue #7103 take two. Thanks Mikael!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31414
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 1 Jun 2006 16:47:28 +0000 (16:47 +0000)]
- add the ability to configure forced jitterbuffers on h323, jingle,
and mgcp channels
- remove the jitterbuffer configuration from the pvt structures in
the sip, zap, and skinny channel drivers, as copying the same global
configuration into each pvt structure has no benefit.
- update and fix some typos in jitterbuffer related documentation
(issue #7257, north, with additional updates and modifications)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31413
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 1 Jun 2006 16:42:38 +0000 (16:42 +0000)]
my last changes to the jitterbuffer files need a forced make clean
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31412
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Thu, 1 Jun 2006 16:41:07 +0000 (16:41 +0000)]
the interface needs to be changed as well..
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31411
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Thu, 1 Jun 2006 16:25:04 +0000 (16:25 +0000)]
unified the PH_CONTROL Interface for the mISDN_dsp interface to int
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31409
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
North Antara [Thu, 1 Jun 2006 15:44:35 +0000 (15:44 +0000)]
This is what I get for coding while tired.. sorry ;/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31385
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 1 Jun 2006 14:18:12 +0000 (14:18 +0000)]
fix an incorrect comment (issue #7259, tardieu)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31360
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 1 Jun 2006 14:15:16 +0000 (14:15 +0000)]
make a global variable static and remove an unused global variable
(issue #7258, tardieu)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31359
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 1 Jun 2006 14:07:03 +0000 (14:07 +0000)]
- add slav, zoa, and royk to the CREDITS for the generic jitterbuffer
- change references to the "scx" jitterbuffer to be called "fixed" and change
references to the "stevek" jitterbuffer to be called "adaptive", instead
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31356
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Thu, 1 Jun 2006 12:51:41 +0000 (12:51 +0000)]
added bearer capability reject support. we send release instead of disconnect in case we have no real channel yet. added support for Restarting channels added support for sending complete decoding. changed some log levels.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31324
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 1 Jun 2006 12:43:01 +0000 (12:43 +0000)]
Merged revisions 31321 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r31321 | kpfleming | 2006-06-01 07:41:47 -0500 (Thu, 01 Jun 2006) | 2 lines
remove a sample entry that never should have been added (code to support it was not merged)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31322
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matt O'Gorman [Thu, 1 Jun 2006 08:22:44 +0000 (08:22 +0000)]
solves bug where reload deleted things it shouldnt have
and adds check into jabberstatus so it cant segfault.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31298
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matt O'Gorman [Thu, 1 Jun 2006 07:49:47 +0000 (07:49 +0000)]
adds statusmessage customization from Julian Lyndon-Smith
and fixes bug with pruneregister
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31275
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 1 Jun 2006 07:30:45 +0000 (07:30 +0000)]
Commit of the new SIP transfer support (oej/siptransfer branch)
- improved support of attended transfers (REFER with replaces)
- support of INVITE/replaces in the context of a transfer
- improved support of blind transfers (REFER)
Thanks to Voop, Nuvio and Foniris for sponsoring this work.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31274
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
North Antara [Thu, 1 Jun 2006 04:35:00 +0000 (04:35 +0000)]
Nobody saw this coming, I bet.
jitterbuffer!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31250
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 1 Jun 2006 00:15:25 +0000 (00:15 +0000)]
change a warning message to a debug message
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31226
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 1 Jun 2006 00:09:18 +0000 (00:09 +0000)]
fix the problem where defaults.h is missing after a forced make clean in a
different way that actually works
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31225
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 31 May 2006 23:51:39 +0000 (23:51 +0000)]
Merged revisions 31194 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r31194 | russell | 2006-05-31 19:50:00 -0400 (Wed, 31 May 2006) | 3 lines
if the connection to a FastAGI server fails because of a timeout, log a more
informative log message
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31195
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 31 May 2006 23:10:56 +0000 (23:10 +0000)]
Documentation changes for Qwell
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31193
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 31 May 2006 22:54:58 +0000 (22:54 +0000)]
Fix up meetme some more (thanks TonyM!!!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31163
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 31 May 2006 22:28:03 +0000 (22:28 +0000)]
Merged revisions 31161 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r31161 | kpfleming | 2006-05-31 17:26:38 -0500 (Wed, 31 May 2006) | 2 lines
silence a warning message that is not a warning
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31162
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 31 May 2006 20:31:42 +0000 (20:31 +0000)]
remove the "frog" CLI command left over from April 1st
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31129
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 31 May 2006 20:27:06 +0000 (20:27 +0000)]
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31128
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 31 May 2006 20:19:50 +0000 (20:19 +0000)]
clean up various whitespace issues (issue #7236, casper)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31126
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 31 May 2006 18:09:52 +0000 (18:09 +0000)]
add a missing file, and use an enum for some constants
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31101
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 31 May 2006 17:29:12 +0000 (17:29 +0000)]
move the includes of abstract_jb.h to be with the rest of the asterisk includes.
These used to be wrapped in a #ifdef
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31078
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 31 May 2006 17:21:21 +0000 (17:21 +0000)]
update the rest of the channel drivers that use RTP so that their channel
tech structures indicate that they create jitter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31077
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 31 May 2006 17:21:12 +0000 (17:21 +0000)]
Make the user menu unmute/mute work again, including in combination with the 'l' option.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31076
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 31 May 2006 16:56:50 +0000 (16:56 +0000)]
Add support for using a jitterbuffer for RTP on bridged calls. This includes
a new implementation of a fixed size jitterbuffer, as well as support for the
existing adaptive jitterbuffer implementation. (issue #3854, Slav Klenov)
Thank you very much to Slav Klenov of Securax and all of the people involved
in the testing of this feature for all of your hard work!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31052
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 31 May 2006 16:31:41 +0000 (16:31 +0000)]
OKAY - Only replace our IP address in the outgoing SIP messages if the actual source address is within the specified local network. (issue #7051 reported by Luke-Jr with mods by me)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31050
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 31 May 2006 16:11:55 +0000 (16:11 +0000)]
cleanups for commit from issue #5657... set a cause code for a rejected forward request, and actually set tmp->chan to NULL when we reject the forward request
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31049
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 31 May 2006 16:04:49 +0000 (16:04 +0000)]
a few more control frame types that don't need to generate useless notices in the log
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31044
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
BJ Weschke [Wed, 31 May 2006 15:52:32 +0000 (15:52 +0000)]
Add an option to app_dial, 'i', to instruct the application ignore any requests from peers to forward calls elsewhere. #5657 (johnlange w/some minor mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31023
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Wed, 31 May 2006 14:36:47 +0000 (14:36 +0000)]
Add congestion message to SIP history
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30992
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Wed, 31 May 2006 14:28:29 +0000 (14:28 +0000)]
Use ast_channel_trylock for channels
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30990
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 30 May 2006 22:11:34 +0000 (22:11 +0000)]
Tiny documentation fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30959
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 30 May 2006 21:37:11 +0000 (21:37 +0000)]
move processing of 'languageprefix' option to proper section of config file
document that option :-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30934
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 30 May 2006 20:25:34 +0000 (20:25 +0000)]
remove some files that don't actually get used by the code
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30907
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 30 May 2006 20:24:40 +0000 (20:24 +0000)]
Bug 7237 - Replace recoded thread_safe_rand with the existing ast_random API
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30906
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 30 May 2006 19:20:20 +0000 (19:20 +0000)]
Merged revisions 30874 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r30874 | kpfleming | 2006-05-30 14:18:30 -0500 (Tue, 30 May 2006) | 2 lines
check the proper variable...
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30875
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 30 May 2006 18:01:52 +0000 (18:01 +0000)]
when we receive an IAX2 registration request with both a plaintext secret and an MD5 challenge, prefer the MD5 challenge for authentation (reported on asterisk-dev)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30847
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 30 May 2006 17:52:49 +0000 (17:52 +0000)]
officially deprecate the 'roundrobin' queue strategy in favor of 'rrmemory'
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30837
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 30 May 2006 17:33:37 +0000 (17:33 +0000)]
Remove ourselves from the userlist a little bit earlier
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30835
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jeffrey C. Ollie [Tue, 30 May 2006 16:36:21 +0000 (16:36 +0000)]
Get rid of warning about datarootdir at the end of the configure process...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30806
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 30 May 2006 16:23:34 +0000 (16:23 +0000)]
Be gone foul Makefile usage! er I mean use the correct variable... UTILS instead of TARGET. (issue #7239 reported by casper)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30805
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Tue, 30 May 2006 16:10:10 +0000 (16:10 +0000)]
Be gone unused res! (issue #7238 reported by casper)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30804
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 30 May 2006 16:08:38 +0000 (16:08 +0000)]
Merged revisions 30802 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r30802 | kpfleming | 2006-05-30 11:07:16 -0500 (Tue, 30 May 2006) | 2 lines
another S/390 build fix
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30803
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 30 May 2006 16:01:50 +0000 (16:01 +0000)]
fix various typos and other bits (from Ian Kinner)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30800
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
BJ Weschke [Tue, 30 May 2006 14:59:02 +0000 (14:59 +0000)]
It's a 1.2 'thang'.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30771
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 30 May 2006 11:23:48 +0000 (11:23 +0000)]
remove a bunch of duplicated log messages. There is a warning that gets
logged when this function returns an error
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30746
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Mon, 29 May 2006 14:52:55 +0000 (14:52 +0000)]
remove duplicate static keywords, oops
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30723
65c4cc65-6c06-0410-ace0-
fbb531ad65f3