information Asterisk® is the most popular and extensible open source telephone system in the world, offering flexibility, functionality and features not available in advanced, high-end (high-cost) proprietary business systems. Asterisk® is a complete IP PBX (private branch exchange) for businesses, and can be downloaded for free. syndicateUTC clock | event counters The last message was received 2.92 years ago at 21:41 on Oct 02, 2007 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 7582 messages since the first one, 3.68 years ago, for an average of 4.25 hours between messages recent messages date | project | content | link |
|---|
| 21:41 on Oct 02, 2007 | asterisk.org | Commit by mattf on trunk :: r 101 libss7/ (isup.c parser_debug.c): ( link) Add a fix in the dump code for incorrectly sized parameter, as well as an addition to the parser debug code | # | | 21:28 on Oct 02, 2007 | asterisk.org | Commit by mattf on trunk :: r 100 libss7/ (Makefile parser_debug.c): ( link) Add a parser debug utility | # | | 00:12 on Sep 29, 2007 | asterisk.org | Commit by juggie on branch-juggie/asterisk-addons-NoLossCDR :: r 454 asterisk-addons/cdr_addon_mysql.c: ( link) port cdr_mysql to cdr noloss model | # | | 23:39 on Sep 28, 2007 | asterisk.org | Commit by juggie on branch-juggie/asterisk-addons-NoLossCDR :: r 453 asterisk-addons/: ( link) initial nolosscdr commit for asterisk addons | # | | 16:34 on Sep 25, 2007 | asterisk.org | Commit by phsultan on trunk :: r 83804 asterisk/res/res_jabber.c: ( link) Added a CLI command that shows our buddy list, as suggested by Daniel McKeehan, thanks! | # | | 14:18 on Sep 25, 2007 | asterisk.org | Commit by tilghman on trunk :: r 83774 asterisk/main/app.c: ( link) Merged revisions 83773 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4........ r83773 | tilghman | 2007-09-25 09:13:25 -0500 (Tue, 25 Sep 2007) | 2 lines jmls pointed out that unsetting the group and setting the group to the blank string aren't quite the same. ........ | # | | 14:13 on Sep 25, 2007 | asterisk.org | Commit by tilghman on branch-1.4 :: r 83773 asterisk/main/app.c: ( link) jmls pointed out that unsetting the group and setting the group to the blank string aren't quite the same. | # | | 13:41 on Sep 25, 2007 | asterisk.org | Commit by file on trunk :: r 83758 asterisk/res/ael/pval.c: ( link) Fix minor memory leak in pval.c. Overwriting a value without freeing the previous result is bad, mmmk? | # | | 09:07 on Sep 25, 2007 | asterisk.org | Commit by phsultan on trunk :: r 83743 asterisk/ (2 files in 2 dirs): ( link) Comply with latest XEP-0166, XEP-0167, XEP-0176.
No real Jingle implementation being available, testing was made using two Asterisk servers relaying SIP calls over their Jingle channels:
SIP Phone 1 --- [chan_sip]Asterisk 1[chan_jingle] --- [chan_jingle]Asterisk 2[chan_sip] --- SIP Phone 2
Thus, it was possible to test the code in both ways, and make the Jingle channel comply with the latest specifications. No sound available yet.
Main modifications include : - modified the 'jingle_candidate' structure and the 'jingle_create_candidates' function according to XEP-0176 ;
- modified the 'jingle_action' function in order to properly terminate a Jingle session, in conformance with XEP-0166 ;
- modified username format used in STUN requests ;
- actually make the bindaddr configuration field useable. Todo :
- set audio paths up (no native bridging) ;
- make the CLI gtalk functions available to jingle ;
- clean up the storage space used in strings.
| # | | 08:09 on Sep 25, 2007 | asterisk.org | Commit by russell on trunk :: r 83741 asterisk/utils/Makefile: ( link) Add some files to the utils directory svn:ignore and Makefile clean target (closes issue #10808, reported by mvanbaak) | # | | 22:06 on Sep 24, 2007 | asterisk.org | Commit by tilghman on trunk :: r 83726 asterisk/ (Makefile main/asterisk.c): ( link) Permit custom locations for astdb and the keys directory (though default to the current locations) (Closes issue #10267) | # | | 19:59 on Sep 24, 2007 | asterisk.org | Commit by bkruse on branch-asterisknow :: r 1635 asterisk-gui/: ( link) | # | | 19:58 on Sep 24, 2007 | asterisk.org | Commit by bkruse on trunk :: r 1634 asterisk-gui/: ( link) | # | | 19:56 on Sep 24, 2007 | asterisk.org | Commit by bkruse on branch-1.4 :: r 1633 asterisk-gui/: ( link) setting the proper svn:executable for the scripts directory. | # | | 18:23 on Sep 24, 2007 | asterisk.org | Commit by mattf on trunk :: r 3093 zaptel/wct4xxp/base.c: ( link) Remove that option for cases of potential data corruption | # | | 17:29 on Sep 24, 2007 | asterisk.org | Commit by tilghman on trunk :: r 83696 asterisk/build_tools/make_defaults_h: ( link) Merged revisions 83695 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4........ r83695 | tilghman | 2007-09-24 12:22:08 -0500 (Mon, 24 Sep 2007) | 4 lines In the source, keys are relative to the datadir, not varlib (which is the same in most cases, but it's good to be accurate). Closes issue #10811 ........ | # | | 17:22 on Sep 24, 2007 | asterisk.org | Commit by tilghman on branch-1.4 :: r 83695 asterisk/build_tools/make_defaults_h: ( link) In the source, keys are relative to the datadir, not varlib (which is the same in most cases, but it's good to be accurate). Closes issue #10811 | # | | 17:10 on Sep 24, 2007 | asterisk.org | Commit by dhubbard on trunk :: r 83671 asterisk/ (2 files in 2 dirs): ( link) merged jcmoore's patch for configurable SDP origin-field username and session field, closes issue# 10795 | # | | 17:00 on Sep 24, 2007 | asterisk.org | Commit by mmichelson on trunk :: r 83656 asterisk/apps/app_queue.c: ( link) interface_exists_global was never returning 1. Most likely an error from my merge on Friday.
(closes issue #10817, reported and patched by snar, patch simplified by me) | # | | 16:42 on Sep 24, 2007 | asterisk.org | Commit by tilghman on trunk :: r 83655 asterisk/: ( link) Blocked revisions 83653 via svnmerge
........ r83653 | tilghman | 2007-09-24 11:37:52 -0500 (Mon, 24 Sep 2007) | 2 lines
Oops. Removed the unworkable workaround. This note should never have been in the release.
........ | # |
|