[Asterisk-cvs] asterisk/funcs func_enum.c,1.3,1.4
russell
russell
Tue Oct 18 17:12:55 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/doc README.sms,1.1,1.2
- Next message: [Asterisk-cvs] asterisk/apps app_adsiprog.c, 1.15,
1.16 app_alarmreceiver.c, 1.15, 1.16 app_authenticate.c, 1.15,
1.16 app_cdr.c, 1.7, 1.8 app_chanisavail.c, 1.22,
1.23 app_chanspy.c, 1.25, 1.26 app_controlplayback.c, 1.13,
1.14 app_curl.c, 1.11, 1.12 app_cut.c, 1.14,
1.15 app_datetime.c, 1.5, 1.6 app_db.c, 1.13, 1.14 app_dial.c,
1.170, 1.171 app_dictate.c, 1.5, 1.6 app_directed_pickup.c,
1.3, 1.4 app_directory.c, 1.45, 1.46 app_disa.c, 1.34,
1.35 app_dumpchan.c, 1.10, 1.11 app_echo.c, 1.13,
1.14 app_enumlookup.c, 1.21, 1.22 app_eval.c, 1.7,
1.8 app_exec.c, 1.7, 1.8 app_externalivr.c, 1.9,
1.10 app_festival.c, 1.33, 1.34 app_flash.c, 1.7,
1.8 app_forkcdr.c, 1.12, 1.13 app_getcpeid.c, 1.9,
1.10 app_groupcount.c, 1.21, 1.22 app_hasnewvoicemail.c, 1.17,
1.18 app_ices.c, 1.8, 1.9 app_image.c, 1.8, 1.9 app_intercom.c,
1.23, 1.24 app_ivrdemo.c, 1.8, 1.9 app_lookupblacklist.c, 1.11,
1.12 app_lookupcidname.c, 1.9, 1.10 app_macro.c, 1.28,
1.29 app_math.c, 1.13, 1.14 app_md5.c, 1.8, 1.9 app_meetme.c,
1.112, 1.113 app_milliwatt.c, 1.12, 1.13 app_mp3.c, 1.27,
1.28 app_muxmon.c, 1.2, 1.3 app_nbscat.c, 1.12,
1.13 app_osplookup.c, 1.10, 1.11 app_page.c, 1.5,
1.6 app_parkandannounce.c, 1.16, 1.17 app_playback.c, 1.20,
1.21 app_privacy.c, 1.17, 1.18 app_queue.c, 1.170,
1.171 app_random.c, 1.8, 1.9 app_read.c, 1.22,
1.23 app_readfile.c, 1.8, 1.9 app_realtime.c, 1.12,
1.13 app_record.c, 1.37, 1.38 app_sayunixtime.c, 1.12,
1.13 app_senddtmf.c, 1.11, 1.12 app_sendtext.c, 1.9,
1.10 app_setcallerid.c, 1.10, 1.11 app_setcdruserfield.c, 1.9,
1.10 app_setcidname.c, 1.11, 1.12 app_setcidnum.c, 1.12,
1.13 app_setrdnis.c, 1.7, 1.8 app_settransfercapability.c, 1.7,
1.8 app_skel.c, 1.13, 1.14 app_sms.c, 1.27,
1.28 app_softhangup.c, 1.9, 1.10 app_sql_postgres.c, 1.13,
1.14 app_striplsd.c, 1.7, 1.8 app_substring.c, 1.12,
1.13 app_system.c, 1.18, 1.19 app_talkdetect.c, 1.13,
1.14 app_test.c, 1.12, 1.13 app_transfer.c, 1.14,
1.15 app_txtcidname.c, 1.18, 1.19 app_url.c, 1.11,
1.12 app_userevent.c, 1.7, 1.8 app_verbose.c, 1.6,
1.7 app_voicemail.c, 1.251, 1.252 app_waitforring.c, 1.7,
1.8 app_waitforsilence.c, 1.9, 1.10 app_while.c, 1.10,
1.11 app_zapateller.c, 1.10, 1.11 app_zapbarge.c, 1.10,
1.11 app_zapras.c, 1.13, 1.14 app_zapscan.c, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/funcs
In directory mongoose.digium.com:/tmp/cvs-serv8453/funcs
Modified Files:
func_enum.c
Log Message:
add missing STANDARD_HANGUP_LOCALUSERS
Index: func_enum.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_enum.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- func_enum.c 18 Oct 2005 03:02:06 -0000 1.3
+++ func_enum.c 18 Oct 2005 21:06:48 -0000 1.4
@@ -203,6 +203,8 @@
{
ast_custom_function_unregister(&enum_function);
ast_custom_function_unregister(&txtcidname_function);
+
+ STANDARD_HANGUP_LOCALUSERS;
return 0;
}
- Previous message: [Asterisk-cvs] asterisk/doc README.sms,1.1,1.2
- Next message: [Asterisk-cvs] asterisk/apps app_adsiprog.c, 1.15,
1.16 app_alarmreceiver.c, 1.15, 1.16 app_authenticate.c, 1.15,
1.16 app_cdr.c, 1.7, 1.8 app_chanisavail.c, 1.22,
1.23 app_chanspy.c, 1.25, 1.26 app_controlplayback.c, 1.13,
1.14 app_curl.c, 1.11, 1.12 app_cut.c, 1.14,
1.15 app_datetime.c, 1.5, 1.6 app_db.c, 1.13, 1.14 app_dial.c,
1.170, 1.171 app_dictate.c, 1.5, 1.6 app_directed_pickup.c,
1.3, 1.4 app_directory.c, 1.45, 1.46 app_disa.c, 1.34,
1.35 app_dumpchan.c, 1.10, 1.11 app_echo.c, 1.13,
1.14 app_enumlookup.c, 1.21, 1.22 app_eval.c, 1.7,
1.8 app_exec.c, 1.7, 1.8 app_externalivr.c, 1.9,
1.10 app_festival.c, 1.33, 1.34 app_flash.c, 1.7,
1.8 app_forkcdr.c, 1.12, 1.13 app_getcpeid.c, 1.9,
1.10 app_groupcount.c, 1.21, 1.22 app_hasnewvoicemail.c, 1.17,
1.18 app_ices.c, 1.8, 1.9 app_image.c, 1.8, 1.9 app_intercom.c,
1.23, 1.24 app_ivrdemo.c, 1.8, 1.9 app_lookupblacklist.c, 1.11,
1.12 app_lookupcidname.c, 1.9, 1.10 app_macro.c, 1.28,
1.29 app_math.c, 1.13, 1.14 app_md5.c, 1.8, 1.9 app_meetme.c,
1.112, 1.113 app_milliwatt.c, 1.12, 1.13 app_mp3.c, 1.27,
1.28 app_muxmon.c, 1.2, 1.3 app_nbscat.c, 1.12,
1.13 app_osplookup.c, 1.10, 1.11 app_page.c, 1.5,
1.6 app_parkandannounce.c, 1.16, 1.17 app_playback.c, 1.20,
1.21 app_privacy.c, 1.17, 1.18 app_queue.c, 1.170,
1.171 app_random.c, 1.8, 1.9 app_read.c, 1.22,
1.23 app_readfile.c, 1.8, 1.9 app_realtime.c, 1.12,
1.13 app_record.c, 1.37, 1.38 app_sayunixtime.c, 1.12,
1.13 app_senddtmf.c, 1.11, 1.12 app_sendtext.c, 1.9,
1.10 app_setcallerid.c, 1.10, 1.11 app_setcdruserfield.c, 1.9,
1.10 app_setcidname.c, 1.11, 1.12 app_setcidnum.c, 1.12,
1.13 app_setrdnis.c, 1.7, 1.8 app_settransfercapability.c, 1.7,
1.8 app_skel.c, 1.13, 1.14 app_sms.c, 1.27,
1.28 app_softhangup.c, 1.9, 1.10 app_sql_postgres.c, 1.13,
1.14 app_striplsd.c, 1.7, 1.8 app_substring.c, 1.12,
1.13 app_system.c, 1.18, 1.19 app_talkdetect.c, 1.13,
1.14 app_test.c, 1.12, 1.13 app_transfer.c, 1.14,
1.15 app_txtcidname.c, 1.18, 1.19 app_url.c, 1.11,
1.12 app_userevent.c, 1.7, 1.8 app_verbose.c, 1.6,
1.7 app_voicemail.c, 1.251, 1.252 app_waitforring.c, 1.7,
1.8 app_waitforsilence.c, 1.9, 1.10 app_while.c, 1.10,
1.11 app_zapateller.c, 1.10, 1.11 app_zapbarge.c, 1.10,
1.11 app_zapras.c, 1.13, 1.14 app_zapscan.c, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list