dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

9650 Commits

Author SHA1 Message Date
mattf e61c86f66a Let's try this out. Seems silly, but we'll try it anyways
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43273 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19 16:25:21 +00:00
mogorman d5df46a93e similar patch for verbose vs debug with minor changes
bug 2617


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43272 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19 16:23:45 +00:00
mogorman a4b9dfccb4 blocking version 43269 from being pushed into trunk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43271 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19 16:23:03 +00:00
file defea1a6a4 Warning be gone!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43264 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19 15:36:25 +00:00
file 6433ea9781 Improve output of sip show peers (issue #6624 reported by mavetju with minor code changes by myself)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43263 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19 15:23:39 +00:00
qwell da80d436ca Let's order these better..
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43259 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19 14:24:14 +00:00
qwell 2dd4535e10 Add a few more 'generic' platforms
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43258 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19 14:19:54 +00:00
qwell d275c13edc be a little more consistent with our variable usage
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43257 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19 14:16:12 +00:00
kpfleming e3f9e0540a restore ability for Makefiles to use 'generic' platform names when needed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43256 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19 14:04:15 +00:00
tilghman 50f9b9ec83 Merged revisions 43248 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r43248 | tilghman | 2006-09-19 07:28:55 -0500 (Tue, 19 Sep 2006) | 2 lines

cid is passed to a destructive function; thus a copy is needed (issue 7961)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43249 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19 12:30:17 +00:00
qwell 4560e87bd1 This totally worked when I tested it...
Reverting for now..


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43245 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 23:59:23 +00:00
qwell 360679cc3c This was silly. Nowhere else do we use [ or [[
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43244 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 23:37:25 +00:00
mogorman c37364c1a8 allow for packetization on rtp channel drivers, need to add
option for setting our own packetization as apposed to just doing 
what is asked.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43243 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 23:32:57 +00:00
qwell d4544fc830 Change the includes to work on FreeBSD
Linux has sys/soundcard.h, which does a #include <linux/soundcard.h>


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43240 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 22:35:40 +00:00
kpfleming 4f02a921dc don't need two copies of this
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43239 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 22:14:09 +00:00
kpfleming 8133da5937 a little cleanup and simplification, and remove ON_FIRST_USE mode since nobody uses it
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43237 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 22:05:53 +00:00
qwell 176575e280 u_intXX_t is silly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43236 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 22:02:04 +00:00
qwell d8e2b10504 Only use alloca.h on OSes that have it.
Reported by jontow on IRC in #asterisk-dev


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43230 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 21:24:50 +00:00
oej 0d1db7fc15 Merging patch from 1.2 - Issue #7682
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43221 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 20:13:14 +00:00
kpfleming c72149025b always use fork() when available
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43216 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 19:58:27 +00:00
qwell 094036c996 We have autoconf...let's actually use it.
(note, M4 wasn't used, so...bye)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43215 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 19:57:09 +00:00
oej 93d304cc00 Issue #7351 - sending CANCEL when the call at some point has been in UP state is wrong.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43214 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 19:56:44 +00:00
kpfleming 832b801856 revert this since, since some unnamed platforms are silly about it :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43213 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 19:54:46 +00:00
kpfleming 5aacb6a82d merge qwell's CLI verbification work
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43212 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 19:54:18 +00:00
kpfleming 4de5810a05 handle config.guess name for FreeBSD properly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43208 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 19:30:10 +00:00
kpfleming 2f8e7d0e35 it appears that current Mac OS/X does not need the poll compatibility module at all, and platforms that do need it also need -DPOLLCOMPAT (or they wouldn't have compiled at all)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43207 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 19:20:24 +00:00
qwell f0a2f5b1cf escape some quotes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43205 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 19:08:40 +00:00
file 86607a2098 Reference will be kept in the application component only right now. In the future this should be expanded to the channel driver (just like all the other channel drivers) (issue #7975 reported by andrewt)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43199 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 17:37:44 +00:00
mogorman 86fb317359 seperate jingle and gtalk so it will be easier to track
changes in both of the moving specs.  Currently chan_gtalk is 
compatible with the latest gtalk/libjingle version, and chan_jingle
needs a lot of work.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43185 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 16:36:14 +00:00
kpfleming 84ff6b300b minor performance improvement for platforms where -fPIC and -fpic are actually different (has no effect on x86/x86-64)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43166 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 15:54:57 +00:00
murf ae554f3370 Clarified the meaning of the callwaiting variable in the zapata.conf file.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43165 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 15:44:18 +00:00
file 2efe13e981 Blocked revisions 43163 via svnmerge
........
r43163 | file | 2006-09-18 11:30:26 -0400 (Mon, 18 Sep 2006) | 2 lines

Add deprecation notice about app_math (issue #7957 reported by k-egg)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43164 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 15:32:08 +00:00
file ad75968657 Use a better check to ensure database connection is up (pointer to connection must exist, and connection must report status being ok) (issue #7955 reported by sorg)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43162 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 15:15:33 +00:00
file 601bcf0ac3 Merged revisions 43159 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r43159 | file | 2006-09-18 11:05:39 -0400 (Mon, 18 Sep 2006) | 2 lines

Add number unobtainable tone for New Zealand (issue #7969 reported by nic_bellamy)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43161 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 15:07:59 +00:00
tilghman ddea09a966 Remove the suggestion of realtime hints, since that functionality will not be available until post-1.4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43147 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 14:53:54 +00:00
markster 62a6284499 Improve documentation of users.conf items.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43135 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18 05:40:17 +00:00
qwell 1880ea345f remove a bit of redundant code
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43123 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-17 23:04:48 +00:00
qwell dbd0a09354 Skinny hold support.
Original patch by wedhorn, with modifications by me.
Issue #7588


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43111 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-17 22:24:27 +00:00
qwell 846c494c89 Get rid of all the useless (and confusing) typedefs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43099 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-17 21:58:04 +00:00
tilghman d9a203dd9d Merged revisions 43072 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r43072 | tilghman | 2006-09-17 08:54:34 -0500 (Sun, 17 Sep 2006) | 3 lines

Directory used the wrong context for delivery of 0- and *- keypresses
(according to Directory's own documentation) - Issue 7965

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43075 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-17 14:00:39 +00:00
kpfleming 5c0e56df21 merge markster's usersconf branch with some slight changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-16 23:53:58 +00:00
markster 5b13041e0f Fix the dtmf dialtone thing
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43039 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-16 21:45:35 +00:00
tilghman 9e59e6756a Merged revisions 43019 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r43019 | tilghman | 2006-09-16 02:57:04 -0500 (Sat, 16 Sep 2006) | 2 lines

When a realtime peer expires, reset the ipaddress in the realtime database back to 0 (Issue 6656)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43024 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-16 08:10:55 +00:00
tilghman 4ba23c8dc4 Merged revisions 43003 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r43003 | tilghman | 2006-09-15 23:44:02 -0500 (Fri, 15 Sep 2006) | 2 lines

When the marked user enters the conference, we should no longer timeout

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43008 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-16 05:43:54 +00:00
qwell fe9ed45b05 Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.c
Every OS uses strcompat now - this was done on purpose.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42982 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-15 17:16:00 +00:00
anthonyl 8d0211a11e reveting modifaction to __ast_module_user_remove
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42965 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-15 05:00:27 +00:00
tilghman fae908b385 Merged revisions 42946 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r42946 | tilghman | 2006-09-14 17:16:31 -0500 (Thu, 14 Sep 2006) | 2 lines

Error message references wrong argument (Issue 7951)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42947 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-14 22:18:07 +00:00
tilghman ce28570f23 Revise documentation to state that mpg123 for music on hold is deprecated.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42929 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-14 13:57:40 +00:00
file 72f5cefffd Tweak changes that went in on revision 42891
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42910 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-13 22:45:44 +00:00
tilghman c51f811db8 Blocked revisions 42892 via svnmerge
........
r42892 | tilghman | 2006-09-13 14:51:24 -0500 (Wed, 13 Sep 2006) | 2 lines

Backport bugfix patch from 7918 to 1.2 - msg_cfg destroyed before used

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42893 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-13 19:52:20 +00:00