summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
This should prevent us from unintentionally changing variable values when they're returned from pbx_builtin_getvar_helper. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7304 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-12-02Fix all the warnings and errors for PRI to go to more logical placesMatthew Fredrickson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7294 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from Kevin P. Fleming
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7265 | oej | 2005-12-01 17:18:14 -0600 (Thu, 01 Dec 2005) | 2 lines Changing bug report address to the Asterisk issue tracker ........ r7266 | kpfleming | 2005-12-01 17:18:29 -0600 (Thu, 01 Dec 2005) | 3 lines Makefile 'update' target now supports updating from Subversion repositories (issue #5875) remove support for 'patches' subdirectory, it's no longer useful ........ r7268 | kpfleming | 2005-12-01 17:34:58 -0600 (Thu, 01 Dec 2005) | 2 lines ensure channel's scheduling context is freed (issue #5788) ........ r7269 | kpfleming | 2005-12-01 17:49:44 -0600 (Thu, 01 Dec 2005) | 2 lines don't block waiting for the Festival server forever when it goes away (issue #5882) ........ r7270 | kpfleming | 2005-12-01 18:26:12 -0600 (Thu, 01 Dec 2005) | 2 lines allow variables to exist on both 'halves' of the Local channel (issue #5810) ........ r7271 | kpfleming | 2005-12-01 18:28:48 -0600 (Thu, 01 Dec 2005) | 2 lines protect agent_bridgedchannel() from segfaulting when there is no bridged channel (issue #5879) ........ r7272 | kpfleming | 2005-12-01 18:39:00 -0600 (Thu, 01 Dec 2005) | 3 lines properly handle password changes when mailbox is last line of config file and not followed by a newline (issue #5870) reformat password changing code to conform to coding guidelines (issue #5870) ........ r7273 | kpfleming | 2005-12-01 18:42:40 -0600 (Thu, 01 Dec 2005) | 2 lines allow previous context-searching behavior to be used if desired (issue #5899) ........ r7274 | kpfleming | 2005-12-01 18:51:15 -0600 (Thu, 01 Dec 2005) | 2 lines inherit channel variables into channels created by Page() application (issue #5888) ........ r7275 | oej | 2005-12-01 18:52:13 -0600 (Thu, 01 Dec 2005) | 2 lines Bug #5907. Improve SIP INFO DTMF debugging output. (1.2 & Trunk) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7276 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-12-01Merged revisions 7261,7263 via svnmerge from Kevin P. Fleming
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7261 | oej | 2005-12-01 15:38:38 -0600 (Thu, 01 Dec 2005) | 2 lines Fixing some spelling errors, as well as changing "cvs" to "subversion" in misdn documentation. ........ r7263 | oej | 2005-12-01 16:21:13 -0600 (Thu, 01 Dec 2005) | 2 lines Removing references to 1.1dev, replacing with 1.2, in documentation files. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7264 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-12-01Changing "cvs" to "subversion" in documentation, also removing references to ↵Olle Johansson
old versions of Asterisk git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7262 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-12-01Merged revisions 7257 via svnmerge from Kevin P. Fleming
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7257 | kpfleming | 2005-12-01 13:25:06 -0600 (Thu, 01 Dec 2005) | 2 lines ensure that 'svn info' output is in the expected language for the script to parse (issue #5880) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7258 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-12-01configure trunk for merging fixes from 1.2 branchKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7256 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-12-01Add app to send pri keypad facility digits during a callMatthew Fredrickson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-12-01use ast_app_separate_args to split arguments (issue #5686)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7250 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-12-01fix queue weight feature - compare member interfaces instead of pointers toRussell Bryant
the members, since each queue has its own list of members. (issue #5863) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7248 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-12-01use '=' instead of '==' for string comparisons. /bin/bash is ok with this, butRussell Bryant
/bin/sh is not. (issue #5885) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7246 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30remove outdated redhat init script and provide the updated one in 'make rpm' ↵Russell Bryant
(issue #5786) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7243 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30Comment out LD_ASSUME_KERNEL by default.Russell Bryant
Print error messages if asterisk executable or the asterisk configuration directory is not found. (issue #5785, #5708) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7241 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30use app arg parsing macros (issue #5678)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7239 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30use app arg parsing macros (issue #5681)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7238 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30use app arg parsing macros (issue #5690)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7237 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30use app arg parsing macros (issue #5679)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7236 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30convert VMCOUNT function to use new app args parsing macros (issue #5688)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7235 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30do not allow an rtp message with zero type (issue #5749)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7232 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30print an error message if invalid arguments are specified (issue #5872)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7230 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30add description of the fromdomain option (issue #5874)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7229 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30issue #5887Josh Roberson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30free write frames when spy queues provide frames that don't need to be dup'dKevin P. Fleming
properly lock and trigger spies when detaching them en masse git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7223 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-30move mkpkgconfig script where it belongsKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7222 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7221 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-29remove remaining .cvsignore filesKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7220 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-29remove duplicate list of cdr variable names (issue #5865)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7217 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-29fix some typos and add the reload functionRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7215 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-29Add a minor optimization to CLI tab completion functions for channels.Russell Bryant
Also, clean up some formatting and coding guidelines issues. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7214 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-28make version-string computation based on SVN branch/revision numbersKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7207 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-25Record DIALEDTIME on incomplete calls, update description (bug #5862)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7198 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-25Fix hint case sensitivity (bug #5856)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-25issue #5850Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7195 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-23issue #5828Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7192 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-23issue #5826Josh Roberson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7188 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-23issue #5829Josh Roberson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7187 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21remove extraneous headerKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7185 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21fix port number handling in peer building functionsKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7182 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21proper entry formatting (doh!)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7181 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21fix a bug found during a recent upgradeKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7180 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21Re-add explicit poll support for Darwin, as without it, rasterisk (or ↵Josh Roberson
asterisk -r) is broken under Darwin. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7172 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21issue #5789Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7171 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21don't hardcode poll.o for DarwinRussell Bryant
fix incorrect portion of patch from yesterday's Solaris fixes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7168 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21issue #5815Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7166 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21issue #5775Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7164 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21issue #5787Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21create the monitor spool dirRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7161 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21issue #5805Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7160 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21issue #5804Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7159 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-21issue #5800Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7158 65c4cc65-6c06-0410-ace0-fbb531ad65f3