dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

6848 Commits

Author SHA1 Message Date
tilghman a36aa51b3c Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (different fix than 1.2)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8402 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 20:32:17 +00:00
russell b79bdab5cc finish reverting my pass through the tree to remove checks of the result of
ast_strdupa, this one is revision 8362


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8401 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 20:20:06 +00:00
russell 3ac4f66675 don't do the memcpy inside of ast_strdupa if we know that __builtin_alloca
was not successful


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8393 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 18:11:40 +00:00
russell b14bdc5a12 revert my pass through the tree to remove checks of the result of ast_strdupa
(revisions 8378 through 8381)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8387 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 17:50:04 +00:00
russell 52fb581494 conversions to use allocation wrappers (issue #6277)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8381 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 08:45:39 +00:00
russell 41cb10c756 remove useless checks of the result of ast_strdupa
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8380 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 08:23:57 +00:00
russell 3f2c7248c6 remove lots of useless checks of the result of ast_strdupa
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8379 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 08:13:12 +00:00
russell 7d76672828 remove some useless checks of the result of ast_strdupa
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8378 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 08:01:24 +00:00
tilghman 8b09090fc1 Bug 4872 - Make Asterisk paths available to AGIs via environmental variables
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8372 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 05:22:18 +00:00
tilghman 72e3856804 Bug 5515 - Devicestate and API documentation update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8371 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 05:15:56 +00:00
tilghman d32d901baa Bug 6096 - callerid_parse cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8370 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 05:05:45 +00:00
russell 5ca38239e1 remove optimization where its benefits are negligible
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8368 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 03:09:01 +00:00
russell 708a7ca40e remove some useless checks after calls to ast_strdupa
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8362 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 00:42:25 +00:00
mattf 8243b0f682 fix for codec_gsm on ia64 (#6294)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8361 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 23:28:37 +00:00
russell 2e857ae5e5 formatting and doxygen fixes (issue #6300)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8360 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 23:23:00 +00:00
mattf c9fafda4b1 Fix comments in sip.conf (#6134)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8359 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 23:19:49 +00:00
mattf 73a64f9573 Fix for formats so they give better output on failure conditions. (#6141)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8357 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 21:36:33 +00:00
russell 834f1b5789 - move ast_strdupa from channel.h to utils.h
- attempt to log an error message if the __builtin_alloca inside of ast_strdupa
  fails.
- document the fact that it is known and intended behavior for ast_strdupa to
  cause Asterisk to crash if the alloca fails
- use __builtin_expect when checking for allocation failure in all of the
  allocation wrappers

New Janitor Project!  Anywhere that we check for a successful allocation after
a call to ast_strdupa is unnecessary and should be removed.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8356 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 19:24:42 +00:00
russell ae8c68e98d Merged revisions 8347 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8347 | russell | 2006-01-20 13:34:42 -0500 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue #6302)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8348 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 18:40:24 +00:00
mattf cd1e261a79 Change chan_alsa to default open the first sound card device
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 18:18:40 +00:00
mattf 5e7c6c9e09 Update config. Apprently default doesn't always work now.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 18:17:46 +00:00
kpfleming 7007891a03 eliminate compiler warnings from recent const-ification
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8338 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 17:27:51 +00:00
oej 660f427e65 - Add DOC file about caller ID presentation values
- Add callingpres to sip.conf
- Add reference to README.callingpres from zapata.conf


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8336 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 14:32:30 +00:00
russell d8635a80c6 fix version reporting (issue #6292)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8324 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 01:25:12 +00:00
mogorman 9c55f6ab59 Merged revisions 8320 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8320 | mogorman | 2006-01-19 19:00:46 -0600 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 01:07:46 +00:00
oej e04a0e3cf1 More doxygen updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8315 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 00:18:42 +00:00
oej 8e25c23bd7 Doxygen updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8313 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 00:08:36 +00:00
oej 1aabf33033 Add support for "musicclass" instead of "musiconhold" to make chan_zap compatible
with other channels.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8300 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 22:41:55 +00:00
oej ec180c25b8 Doxygen fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8299 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 22:09:18 +00:00
oej cbc881f9c2 Enable "musicclass" setting for sip peers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8282 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 19:41:06 +00:00
tilghman aff7f918b9 Merged revisions 8276 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8278 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 19:18:51 +00:00
tilghman 6d6b7fb3cf Deprecate the use of Random in 1.3, 1.4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8270 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 18:58:45 +00:00
russell b98353ebe8 Merged revisions 8242 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8242 | russell | 2006-01-18 23:56:48 -0500 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain 
isn't set (issue #6278)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8243 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 04:58:43 +00:00
russell 258b298383 Merged revisions 8232 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 23:17:45 -0500 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue #6290)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8233 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 04:21:12 +00:00
russell c6643537f1 constify arguments in more places where strings should not be modified (issue #6286)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8203 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18 22:17:31 +00:00
mogorman 20dede9dcf Merged revisions 8194 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8194 | mogorman | 2006-01-18 15:02:06 -0600 (Wed, 18 Jan 2006) | 3 lines

Solves issue with the login proccess in meetme
patch from 6136

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8195 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18 21:12:14 +00:00
mogorman 34b6a11407 oops. sorry
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8190 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18 16:24:29 +00:00
mogorman 8b2bdbe6c6 allows for use of the originate function from
the cli patch 5847


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8186 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18 15:42:48 +00:00
mogorman 08260a7241 cli.h cleanup and additional documentation
from patch 6272 


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8179 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18 03:53:10 +00:00
mogorman f9af4692c0 Merged revisions 8162 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8162 | mogorman | 2006-01-17 18:47:04 -0600 (Tue, 17 Jan 2006) | 4 lines

Changed order of autoload so that pbx_ comes before
channels, and in doing so cause bug 6002 to not
be an issue

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8163 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18 00:49:43 +00:00
mogorman b714bdb8b1 cleanup the show uptime code, and minor changes
to patch 6274


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8161 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18 00:05:09 +00:00
kpfleming 8723f63be1 remove some more deprecated (pre-1.2) stuff
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8157 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 23:45:05 +00:00
mattf 2686c8f200 Improvements to DSP callprogress=yes code (#5009)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8156 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 23:37:22 +00:00
mattf 2a43f4e15d Fix answeronpolarityswitch and hanguponpolarityswitch when both are yes (#6229)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8155 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 23:13:42 +00:00
mogorman 3578d9e478 oops all better now.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8153 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 21:10:38 +00:00
mogorman 4da80042ee allow for multiple periodic announcements
from bug 5273 with minor changes.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8152 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 20:58:56 +00:00
kpfleming e549cb10a2 spelling fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8150 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 20:53:04 +00:00
kpfleming 66461f4cc9 suppress compiler warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8148 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 20:49:39 +00:00
mogorman 982eb0aa2b Merged revisions 8140 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.2

........
r8140 | mogorman | 2006-01-17 14:10:29 -0600 (Tue, 17 Jan 2006) | 3 lines

Stop any generators running on a channel when
festival is called as described in 5996

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8141 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 20:16:18 +00:00
oej 923b20bf12 Portability - compilation warning on Mac OS/X removed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8138 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 19:03:04 +00:00