Archived
14
0
Fork 0
Commit graph

183 commits

Author SHA1 Message Date
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
mogorman
3615d91f38 Added forward context option from 5497
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8066 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 19:09:05 +00:00
russell
c68a2d2d8e Various cleanups from comments in an email from Luigi Rizzo. Thank you!
- Use a cleaner syntax for declaring the allocation macros
- Fix return value for ast_strdup/ast_strndup
- remove safe_strdup from app_macro, since ast_strup does the same thing
- fix a place in app_queue where ast_calloc+strncpy was used instead of
  ast_strdup.  If you are helping out with these conversions, please watch out
  for other places where this is done.
- add a note to the coding guidelines about the fix to app_queue


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8065 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 18:38:55 +00:00
bweschke
5af8c4e9eb Implement the autologoffunavail option in chan_agent (#6038 with some minor mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8063 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 18:23:30 +00:00
russell
56f4aec652 fix typo, thanks Qwell!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7953 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 00:06:15 +00:00
russell
1eb7a651e2 Add wrappers for commonly used memory allocation functions. These wrappers
add an automatically generated Asterisk log message if the allocation fails
for some reason.  Otherwise, they are functionally the same, with the
exception of ast_strdup and ast_strndup.  These functions have the added
ability to accept a NULL argument without error, which will just be ignored
without generating an error. The coding guidelines have also been updated to 
reflect all of this information.  (issue #4996)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7952 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 23:51:42 +00:00
oej
901b0ed354 Importing rev 7939 from 1.2
- Add reference to README.tds 
- Reformat table


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7940 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 08:52:55 +00:00
tilghman
bf0de5d360 Merged revisions 7904 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7907 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 19:33:47 +00:00
kpfleming
dbe96780b5 allow limiting of queue members who will be delivered a given caller's call by penalty setting
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7833 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-06 03:40:12 +00:00
oej
eadc837224 - Reformatting the app_sms help text from html to txt to comply with the rest of the documentation
- Renaming help files to README.<name>


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7674 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30 11:20:13 +00:00
tilghman
da85cc11fd Merged revisions 7519 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7520 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17 18:58:57 +00:00
kpfleming
2c04065002 Merged revisions 7470 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7470 | kpfleming | 2005-12-13 12:54:22 -0600 (Tue, 13 Dec 2005) | 2 lines

clarify substring documentation

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7471 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13 18:54:41 +00:00
crichter
ff7c3adedd updated the documentation and the sample config to meet the present
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7446 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-12 22:26:35 +00:00
twisted
b43e22cd70 Document addition of variable from Touch Monitor.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7408 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-09 00:24:59 +00:00
kpfleming
907b53f827 Merged revisions 7265-7266,7268-7275 via svnmerge from
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: http://svn.digium.com/svn/asterisk/trunk@7276 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-02 01:01:11 +00:00
kpfleming
73f1a2863e Merged revisions 7261,7263 via svnmerge from
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: http://svn.digium.com/svn/asterisk/trunk@7264 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01 22:54:58 +00:00
oej
020cd20555 Changing "cvs" to "subversion" in documentation, also removing references to old versions of Asterisk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7262 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01 22:17:35 +00:00
kpfleming
24c1e3c222 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
kpfleming
8eb2c5815e issue #5767
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7112 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16 17:12:36 +00:00
kpfleming
e7e1a85da6 minor improvements to backtrace generation notes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7109 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16 00:56:10 +00:00
kpfleming
32181a368f correct typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7100 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-15 19:15:19 +00:00
russell
1a9b411b02 add app exit status vars (issue #5737)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7098 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-15 18:16:46 +00:00
russell
a83209ea26 issue #5709
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7050 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10 23:08:00 +00:00
kpfleming
3addc02585 correct new option documentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7005 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 00:50:13 +00:00
kpfleming
2be61d8a22 issue #5621
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7004 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 00:30:29 +00:00
kpfleming
2786f77f14 document an undocumented variable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6958 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03 21:53:44 +00:00
kpfleming
81116fa432 commit doc file added in issue #4678
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6937 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01 22:03:16 +00:00
kpfleming
cd7ee5f7cd optionally send silence during recording (issue #5135)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6925 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01 17:22:25 +00:00
kpfleming
3021b77d12 add experimental mISDN channel driver (issue #4077)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6910 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31 22:51:12 +00:00
kpfleming
f049081ead various text/formatting updates (issue #5503 plus some minor additions)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6909 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31 22:47:58 +00:00
markster
b15ff02ed2 Add missing documentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6851 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 04:01:11 +00:00
markster
be63291962 Fix various documentation issues (bugs #5464-5467)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6826 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18 21:06:38 +00:00
markster
add0106fc4 The amazing disappearing and reappearing patch... This time with documentation explaining it.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6821 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18 19:16:13 +00:00
kpfleming
c6e253434a document that CLID matching is not available for realtime extensions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6775 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13 23:19:37 +00:00
russell
d3afe5d8d4 remove unused manager header (issue #5438)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6765 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13 21:20:53 +00:00
russell
dbd3b478a5 capitalize dialplan function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6739 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-11 03:49:15 +00:00
russell
e6ae19ccc0 fix ENUMLOOKUP examples (issue #5244)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6625 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-18 22:13:44 +00:00
kpfleming
549f12ba3e doc fixes (issue #5230)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6598 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14 21:23:05 +00:00
kpfleming
fa8ea94c17 extensive ENUM support update, including ENUMLOOKUP() dialplan function (issue #5201 with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6579 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14 01:36:15 +00:00
russell
6b8820b91f add more options (issue #5137)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6527 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07 17:07:56 +00:00
kpfleming
2b16364b05 allow for custom URI options to be set (issue #4927 with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6499 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01 23:01:54 +00:00
kpfleming
ca5334731a add doc on how to create backtraces for debugging (issue #5036)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6467 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-31 03:28:40 +00:00
kpfleming
47d5a35439 switch to 'new' expression parser, remove support for old parser
provide parser files in source tree, so flex/bison are not need to build
update Makefile to use simpler techniques to build parser
update README to remove references to old vs. new parsers
remove version comparison tool used for flex/bison programs


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6420 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26 19:21:57 +00:00
russell
24f6130a48 updates for extensions.txt (bug #5028)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6413 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26 15:24:38 +00:00
kpfleming
7ff52bf0be add optional 'extended ODBC storage' mode (issue #4403)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6404 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-25 03:15:18 +00:00
kpfleming
a17bea4ba4 protocol upgrades
shorter timeout during wait() calls
log channel name in all log messages


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6391 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-24 14:24:55 +00:00
kpfleming
ae309d52dd add ExternalIVR() application
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6317 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-10 23:24:39 +00:00
russell
c9f65e2b7c add info on asterisk.ctl (bug #4864)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6253 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-01 14:55:06 +00:00
kpfleming
34984cd3fd additional documentation of options (bug #4811)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6228 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-26 22:05:50 +00:00
kpfleming
657883bed1 add some basic documentation about asterisk.conf (bug #4758, rewritten)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6211 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25 22:38:54 +00:00