dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

9364 Commits

Author SHA1 Message Date
north d417e51f78 Remove "initialization from incompatible pointer type" warnings.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38010 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 22:48:00 +00:00
north 3898789c02 Fix a few doxygen warnings.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38009 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 22:40:36 +00:00
russell e0a9b2f295 add menuselect_stub.c to deps list
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38000 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 21:52:59 +00:00
russell 23dc3c4f46 add notes on the changes to music on hold handling
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37999 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 21:07:14 +00:00
kpfleming 6049bb6539 merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 20:44:39 +00:00
kpfleming 28df168d0f make installation of French and Spanish sounds work properly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37974 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 18:50:55 +00:00
kpfleming 37874878f5 use new sound file version
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37973 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 18:33:14 +00:00
markster 78b6c335ee Fix some reinitialization of prev!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37953 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 17:26:47 +00:00
kpfleming 4bf77fda2f restore buildability
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37952 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 17:21:33 +00:00
kpfleming 5bc0cc9b00 Merged revisions 37949 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37949 | kpfleming | 2006-07-19 12:10:10 -0500 (Wed, 19 Jul 2006) | 2 lines

ensure that global 'maxauthreq' is reset to zero during 'reload'

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37951 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 17:16:25 +00:00
kpfleming 9d9ce16b98 restore buildability (bad marko!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37950 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 17:16:08 +00:00
kpfleming 279f202776 revert this morning's incorrect indentation change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37937 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 13:50:19 +00:00
markster b972e7626d First pass at in-place file manipulation via manager
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37936 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 13:28:38 +00:00
murf 0a1d33454c committing a fix for colons in goto arguments and suppressing operator messages in globals assignments.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37925 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 02:55:24 +00:00
rizzo 3f1dfedf60 move variable declarations to the beginning of a block.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37907 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-18 21:19:59 +00:00
markster f15293c34d Eliminate file descriptor leak in built in HTTP server
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37896 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-18 20:26:38 +00:00
file 1e12d4e1df Expand speech API so that the developer can interact with the engine more directly and use specific functions of the connector even if a generic API call is not available
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37881 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-18 16:22:26 +00:00
russell 1dc3bbe403 Merged revisions 37856 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37856 | russell | 2006-07-17 20:41:47 -0400 (Mon, 17 Jul 2006) | 2 lines

don't crash if the frame has no data, but has a src

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37857 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-18 00:43:57 +00:00
russell cb1944f8fa if asked to duplicate a frame that has no data, don't set the frame's data
pointer past the end of the buffer allocated for the new frame


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37830 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-17 23:31:24 +00:00
russell 0b07fa3b77 Blocked revisions 37828 via svnmerge
........
r37828 | russell | 2006-07-17 19:25:33 -0400 (Mon, 17 Jul 2006) | 3 lines

if asked to duplicate a frame that has no data, don't set the frame's data
pointer past the end of the allocatted buffer for the new frame

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37829 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-17 23:26:22 +00:00
tilghman 8b48657b0b Blocked revisions 37808 via svnmerge
........
r37808 | tilghman | 2006-07-17 17:36:56 -0500 (Mon, 17 Jul 2006) | 2 lines

Backport buffer increase to 1.2

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37809 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-17 22:39:02 +00:00
tilghman cb6fe39e9b H.263 frames can apparently be larger than was originally coded.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37785 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-17 16:31:43 +00:00
tilghman 4b6aacc5fd Merged revisions 37765 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37765 | tilghman | 2006-07-17 10:52:15 -0500 (Mon, 17 Jul 2006) | 2 lines

Overflow bad

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37766 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-17 15:56:16 +00:00
markster ec03f69ba1 Make app_meetme's do_invite more generic.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37755 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-17 02:17:38 +00:00
rizzo 04512adb49 use a couple of variables to remove duplicate definitions
of the various rules for the NOISY/!NOISY cases.

Approved by: kevin



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37744 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-16 22:24:39 +00:00
russell 01a8d0a67b add a QueueLog application that allows for custom entries in the queue_log
(issue #7368, by stevedavies with some modifications)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37734 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-16 19:36:29 +00:00
russell 72c0317f24 malloc + memset to ast_calloc
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37733 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-16 19:35:09 +00:00
rizzo 792bd16a38 typo LDFAGS -> LDFLLAGS
detected by: noisy build on FreeBSD



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37719 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-16 13:01:48 +00:00
tilghman 3c43898570 Merged revisions 37691 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37691 | tilghman | 2006-07-15 18:29:28 -0500 (Sat, 15 Jul 2006) | 4 lines

Bug 7513 - ensure that each time we do a query, the results are returned in the
same logical order, so that when we iterate over the list, we get all results,
not some results repeated, due to insufficient sorting.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37692 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-15 23:35:21 +00:00
north c9709eb2b3 case consistency in DISA (or is it "disa"?)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37682 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-15 21:56:58 +00:00
kpfleming 7df99fe12d update configure script with new curl version test
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37680 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-15 21:41:40 +00:00
tilghman e63bd04ff0 Move curl version test to autoconf script
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37678 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-15 21:39:26 +00:00
kpfleming f3b8ad2720 add comments on what special variables are for
put library path into proper variable for *BSD


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37670 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-15 20:12:28 +00:00
north c3355ff130 oops?
This should've been 5 chars..


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37669 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-15 20:02:20 +00:00
kpfleming 51482ed964 more Makefile cleanup and consistency stuff
don't reuse LIBS variable from top-level Makefile (oops)
build Asterisk binary after subdirs (preparing for embedded modules)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37661 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-15 19:59:35 +00:00
kpfleming 661a4f572c use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if needed (although none do today)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37653 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-15 16:40:05 +00:00
kpfleming 18ef9dd960 update to autoconf 2.60 version
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37652 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-15 16:39:17 +00:00
north b929255c52 config sample for the previous, regarding ADSI
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37644 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14 21:49:40 +00:00
north b18aa7c3fb There was an issue with ADSI and iax2, where on an iaxy with a normal phone connected,
in vm_authenticate, it was try to start ADSI on the channel, and it WOULD because it
  was "supported", according to the iaxy.  There is now a config option (adsi=yes) for
  this, which defaults to no.  (config sample coming shortly)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37643 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14 21:49:20 +00:00
russell 57db0e620b add missing unregistration of a manager action on module unload
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37638 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14 21:02:55 +00:00
north 668f726c39 Rename a couple variables, to be consistent with the rest of the functions
Abstract out some common code into a single function

With the recent scheduler "issues", it pointed out a few things I might have been missing,
  so I added some rudimentary vrtp and rtcp stuff

General cleanup...


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37629 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14 20:14:38 +00:00
tilghman 91e87fec3e Merged revisions 37612 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37612 | tilghman | 2006-07-14 08:31:11 -0500 (Fri, 14 Jul 2006) | 2 lines

Bug 7526 - previous commit broke app_sms

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37613 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14 13:34:25 +00:00
tilghman 7e03bd8388 Whitespace fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37604 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14 06:03:41 +00:00
tilghman 1ab2031050 Whitespace fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37596 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14 05:42:06 +00:00
russell d4da764a7a fix some typos in the conversion from the old SOONER macro to ast_tvcmp
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37586 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13 22:03:47 +00:00
kpfleming 8797054ad9 Merged revisions 37571 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r37571 | kpfleming | 2006-07-13 16:22:11 -0500 (Thu, 13 Jul 2006) | 2 lines

don't fail/abort if the message category sound file cannot be played, just generate a warning message and continue message playback

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37572 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13 21:23:11 +00:00
kpfleming 0e88851fbf swap the G726-32 format numbers, so that IAX2 connections with prior versions of Asterisk will still work properly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13 20:39:34 +00:00
kpfleming 86a49ee861 actually make the non-standard G726-32 behavior available for SIP clients
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13 20:35:41 +00:00
tilghman 3d8e4cb4ba Whitespace fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37563 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13 20:14:27 +00:00
russell f4ce79a5cf Blocked revisions 37546 via svnmerge
........
r37546 | russell | 2006-07-13 14:44:17 -0400 (Thu, 13 Jul 2006) | 3 lines

yeah, ummm...  This frame pointer should not be static.  This situation only
exists in 1.2 (pointed out by Constantine Filin on the asterisk-dev mailing list)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37547 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13 18:45:21 +00:00