[Asterisk-cvs] asterisk ChangeLog,1.27,1.28
russell
russell
Sun Nov 6 10:18:31 CST 2005
- Previous message: [Asterisk-cvs]
asterisk/cdr cdr_csv.c, 1.20, 1.21 cdr_custom.c, 1.14,
1.15 cdr_manager.c, 1.9, 1.10 cdr_odbc.c, 1.34,
1.35 cdr_pgsql.c, 1.23, 1.24 cdr_sqlite.c, 1.10,
1.11 cdr_tds.c, 1.15, 1.16
- Next message: [Asterisk-cvs] asterisk/apps app_adsiprog.c, 1.19,
1.20 app_alarmreceiver.c, 1.19, 1.20 app_authenticate.c, 1.20,
1.21 app_cdr.c, 1.10, 1.11 app_chanisavail.c, 1.26,
1.27 app_chanspy.c, 1.31, 1.32 app_controlplayback.c, 1.19,
1.20 app_curl.c, 1.15, 1.16 app_cut.c, 1.19,
1.20 app_datetime.c, 1.7, 1.8 app_db.c, 1.17, 1.18 app_dial.c,
1.180, 1.181 app_dictate.c, 1.10, 1.11 app_directed_pickup.c,
1.7, 1.8 app_directory.c, 1.49, 1.50 app_disa.c, 1.41,
1.42 app_dumpchan.c, 1.14, 1.15 app_echo.c, 1.15,
1.16 app_enumlookup.c, 1.25, 1.26 app_eval.c, 1.10,
1.11 app_exec.c, 1.9, 1.10 app_externalivr.c, 1.14,
1.15 app_festival.c, 1.37, 1.38 app_flash.c, 1.9,
1.10 app_forkcdr.c, 1.15, 1.16 app_getcpeid.c, 1.11,
1.12 app_groupcount.c, 1.25, 1.26 app_hasnewvoicemail.c, 1.21,
1.22 app_ices.c, 1.12, 1.13 app_image.c, 1.12,
1.13 app_intercom.c, 1.26, 1.27 app_ivrdemo.c, 1.12,
1.13 app_lookupblacklist.c, 1.13, 1.14 app_lookupcidname.c,
1.11, 1.12 app_macro.c, 1.32, 1.33 app_math.c, 1.17,
1.18 app_md5.c, 1.12, 1.13 app_meetme.c, 1.120,
1.121 app_milliwatt.c, 1.15, 1.16 app_mixmonitor.c, 1.13,
1.14 app_mp3.c, 1.31, 1.32 app_nbscat.c, 1.15,
1.16 app_osplookup.c, 1.14, 1.15 app_page.c, 1.10,
1.11 app_parkandannounce.c, 1.21, 1.22 app_playback.c, 1.24,
1.25 app_privacy.c, 1.20, 1.21 app_queue.c, 1.175,
1.176 app_random.c, 1.12, 1.13 app_read.c, 1.27,
1.28 app_readfile.c, 1.12, 1.13 app_realtime.c, 1.16,
1.17 app_record.c, 1.43, 1.44 app_sayunixtime.c, 1.14,
1.15 app_senddtmf.c, 1.15, 1.16 app_sendtext.c, 1.13,
1.14 app_setcallerid.c, 1.14, 1.15 app_setcdruserfield.c, 1.12,
1.13 app_setcidname.c, 1.15, 1.16 app_setcidnum.c, 1.15,
1.16 app_setrdnis.c, 1.10, 1.11 app_settransfercapability.c,
1.10, 1.11 app_skel.c, 1.17, 1.18 app_sms.c, 1.30,
1.31 app_softhangup.c, 1.13, 1.14 app_sql_postgres.c, 1.17,
1.18 app_striplsd.c, 1.10, 1.11 app_substring.c, 1.15,
1.16 app_system.c, 1.22, 1.23 app_talkdetect.c, 1.17,
1.18 app_test.c, 1.16, 1.17 app_transfer.c, 1.18,
1.19 app_txtcidname.c, 1.22, 1.23 app_url.c, 1.15,
1.16 app_userevent.c, 1.11, 1.12 app_verbose.c, 1.9,
1.10 app_voicemail.c, 1.261, 1.262 app_waitforring.c, 1.10,
1.11 app_waitforsilence.c, 1.12, 1.13 app_while.c, 1.14,
1.15 app_zapateller.c, 1.14, 1.15 app_zapbarge.c, 1.14,
1.15 app_zapras.c, 1.16, 1.17 app_zapscan.c, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv2786
Modified Files:
ChangeLog
Log Message:
issue #5605
Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ChangeLog 6 Nov 2005 14:30:53 -0000 1.27
+++ ChangeLog 6 Nov 2005 15:09:46 -0000 1.28
@@ -4,6 +4,7 @@
* channels/chan_iax2.c: Use an enum to define iax peer/user flags as well as the pvt structure state. Use the ast_flags macros for checking or setting the state.
* sounds.txt: Add missing words from the description of the vm-opts prompt
* apps/app_externalivr.c: Add a space that fixes building on older versions of gcc
+ * many files: Add doxygen updates to categorize modules into groups. Convert a lot of comments over to doxygen style. Add some text giving a basic overview of channels.
2005-11-05 Kevin P. Fleming <kpfleming at digium.com>
- Previous message: [Asterisk-cvs]
asterisk/cdr cdr_csv.c, 1.20, 1.21 cdr_custom.c, 1.14,
1.15 cdr_manager.c, 1.9, 1.10 cdr_odbc.c, 1.34,
1.35 cdr_pgsql.c, 1.23, 1.24 cdr_sqlite.c, 1.10,
1.11 cdr_tds.c, 1.15, 1.16
- Next message: [Asterisk-cvs] asterisk/apps app_adsiprog.c, 1.19,
1.20 app_alarmreceiver.c, 1.19, 1.20 app_authenticate.c, 1.20,
1.21 app_cdr.c, 1.10, 1.11 app_chanisavail.c, 1.26,
1.27 app_chanspy.c, 1.31, 1.32 app_controlplayback.c, 1.19,
1.20 app_curl.c, 1.15, 1.16 app_cut.c, 1.19,
1.20 app_datetime.c, 1.7, 1.8 app_db.c, 1.17, 1.18 app_dial.c,
1.180, 1.181 app_dictate.c, 1.10, 1.11 app_directed_pickup.c,
1.7, 1.8 app_directory.c, 1.49, 1.50 app_disa.c, 1.41,
1.42 app_dumpchan.c, 1.14, 1.15 app_echo.c, 1.15,
1.16 app_enumlookup.c, 1.25, 1.26 app_eval.c, 1.10,
1.11 app_exec.c, 1.9, 1.10 app_externalivr.c, 1.14,
1.15 app_festival.c, 1.37, 1.38 app_flash.c, 1.9,
1.10 app_forkcdr.c, 1.15, 1.16 app_getcpeid.c, 1.11,
1.12 app_groupcount.c, 1.25, 1.26 app_hasnewvoicemail.c, 1.21,
1.22 app_ices.c, 1.12, 1.13 app_image.c, 1.12,
1.13 app_intercom.c, 1.26, 1.27 app_ivrdemo.c, 1.12,
1.13 app_lookupblacklist.c, 1.13, 1.14 app_lookupcidname.c,
1.11, 1.12 app_macro.c, 1.32, 1.33 app_math.c, 1.17,
1.18 app_md5.c, 1.12, 1.13 app_meetme.c, 1.120,
1.121 app_milliwatt.c, 1.15, 1.16 app_mixmonitor.c, 1.13,
1.14 app_mp3.c, 1.31, 1.32 app_nbscat.c, 1.15,
1.16 app_osplookup.c, 1.14, 1.15 app_page.c, 1.10,
1.11 app_parkandannounce.c, 1.21, 1.22 app_playback.c, 1.24,
1.25 app_privacy.c, 1.20, 1.21 app_queue.c, 1.175,
1.176 app_random.c, 1.12, 1.13 app_read.c, 1.27,
1.28 app_readfile.c, 1.12, 1.13 app_realtime.c, 1.16,
1.17 app_record.c, 1.43, 1.44 app_sayunixtime.c, 1.14,
1.15 app_senddtmf.c, 1.15, 1.16 app_sendtext.c, 1.13,
1.14 app_setcallerid.c, 1.14, 1.15 app_setcdruserfield.c, 1.12,
1.13 app_setcidname.c, 1.15, 1.16 app_setcidnum.c, 1.15,
1.16 app_setrdnis.c, 1.10, 1.11 app_settransfercapability.c,
1.10, 1.11 app_skel.c, 1.17, 1.18 app_sms.c, 1.30,
1.31 app_softhangup.c, 1.13, 1.14 app_sql_postgres.c, 1.17,
1.18 app_striplsd.c, 1.10, 1.11 app_substring.c, 1.15,
1.16 app_system.c, 1.22, 1.23 app_talkdetect.c, 1.17,
1.18 app_test.c, 1.16, 1.17 app_transfer.c, 1.18,
1.19 app_txtcidname.c, 1.22, 1.23 app_url.c, 1.15,
1.16 app_userevent.c, 1.11, 1.12 app_verbose.c, 1.9,
1.10 app_voicemail.c, 1.261, 1.262 app_waitforring.c, 1.10,
1.11 app_waitforsilence.c, 1.12, 1.13 app_while.c, 1.14,
1.15 app_zapateller.c, 1.14, 1.15 app_zapbarge.c, 1.14,
1.15 app_zapras.c, 1.16, 1.17 app_zapscan.c, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list