dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

44 Commits

Author SHA1 Message Date
russell 651b63cab6 Merged revisions 45999 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r45999 | russell | 2006-10-23 13:07:45 -0400 (Mon, 23 Oct 2006) | 2 lines

don't crash when an incoming message has no "from" (issue #8205, jmls)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46000 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-23 17:08:53 +00:00
file ec611ece41 Merged revisions 45694 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r45694 | file | 2006-10-19 13:24:40 -0400 (Thu, 19 Oct 2006) | 2 lines

Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@45695 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-19 17:25:43 +00:00
russell 071725d4c4 Merged revisions 44911 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r44911 | russell | 2006-10-12 06:24:36 -0400 (Thu, 12 Oct 2006) | 2 lines

change some debug output to use LOG_DEBUG instead of verbose output

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44912 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-12 10:26:54 +00:00
kpfleming 1a08d9e31b Merged revisions 44378 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r44378 | kpfleming | 2006-10-04 14:47:22 -0500 (Wed, 04 Oct 2006) | 4 lines

update thread creation code a bit
reduce standard thread stack size slightly to allow the pthreads library to allocate the stack+data and not overflow a power-of-2 allocation in the kernel and waste memory/address space
add a new stack size for 'background' threads (those that don't handle PBX calls) when LOW_MEMORY is defined

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44379 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-04 19:51:38 +00:00
mogorman 38f0629886 Merged revisions 44312 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.4

........
r44312 | mogorman | 2006-10-03 17:35:43 -0500 (Tue, 03 Oct 2006) | 2 lines

fix issue with dialing client without resource.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44313 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03 22:36:51 +00:00
mogorman 4a1aaf52ae bug #8076 check option_debug before printing to debug channel.
patch provided in bugnote, with minor changes.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44253 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03 15:53:07 +00:00
mogorman a40ddd9063 44240 same as but without the removing of chan_jingle and such, as I hope to finish jingle support for 1.6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03 00:07:45 +00:00
mogorman fa3f01d95f Merged revisions 43466 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r43466 | mogorman | 2006-09-21 18:50:56 -0500 (Thu, 21 Sep 2006) | 2 lines

updates for better compontent support

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43467 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21 23:55:13 +00:00
mogorman 349f2660ae thats odd, but just in case it happens again i want to see it.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43305 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20 00:39:44 +00:00
mogorman 135d9bf705 fixed timeout issue as well as some other minor issues
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43303 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19 23:57:04 +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
russell 4ce636f34f remove leading space in Packet manager event header
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41849 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-03 15:04:26 +00:00
mogorman 73925ee14a everything that loads a config that needs a config file to run
now reports AST_MODULE_LOAD_DECLINE when loading if config file
is not there, also fixed an error in res_config_pgsql where it 
had a non static function when it should.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41633 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-31 21:00:20 +00:00
kpfleming 8b0c007ad9 merge new_loader_completion branch, including (at least):
- restructured build tree and makefiles to eliminate recursion problems
  - support for embedded modules
  - support for static builds
  - simpler cross-compilation support
  - simpler module/loader interface (no exported symbols)



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 02:11:39 +00:00
mogorman dccd6957dc some code clean up and catch for a act_hook being called
without a packet.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39351 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-08 17:07:41 +00:00
mogorman bb280b04db This patch allows for a user to send messages and
monitor a jabber connection over manager.
patches from 7673 and 7666 with minor changes.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39248 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-07 22:03:50 +00:00
mogorman 62dc1d852b Many many code cleanup changes given to me by Oej
Thanks, sorry I didn't put this in forever ago.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39229 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-07 21:15:28 +00:00
russell 4695043046 eliminate a pointer signedness warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37289 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 07:00:28 +00:00
mogorman 253a1ec7d4 solves issue with bug 7468. but with a patch that works
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37087 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05 20:28:54 +00:00
tilghman 5219625ab2 Missing parenthesis
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36176 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27 15:53:27 +00:00
mogorman 633d18e015 dont copy an id or a message if they dont exist.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36175 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27 14:07:24 +00:00
russell 3b922d11ef handle ast_calloc failure and tweak some formatting to comply with coding
guidelines (issue #7341, casper)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34667 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-18 21:45:48 +00:00
mogorman f4b96e5613 oops moved block without renaming a variable correctly.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33299 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09 18:37:26 +00:00
mogorman c68fb35ad4 convert one of my linked lists to ast_linklist
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33263 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09 16:08:33 +00:00
mogorman 94d99e5654 solves some bugs with memory allocation, and adds
a message stack.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32918 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 22:43:20 +00:00
kpfleming 73c525e6e2 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 18:54:56 +00:00
mogorman 3bc4a99182 fixes some issues with description loggin on presence
as well as some typos.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32675 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06 19:51:26 +00:00
mogorman ce04789775 fix a potential segfault
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32674 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06 19:18:44 +00:00
mogorman 77429f1722 allow presence events to be handled before the
roster is received.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32654 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06 18:51:37 +00:00
mogorman ca198e4c98 fixed autoregister bug.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32634 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06 17:25:07 +00:00
mogorman 61177affb4 oops
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-04 17:00:59 +00:00
mogorman da4994e4b8 solves some issues with jabberstatus app
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32040 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-04 16:56:16 +00:00
mogorman 7066b7cd10 more minor fixes thanks Julian on pointing out
potential problems


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31469 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01 18:48:22 +00:00
mogorman a886139b21 solves bug where reload deleted things it shouldnt have
and adds check into jabberstatus so it cant segfault.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31298 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01 08:22:44 +00:00
mogorman 2a85082c90 adds statusmessage customization from Julian Lyndon-Smith
and fixes bug with pruneregister


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31275 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01 07:49:47 +00:00
file 1229c58da0 Be gone unused res! (issue #7238 reported by casper)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30804 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30 16:10:10 +00:00
mogorman 5a97785f12 reset timeout on reconnect.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30039 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24 19:59:04 +00:00
mogorman a50b49b23e get rid of that transport sillyness
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29848 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 21:28:14 +00:00
mogorman b3ea494fb5 hmm still need a way to get rid of connections
later on.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29847 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 21:18:07 +00:00
mogorman 7c5f693cf4 fixes bug where server goes away.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29825 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 20:25:23 +00:00
mogorman 14dbdd6228 finish cleaning up some more stuff before russell
gets a chance to.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29708 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 16:43:58 +00:00
russell 1e942c53c1 remove another excess "debug" message
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29707 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 16:37:46 +00:00
russell fd300d4738 remove an unnecessary error message that is really an old debug message
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29704 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 16:33:04 +00:00
mogorman 38b24efed1 asterisk-xmpp merge in
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29553 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22 21:12:30 +00:00