dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

8201 Commits

Author SHA1 Message Date
russell 00280d9380 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25016 f38db490-d61c-443f-a65b-d21fe96a405b 2006-05-05 20:50:28 +00:00
russell fee1fbb9f2 move ExecIf from app_while.c to app_exec.c (issue #7094, north)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25013 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 20:43:16 +00:00
bweschke 811ed760ef Adding documentation about API change approved in order to fix bug(s).
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25012 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 20:12:59 +00:00
file 2d71e6a743 Minor documentation change regarding authentication. (issue #6644)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24982 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 19:20:58 +00:00
bweschke 0ff9a2f25d Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie )
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24981 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 19:10:11 +00:00
russell 4098fd2400 re-add the initialization of the scheduled item's time to 0. I had removed
this because I checked the sched_alloc function to use calloc instead of
malloc, so I thought it was no longer necessary.  However, the sched structures
are cached, and cached values will have the old values in them, so this still
needs to be done.

Also, wrap the scheduler debug code to only happen if option_debug is enabled.
It spits out a ton of output so it's nice to be able to enable/disable it
during runtime.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24950 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 18:11:55 +00:00
russell 5929a2d256 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24912 f38db490-d61c-443f-a65b-d21fe96a405b 2006-05-05 17:39:31 +00:00
russell 334f51e17b convert the list of scheduled items in a scheduler context to use the
list macros.  Also, use ast_calloc instead of malloc in one place


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24910 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 17:09:27 +00:00
russell 06c62d60e9 use ast_malloc instead of malloc
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24880 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 16:46:46 +00:00
crichter d84eb5f102 Added option far_alerting. This option makes it possible to generate a Ringing on other channels if they feel that they should have inband ringing, but there is non in reality. I need this due to the fact that asterisk has not the possibility to transmit progress indicators thus chan_sip and others do not know wether they should generate a Rining tone themselves if they receive AST_CONTROL_RINGING..
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24879 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 16:38:15 +00:00
russell 1765f1195c constify the argument to pbx_checkcondition
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24878 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 16:36:43 +00:00
russell 342ffcc2a1 oops :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24876 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 16:34:35 +00:00
russell a46a4c185c Merged revisions 24837 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r24837 | russell | 2006-05-05 10:44:50 -0400 (Fri, 05 May 2006) | 3 lines

use pbx_checkcondition() instead of ast_true() to evaluate the condition
for MacroIf and WhileIf (issue #7086)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24838 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 14:47:22 +00:00
russell d89f222977 - formatting fixes
- don't declare a variable in the middle of a block
- keep track of the result of registration functions in load_module()


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24805 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 00:43:28 +00:00
bweschke 9ec99bceb3 New manager action SendDTMF #6682 (squinky86)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24776 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 21:33:45 +00:00
bweschke f2143341e1 #6991. Take 3. (casper)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24775 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 21:26:04 +00:00
bweschke e779db47c5 Another adjustment for #6991 (casper)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24759 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 21:02:26 +00:00
bweschke bf360869df ast_play_and_prepend and ast_play_and_record cleanup #6991 (casper)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24745 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 20:29:13 +00:00
tilghman 14b9302830 Merged revisions 24706 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r24706 | tilghman | 2006-05-04 11:27:20 -0500 (Thu, 04 May 2006) | 2 lines

Bug 7023 - reload should not unpause members

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24707 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 16:38:32 +00:00
bweschke 236afecfad Merged revisions 24669 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r24669 | bweschke | 2006-05-04 06:17:13 -0500 (Thu, 04 May 2006) | 3 lines

 Make sure that only the "|" is a recognized delimiter for Verbose(), as the app documentation already specifies. #7080 (alessiof reporting)


........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24670 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 11:24:47 +00:00
tilghman e7c9e22c7a Bug 6989 - updates to the ODBC storage mechanism for compatibility with the new res_odbc
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24641 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 22:54:02 +00:00
bweschke dc026623b1 Fix "o'clock" from being said twice in French. #6900 (casper)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24640 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 22:53:38 +00:00
bweschke 6fcf0ad7d9 Documentation / whitespace fix.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24639 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 22:40:42 +00:00
bweschke 64bf23e63b Optionally record audio of the page command for re-pages/playback. #6827 (JeffSaxe)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24638 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 22:38:56 +00:00
bweschke 069a49f651 Allow channels in ChanSpy to belong to mutiple spygroups #7072 (anthm)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24636 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 22:25:08 +00:00
bweschke cf7dd4c53a Provide the ability to adjust txgain/rxgain on a channel level via the CHANNEL() function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24621 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 22:02:50 +00:00
bweschke efada3b700 Correct call parking behavior when there is no courtesytone specified. #6306 (murf)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24605 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 21:39:24 +00:00
bweschke 319475e9c3 Merged revisions 24567 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r24567 | bweschke | 2006-05-03 15:58:10 -0500 (Wed, 03 May 2006) | 3 lines

 Correct application documentation to make users aware that certain options cannot be used in conjunction with others. #6666 (chotaire) 


........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24604 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 21:11:23 +00:00
bweschke dd52744c5f Make sure that callers kicked from queue because of joinempty and leavewhenempty have an event logged with regard to the reason for their departure. #6559 (Corydon76)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24566 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 20:47:34 +00:00
bweschke 0e6d1249c7 Log hold time and talktime in queue_log when blind transfers are made by queue members. #7038 (alphaqueue) w/documentation mods added
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 20:31:58 +00:00
bweschke 24fcc70d3b Implement and document RINGNOANSWER queue logging functionality to "tattle" on bad queue members.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 20:14:54 +00:00
bweschke 165047114f Fix autofill behavior in app_queue and document it's functionality in queues.conf.sample and UPGRADE.txt
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24543 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 20:01:30 +00:00
russell b8de621a5e suppress a compiler warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24534 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 19:10:41 +00:00
russell bc73f0f29a Merged revisions 24496 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r24496 | russell | 2006-05-03 14:31:20 -0400 (Wed, 03 May 2006) | 6 lines

fix up "make rpm"
- don't reference the gzipped man page, because we don't store them
  compressed anymore
- add some files that currently were not listed
(issue #6837)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24497 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 18:33:10 +00:00
rizzo 940cef14e9 remove variable declarations in the middle of two blocks.
While at it, normalize the surrounding code.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24495 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 18:22:04 +00:00
rizzo 72f6374222 remove useless variables, and argument checks for functions
that can safely handle a NULL argument.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24464 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 17:44:30 +00:00
rizzo 17eefffe91 document that ast_cdr_answer is happy with a NULL argument
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24463 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 17:37:47 +00:00
rizzo 05304ec8ee no point in clearing a local variable just before return
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24462 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 17:30:37 +00:00
rizzo 89c5a63088 more simplifications
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24460 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 17:07:56 +00:00
rizzo af3527e67d consistent rule for goto...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24431 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 16:58:16 +00:00
rizzo 35c0f353a2 remove another useless nonterminal
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24430 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 16:46:55 +00:00
rizzo 5fbd74dfef remove a useless nonterminal
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24429 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 16:38:50 +00:00
rizzo bc6ca5127d more simplifications
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24428 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 16:37:14 +00:00
rizzo cb2e7e5fe0 remove more shift-reduce conflicts
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24427 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 16:34:31 +00:00
rizzo fb458f5cf7 remove a redundant rule
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24426 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 16:33:00 +00:00
rizzo 34daabde85 reduce shift/reduce warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24425 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 16:28:48 +00:00
rizzo d9a549e560 simplify case_statements
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24424 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 16:12:31 +00:00
rizzo 088b8e75cf switch statement in one place
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24423 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 16:08:35 +00:00
file 30cebe45f2 Update chan_iax2 to use linkedlists.h for users and peers. Modify the way get_from_jb and expire_registry works to get rid of certain crash scenarios. Finally - change the way expire_registry works when realtime autoclear is enabled to be a bit more efficient.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24422 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 16:07:03 +00:00
rizzo f2f9525d91 common syntax for context name
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24421 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 16:00:49 +00:00