dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

6484 Commits

Author SHA1 Message Date
kpfleming dc76ba74df Merged revisions 7285,7299,7310,7329 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7285 | tilghman | 2005-12-02 15:12:05 -0600 (Fri, 02 Dec 2005) | 2 lines

Turn on executable bits for startup scripts, and fix bash var interpolation for Mandrake

........
r7299 | oej | 2005-12-02 19:24:40 -0600 (Fri, 02 Dec 2005) | 2 lines

Documenting the default registerattempts setting as 0, continue hammering the server for ever and ever ;-)

........
r7310 | tilghman | 2005-12-03 13:55:05 -0600 (Sat, 03 Dec 2005) | 3 lines

Bug 5925: check for "Unknown", as that's what app_voicemail puts into the field for Unknown callerid
Also, remove useless res checks (initialized to 0; never set)

........
r7329 | kpfleming | 2005-12-04 12:03:07 -0600 (Sun, 04 Dec 2005) | 2 lines

use a more efficient way to get the revision number, that will also report if the working copy contains uncommitted modifications

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7330 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-04 18:12:52 +00:00
russell f83be60242 add some missing prototypes and don't use caps for the sip debug defines since
they are not constants


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7328 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-04 17:28:02 +00:00
russell b7bb984340 clean up some compiler warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7327 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-04 15:28:48 +00:00
russell 18c7099e31 add the 'sip debug' options to the set of global flags and fix some compiler warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7319 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-03 23:35:15 +00:00
tilghman 4f21a12d58 Merging from 1.2, bug 5925 - app_voicemail should check for the callerid it sets for unknown
Also, remove unnecessary res checks (initialized to 0; never set)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7313 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-03 20:20:51 +00:00
tilghman 3365b1cc9f Bug 5858 - Make the chanvars.c functions return a 'const char *'
This should prevent us from unintentionally changing variable
values when they're returned from pbx_builtin_getvar_helper.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7304 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-03 19:25:33 +00:00
mattf a3c74f33dd Fix all the warnings and errors for PRI to go to more logical places
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7294 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-02 23:52:00 +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 3b0d8d21f5 Merged revisions 7257 via svnmerge from
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: http://svn.digium.com/svn/asterisk/trunk@7258 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01 19:27:49 +00:00
kpfleming f32cc31c35 configure trunk for merging fixes from 1.2 branch
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7256 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01 19:18:18 +00:00
mattf ceafc46bc4 Add app to send pri keypad facility digits during a call
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7254 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01 18:52:24 +00:00
russell 5aa2136eb9 use ast_app_separate_args to split arguments (issue #5686)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7250 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01 02:32:10 +00:00
russell 775a201d8f fix queue weight feature - compare member interfaces instead of pointers to
the members, since each queue has its own list of members. (issue #5863)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7248 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01 01:17:41 +00:00
russell f9d38896fe use '=' instead of '==' for string comparisons. /bin/bash is ok with this, but
/bin/sh is not.  (issue #5885)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7246 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01 00:43:17 +00:00
russell a4e5a97349 remove outdated redhat init script and provide the updated one in 'make rpm' (issue #5786)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7243 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 21:30:18 +00:00
russell e6d65d23a7 Comment out LD_ASSUME_KERNEL by default.
Print error messages if asterisk executable or the asterisk configuration
directory is not found. (issue #5785, #5708)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7241 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 21:22:38 +00:00
russell 5dcfa0427f use app arg parsing macros (issue #5678)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7239 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 20:15:36 +00:00
russell d3eab04fc9 use app arg parsing macros (issue #5681)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7238 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 20:09:58 +00:00
russell b3cdd0dfe4 use app arg parsing macros (issue #5690)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7237 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 19:53:05 +00:00
russell d73c8489c1 use app arg parsing macros (issue #5679)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7236 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 19:38:54 +00:00
russell 8e67fa9daa convert VMCOUNT function to use new app args parsing macros (issue #5688)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7235 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 19:20:28 +00:00
russell d8edf984a5 do not allow an rtp message with zero type (issue #5749)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7232 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 14:24:50 +00:00
russell b1b8d69467 print an error message if invalid arguments are specified (issue #5872)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7230 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 05:29:36 +00:00
russell 412f5380a1 add description of the fromdomain option (issue #5874)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7229 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 05:26:29 +00:00
twisted ae48a402d8 issue #5887
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7225 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 03:35:24 +00:00
kpfleming dd5cbe5023 free write frames when spy queues provide frames that don't need to be dup'd
properly lock and trigger spies when detaching them en masse


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7223 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 03:16:53 +00:00
kpfleming 2bad44c90f move mkpkgconfig script where it belongs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7222 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 02:00:49 +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 6c54a7cf87 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:09:49 +00:00
russell 19ef63026b remove duplicate list of cdr variable names (issue #5865)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7217 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29 05:45:35 +00:00
russell 7a9346f593 fix some typos and add the reload function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7215 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29 04:41:19 +00:00
russell 8712676ca8 Add a minor optimization to CLI tab completion functions for channels.
Also, clean up some formatting and coding guidelines issues.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7214 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29 04:25:28 +00:00
kpfleming df153f911b make version-string computation based on SVN branch/revision numbers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7207 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-28 03:59:39 +00:00
markster 1c4a890242 Record DIALEDTIME on incomplete calls, update description (bug #5862)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7198 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-25 19:59:46 +00:00
markster be1ababe30 Fix hint case sensitivity (bug #5856)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7197 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-25 19:52:30 +00:00
russell 3d4721b2ae issue #5850
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7195 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-25 14:13:54 +00:00
russell 2965268104 issue #5828
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7192 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23 05:58:41 +00:00
twisted affd985bf2 issue #5826
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7188 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23 05:03:42 +00:00
twisted b6ad9ac7c9 issue #5829
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7187 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23 04:46:12 +00:00
kpfleming f58f39b864 remove extraneous header
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7185 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 19:33:33 +00:00
kpfleming 858df9dd87 fix port number handling in peer building functions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7182 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 19:27:26 +00:00
kpfleming d4f49b35f2 proper entry formatting (doh!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7181 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 19:24:43 +00:00
kpfleming 375364ec0b fix a bug found during a recent upgrade
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7180 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 19:20:26 +00:00
twisted bd1c9ddc3b Re-add explicit poll support for Darwin, as without it, rasterisk (or asterisk -r) is broken under Darwin.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7172 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 15:09:31 +00:00
russell 4c7ca73eba issue #5789
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7171 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 13:41:28 +00:00
russell 473d194b6e don't hardcode poll.o for Darwin
fix incorrect portion of patch from yesterday's Solaris fixes


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7168 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 13:21:18 +00:00
russell a262b33801 issue #5815
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7166 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 13:04:36 +00:00
russell 073636f2ec issue #5775
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7164 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 02:30:37 +00:00