]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
cleanup and consistency.. blah rain @ PHX fun
authorBrian West <brian@freeswitch.org>
Sun, 27 Jan 2008 20:01:02 +0000 (20:01 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 27 Jan 2008 20:01:02 +0000 (20:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7396 d0543943-73ff-0310-b7d9-9358b9ac24b2

132 files changed:
src/include/switch.h
src/include/switch_apr.h
src/include/switch_buffer.h
src/include/switch_caller.h
src/include/switch_channel.h
src/include/switch_config.h
src/include/switch_console.h
src/include/switch_core.h
src/include/switch_core_db.h
src/include/switch_core_event_hook.h
src/include/switch_cpp.h
src/include/switch_event.h
src/include/switch_frame.h
src/include/switch_ivr.h
src/include/switch_loadable_module.h
src/include/switch_log.h
src/include/switch_module_interfaces.h
src/include/switch_odbc.h
src/include/switch_platform.h
src/include/switch_regex.h
src/include/switch_resample.h
src/include/switch_rtp.h
src/include/switch_scheduler.h
src/include/switch_stun.h
src/include/switch_types.h
src/include/switch_utils.h
src/include/switch_xml.h
src/mod/applications/mod_commands/mod_commands.c
src/mod/applications/mod_conference/mod_conference.c
src/mod/applications/mod_dptools/mod_dptools.c
src/mod/applications/mod_enum/mod_enum.c
src/mod/applications/mod_esf/mod_esf.c
src/mod/applications/mod_rss/mod_rss.c
src/mod/asr_tts/mod_cepstral/mod_cepstral.c
src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c
src/mod/codecs/mod_amr/mod_amr.c
src/mod/codecs/mod_g711/mod_g711.c
src/mod/codecs/mod_g722/mod_g722.c
src/mod/codecs/mod_g723_1/mod_g723_1.c
src/mod/codecs/mod_g726/mod_g726.c
src/mod/codecs/mod_g729/mod_g729.c
src/mod/codecs/mod_gsm/mod_gsm.c
src/mod/codecs/mod_h26x/mod_h26x.c
src/mod/codecs/mod_ilbc/mod_ilbc.c
src/mod/codecs/mod_l16/mod_l16.c
src/mod/codecs/mod_speex/mod_speex.c
src/mod/dialplans/mod_dialplan_asterisk/mod_dialplan_asterisk.c
src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c
src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c
src/mod/directories/mod_ldap/mod_ldap.c
src/mod/endpoints/mod_alsa/mod_alsa.c
src/mod/endpoints/mod_dingaling/mod_dingaling.c
src/mod/endpoints/mod_iax/mod_iax.c
src/mod/endpoints/mod_portaudio/mod_portaudio.c
src/mod/endpoints/mod_sofia/mod_sofia.c
src/mod/endpoints/mod_sofia/sofia.c
src/mod/endpoints/mod_sofia/sofia_glue.c
src/mod/endpoints/mod_sofia/sofia_presence.c
src/mod/endpoints/mod_sofia/sofia_reg.c
src/mod/endpoints/mod_wanpipe/mod_wanpipe.c
src/mod/endpoints/mod_woomera/mod_woomera.c
src/mod/event_handlers/mod_cdr_csv/mod_cdr_csv.c
src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c
src/mod/event_handlers/mod_event_socket/mod_event_socket.c
src/mod/event_handlers/mod_event_test/mod_event_test.c
src/mod/event_handlers/mod_radius_cdr/mod_radius_cdr.c
src/mod/event_handlers/mod_zeroconf/mod_zeroconf.c
src/mod/formats/mod_local_stream/mod_local_stream.c
src/mod/formats/mod_native_file/mod_native_file.c
src/mod/formats/mod_sndfile/mod_sndfile.c
src/mod/formats/mod_tone_stream/mod_tone_stream.c
src/mod/languages/mod_python/mod_python.c
src/mod/languages/mod_spidermonkey/mod_spidermonkey.c
src/mod/languages/mod_spidermonkey_core_db/mod_spidermonkey_core_db.c
src/mod/languages/mod_spidermonkey_curl/mod_spidermonkey_curl.c
src/mod/languages/mod_spidermonkey_odbc/mod_spidermonkey_odbc.c
src/mod/languages/mod_spidermonkey_socket/mod_spidermonkey_socket.c
src/mod/languages/mod_spidermonkey_teletone/mod_spidermonkey_teletone.c
src/mod/loggers/mod_console/mod_console.c
src/mod/say/mod_say_de/mod_say_de.c
src/mod/say/mod_say_en/mod_say_en.c
src/mod/say/mod_say_es/mod_say_es.c
src/mod/say/mod_say_fr/mod_say_fr.c
src/mod/say/mod_say_it/mod_say_it.c
src/mod/say/mod_say_nl/mod_say_nl.c
src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.c
src/mod/xml_int/mod_xml_curl/mod_xml_curl.c
src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c
src/switch.c
src/switch_apr.c
src/switch_buffer.c
src/switch_caller.c
src/switch_channel.c
src/switch_config.c
src/switch_console.c
src/switch_core.c
src/switch_core_asr.c
src/switch_core_codec.c
src/switch_core_db.c
src/switch_core_directory.c
src/switch_core_event_hook.c
src/switch_core_file.c
src/switch_core_hash.c
src/switch_core_io.c
src/switch_core_media_bug.c
src/switch_core_memory.c
src/switch_core_port_allocator.c
src/switch_core_rwlock.c
src/switch_core_session.c
src/switch_core_speech.c
src/switch_core_sqldb.c
src/switch_core_state_machine.c
src/switch_core_timer.c
src/switch_event.c
src/switch_ivr.c
src/switch_ivr_async.c
src/switch_ivr_bridge.c
src/switch_ivr_menu.c
src/switch_ivr_originate.c
src/switch_ivr_play_say.c
src/switch_loadable_module.c
src/switch_log.c
src/switch_odbc.c
src/switch_regex.c
src/switch_resample.c
src/switch_rtp.c
src/switch_scheduler.c
src/switch_stun.c
src/switch_swig.c
src/switch_time.c
src/switch_utils.c
src/switch_xml.cpp

index 364d9820466e86f1c28db3350dad75f687b0d51b..060a58ae6a6fe5181c3a704d1d63877c417d3c5a 100644 (file)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 2239f12149ed57811adee8f3a8b9b1b692f71677..69b7dd34c1038baac5ce515b74f6ab56eb20c2c2 100644 (file)
@@ -1229,7 +1229,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index c3d09ee9a3f4385ac1010fb51d420b1c06e5fdbc..0192a6af62c642d584b41b20661b84ad36e8acfd 100644 (file)
@@ -151,7 +151,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 526054862c845ff8e0b21f3b4b244a52aa41050f..770ecbc99fec67ac8cac9ceb4a17c1b9d272ff42 100644 (file)
@@ -223,7 +223,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index f8b1e91f37ac791677dc540b3fc573469319c846..478317efac0b0b36851e1a3b0ded26235694da72 100644 (file)
@@ -480,7 +480,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index f4f665f213b77e4a18e926c05816b7ed9dbc2a47..693a15c140c5b60d7414c69932b110ec2f8bf016 100644 (file)
@@ -110,7 +110,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 7e6be7f6db573582511199be80a5a8bf2befea0e..b49ac157aa289753c46a859a053ecb8170999a8e 100644 (file)
@@ -76,7 +76,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 09e4b1b8e8cb487c92136246c2e6078b0e4ed213..8a16fb034375573465b38ebf1428d6d1373649d7 100644 (file)
@@ -1551,7 +1551,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index ab5903b24a3868ad0cbe750647d5e1ff465b4dbe..644c308055b75643ae25c6a67967e223db0361e8 100644 (file)
@@ -546,7 +546,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 41021c6218c5924c9be9ee3855c69e5caeda5ac6..a5e369e4fc49749983e2b6506817739432f6ae61 100644 (file)
@@ -261,7 +261,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index bdf2a35cef25cd20de9431ba9354636e3297f0b8..abb8631960514200b5d66e992516b146d31726e5 100644 (file)
@@ -295,7 +295,7 @@ switch_status_t dtmf_callback(switch_core_session_t *session,
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index a2085acf2baf2f64cf1123f5b112365fe033ae52..9089f3b71b2f6bcda80e09245bd597215bdb3350 100644 (file)
@@ -346,7 +346,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 4c1cb3d27f726600f0d3871040f72e186b2865f2..61b96f433a6cbd413d815e5a705445af35c06350 100644 (file)
@@ -75,7 +75,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 433626da100172b8a2fc0c46af00bd9cbdfdb726..825e7dc7e7e1b3eb1e2d51620068af9a781c6af4 100644 (file)
@@ -742,7 +742,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 7df9c4891e8db8ed3d76edea82cd2dc44e071cfc..bf80e756a191ced4a111016be4a47971041d5f9d 100644 (file)
@@ -325,7 +325,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index f3b697bd4bc24496dde3dac6948727674ee3e210..dfb225bcde45369b48c77a6ed56d39176432c01a 100644 (file)
@@ -128,7 +128,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 62bb76766d3bcd6bdbec08069e5a38df06f27d84..d0ed1fddd3e80ded1f278c0c44d7dbbb736e1d34 100644 (file)
@@ -604,7 +604,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index f36588eb81c416d12f194e805a97c3acf6bcc19f..568e15d088dfc86e36d5559e14fc1c310b1b7043 100644 (file)
@@ -75,7 +75,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 49962df42dec9f4b2d71cd5c2bddcc66d323c97f..6e0588e95971ebcabc9c5bd4a0110136a17cbc25 100644 (file)
@@ -318,7 +318,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index e34a2f6559be940e811fe8938fd7435449661d04..d698aa2e2d42c576788a33104531e527bb015a94 100644 (file)
@@ -73,7 +73,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 747010fee11559af907e9a0200f492d4c2809207..1f32d3e3cbec34fbca4359650ccd6bf7cf843ed5 100644 (file)
@@ -172,7 +172,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 4f5627a0484399c6f142f042a81d4f7aa73d68c4..8faf1d86ea3bf5ef596ba857c17510dc1395aacc 100644 (file)
@@ -427,7 +427,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index d1477d0139a5c86b40ebefe39cbde4c37e4933c0..12ce9693ce99bca943c5fcd63d230390ab4e4cbf 100644 (file)
@@ -96,7 +96,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index a4f2100996c7736b5dd281d3e127171b2ab17831..725cd82e358839b9ff407b36c4c103b31a985599 100644 (file)
@@ -236,7 +236,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 8f4ab6a7155a425119411929664db5101b9eee8e..14b38ae4f652fb08e8c3d27d2197b477a80316b5 100644 (file)
@@ -1213,7 +1213,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 88899aa8d46f0fafa393b8e1d51c0ffb2758a46f..4cfdec3483824add57fd5fc2310a4f07b5684b6c 100644 (file)
@@ -366,7 +366,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 83413444a280fec7fb5e25d3c4461c264f3d5a8b..4077e19e05c0af4b57a61ef9639dd2a79b99832e 100644 (file)
@@ -354,7 +354,7 @@ SWITCH_END_EXTERN_C
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index dbdf0ab9eb5ba8711a2d474338c752d5d725e0df..d6e87ea0db4f90f61782b0310f9c22491b86d01a 100644 (file)
@@ -2272,7 +2272,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index c03823a6c1fca473f8c781e104477a0612864862..16639363dcc6a582f8c53a4ac0f1ed70a43ec7b9 100644 (file)
@@ -5103,7 +5103,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_conference_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 8f057efee2a8f78fb53fc65a74b3a53b0f84e6dd..2fecb32e127b137eff7738abd3359e132b3ac989 100644 (file)
@@ -1637,7 +1637,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_dptools_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 9a08f236be90de5ccd14dffc77881e3c494d0f9d..41fb9ff8ee0298f085594a9e7b6a3c47b9aad84e 100644 (file)
@@ -733,7 +733,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_enum_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 78524567a9ae38ae33426cd1dd2d7f3bf1add7e8..f6336a03d61ad6e4bf71617c4415d1f582902d1c 100644 (file)
@@ -247,7 +247,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_esf_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 71cb0495b2dee1f20157f6b8a848d80a46b71195..c514408489b741004c24b6769677be2d96a1a7e9 100644 (file)
@@ -643,7 +643,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_rss_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 36a3ccb157948cf1438e85c8b474bbc176dd36b2..33aeabe4b69ef2c8c760a7e876811ad09a27c2da 100644 (file)
@@ -432,7 +432,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_cepstral_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 97b1d8269eda6fa6fd850642dfed3ee38e5e5ee2..dc9feae4747bf5e26183cd5054f0e16eba256b2a 100644 (file)
@@ -987,7 +987,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_openmrcp_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index d198302a740cc3dd029b24d6ad7f7a194a8ea88a..ded9e4d196a04816e560afa37ba035670d51bf18 100644 (file)
@@ -340,7 +340,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_amr_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 9ec6a9cbad004fdb95a0748e565987ddb6297f1b..8d73632fa407af378f02de07302f3804c2f4150b 100644 (file)
@@ -411,7 +411,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_g711_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index aaa1237b5564488395666167edf7a62e8df8213b..cb7d8e334d56c29eb950c5f26e13fe4fd5560dec 100644 (file)
@@ -175,7 +175,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_g722_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 78afa6322da527a99709fe7bd47f92fbc84e459a..1f9a0db5e36523704aba3b6cd3f9bce67de4bfb0 100644 (file)
@@ -203,7 +203,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_g723_1_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 047b00b96a2c82c1b6fb0656d5ae7bee99a20ceb..887eb6ca3a1eeba08d964421d4ad64efda156cd3 100644 (file)
@@ -380,7 +380,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_g726_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index fc0073041cf96901abd83320edb21faa6d5db1b3..2ace6da081840a9df5751b968524e1e0ea216693 100644 (file)
@@ -308,7 +308,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_g729_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index d0489bd5fec95501fd23b3278d8632eb3b3cd3fe..35e58bc9cd7859ba6fc412788a91793c1d020da7 100644 (file)
@@ -172,7 +172,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_gsm_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 083ea5d09ab7ad9fc7b613f317125c2c818565ed..d32e2bd30f007036cdf926d4c4875dfd949d2f8c 100644 (file)
@@ -154,7 +154,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_h26x_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 493f563beff97fdbd0cdf4dcad2e71aa306efae0..6edb7a4814312dffd3711125ab4976a267f2b53d 100644 (file)
@@ -301,7 +301,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_ilbc_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 606804ce59f6820a0c4e213f53c273c230d58720..8f62cd2f06af1b38266869a22181fc248984c518 100644 (file)
@@ -432,7 +432,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_l16_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 6001f88beb99fa22788f39b4d3713b2571f6d0a0..8684636a16e3f489962ff8068bf1c895584438df 100644 (file)
@@ -407,7 +407,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_speex_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index e85f6c6a7c6836a1923c882c23fb0db953d9ea86..ff92d0838eb1988dfd237e0a315c68204495fe98 100644 (file)
@@ -414,7 +414,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_dialplan_asterisk_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 09f4cbb25dc0ecc1d34e602b726d07064b484b0f..0e7ace9f25b168f9aa971f596be2fda8ec77eff6 100644 (file)
@@ -167,7 +167,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_dialplan_directory_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index dc5bf792626897e7eb6025019004b8b368dd6818..0c27de0115a8ffeca7db5482c03a160f2fd00e0b 100644 (file)
@@ -299,7 +299,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_dialplan_xml_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 320a1e924564324d448a552f2bb831d1d5cb8499..29c711ccec4e8452d05e9c1eeefd315378a5aed2 100644 (file)
@@ -224,7 +224,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_ldap_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 1c43d1cc8b80fe7a62537448340bea430ff7c39a..c603041d9d2a5dc3f95158634399127928e09476 100644 (file)
@@ -1706,7 +1706,7 @@ SWITCH_STANDARD_API(pa_cmd)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index dcb5ae9f8791d2a365ee4bb45f21a87baf08fce3..5c0be8c7fd6dfcaae8659e9a6cbea58d9b0fed65 100644 (file)
@@ -2988,7 +2988,7 @@ static ldl_status handle_response(ldl_handle_t * handle, char *id)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index a21f10328a986ba5952074efe1872f3209367027..9f179bc99a170260f505b3ddeb4d8bb89e0ddc05 100644 (file)
@@ -1251,7 +1251,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_iax_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 2d5a030c69de62a18609e47ca55250b1a95d04de..196e6d5a1d22ae8853673d063973bd47f4cef68b 100644 (file)
@@ -1864,7 +1864,7 @@ SWITCH_STANDARD_API(pa_cmd)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 81d5968015875c9ebf90892d2af789ba37f56987..973c6f9c68e18a155c25777407b2d342e555971e 100644 (file)
@@ -1970,7 +1970,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_sofia_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 928ca2cbde8896d42a0b55cd82859c941d23cb65..a5a4fbc1f9f5dfe030fe51ac9b7a9f2594e5636c 100644 (file)
@@ -2895,7 +2895,7 @@ static void set_variable_sip_param(switch_channel_t *channel, char *header_type,
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 8fc9a51eabbfca4b077eee9c2dcf79858d014357..5c889c473a611de4776c91cb5a39a7e46dfd5b81 100644 (file)
@@ -2425,7 +2425,7 @@ int sofia_glue_get_user_host(char *in, char **user, char **host)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index e579355d281543e27d505b4db906a82bbda878d6..39f63e99b78672f8cdf8441b2b2e16dad5e4ca3f 100644 (file)
@@ -1394,7 +1394,7 @@ void sofia_presence_set_chat_hash(private_object_t *tech_pvt, sip_t const *sip)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 8f7735cb2448f7254f09351a6caa7ae69be8a7c5..6db0a3c43dd54ca3ca2ade4d177f5f22c729669d 100644 (file)
@@ -1135,7 +1135,7 @@ switch_status_t sofia_reg_add_gateway(char *key, sofia_gateway_t *gateway)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index e205abb4dee99fac7f57632c6dc244f781307f15..e0697dcb3554a7969da0770d30afb57e216724f1 100644 (file)
@@ -2501,7 +2501,7 @@ static switch_status_t config_wanpipe(int reload)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 4ebe0b142b7d20bdfb6fc96c14f5e61c117c9302..6e2568aca90e30e68750c68f9045cd56376c0f88 100644 (file)
@@ -1397,7 +1397,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_woomera_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 3c921604645450b41ffe90d2f27c6e32b273f85e..1a85ab86497deba4176f5bb8a6a73a01ad422b04 100644 (file)
@@ -360,7 +360,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_cdr_csv_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index ed9445566f05ea57f2065c845198b47608a54b9d..4786d6c91cfe27b8d7327826d078971c6dfe6005 100644 (file)
@@ -328,7 +328,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_event_multicast_runtime)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 89f63f868db8b26efdbb2abd839531aee697dddf..f3465e55bd2b7d4cb274f46f35eac2cb7c4f3369 100644 (file)
@@ -1341,7 +1341,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_event_socket_runtime)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 4d065ba214e0f2926dfb2334cd153b9432830c73..ae7bac5149a25d973cdde8421ebdb7a5739ba767 100644 (file)
@@ -143,7 +143,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_event_test_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index bb3818ba280cfb0ef57c31766b60c79c6abdbea9..4270cad225aa4602c19dda15d6c8a6853a5c57b1 100644 (file)
@@ -483,7 +483,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_radius_cdr_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index a5026d18fd6eed7546e429b0eb02b8d463374dde..f39fc4f14f330cd29ef3a54f34eb0db1961b53af 100644 (file)
@@ -304,7 +304,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_zeroconf_runtime)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 4fb406099d37b587ca8d3e34780f16750377fcce..a5c1eda6936159fc3869f266e64afc44e9f22edf 100644 (file)
@@ -472,7 +472,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_local_stream_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 9767aee20e0f0bd76cd30c213bc20a0c4826ee72..0ff7935ac56c33e9da2401d800da93af81a36fe6 100644 (file)
@@ -165,7 +165,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_native_file_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 68c2ea8d8268e84568c1228352a4200f4195817f..370f4b17d5f7fd7336a5119a1c7af7b4394b20e5 100644 (file)
@@ -401,7 +401,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_sndfile_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 0f29040650d9203af1dd859f74f4679505c4322c..3ffb4cbf4734dcce9966b7b5b5389257d0dbf5ba 100644 (file)
@@ -156,7 +156,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_tone_stream_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index df25eaa8950e11ceb040880615217befa9372662..8cb5a65fcec94643d2d4d46e1c7632220df9fcd9 100644 (file)
@@ -336,7 +336,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_python_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index fda39841b6ae27358376a587c3fdee5f630467b1..a18efb6c4c9d9db1b9df5c4c953b3cf4dff08bd5 100644 (file)
@@ -3539,7 +3539,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_spidermonkey_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 8f5d66e2dbd03316cbfee10d1ce0f6dd175cc377..9250e407e5b7310fe64a0ea238c28fb99e488aa7 100644 (file)
@@ -341,7 +341,7 @@ SWITCH_MOD_DECLARE(switch_status_t) spidermonkey_init(const sm_module_interface_
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 9eee62c05dba8220477e02a9843db29843ef71b2..c5b0a0d09ae729d0845d7342b81d0cf9abaa7631 100644 (file)
@@ -235,7 +235,7 @@ SWITCH_MOD_DECLARE(switch_status_t) spidermonkey_init(const sm_module_interface_
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 5fcc57fe0d6641ed7f3d56b89c6c788049d9a73b..59b0b1bb10c5118e279979974187a838c0592ff1 100644 (file)
@@ -483,7 +483,7 @@ SWITCH_MOD_DECLARE(switch_status_t) spidermonkey_init(const sm_module_interface_
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 76831f05c43df2c3fec8fcf00cf3b8524104f55d..1abf5485ba64625e9344d3c4374d556a932da3ce 100644 (file)
@@ -345,7 +345,7 @@ SWITCH_MOD_DECLARE(switch_status_t) spidermonkey_init(const sm_module_interface_
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index b8db914441e11f6502f0e450fe561ac976b2f565..8e53c7989257535d1c078d46a155264f39dfaab8 100644 (file)
@@ -359,7 +359,7 @@ SWITCH_MOD_DECLARE(switch_status_t) spidermonkey_init(const sm_module_interface_
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index d2e11477ee9f6eb7e7f85617a120903dedb406ec..52999ff76aec870ab8de11a1dccb95bfc0f3b102 100644 (file)
@@ -354,7 +354,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_console_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index fa1dfdee1ccf9e938bb80f09e6c7a6a7b63988f5..ebea1991acb2fb7bd706c4fcb8d4679e9bbd18db 100644 (file)
@@ -540,7 +540,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_say_de_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index beb1cc7790d818046faa30345c539a812085880f..9aa74cb34dc541dd622789d724349a9efa20e9ba 100644 (file)
@@ -540,7 +540,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_say_en_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 3e17a096e88ab108672da983041cf6c435644930..9989e55c3e68a22cba99f2d21a7d0f167909a46a 100644 (file)
@@ -540,7 +540,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_say_es_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 9d26a701475f74c85cb8acc635ae973b6d4f9f6e..ebd7accf39bda6248e820b1db30dc42c05e484ba 100644 (file)
@@ -540,7 +540,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_say_fr_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 851dc9a0ad70bca38b106293b040c5a38cd84e2a..99e590b00870596cc4602fb6a985cf53f83ed269 100644 (file)
@@ -540,7 +540,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_say_it_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 30e9ffcd7e853eb6e51382e9fac165d4b362643b..14a5e77ecaa25716835ea4188405bee29b91e5ef 100644 (file)
@@ -540,7 +540,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_say_nl_load)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 2defd680dfbbb80158558c2525628becac7570bc..f282a734ebca9013470120c72c5e067703c8beb6 100644 (file)
@@ -344,7 +344,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_xml_cdr_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 52712add1d7f018df1fcbbb5cce3dca9ec0959e3..5e59cc5c35a81cc7bda83b9da5ff9affd4df2259 100644 (file)
@@ -310,7 +310,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_xml_curl_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 7b1cf2795a24a77879c310f94329a383af7a109e..2a1c503622ff7caa6c0b7046f5e060c0e8c2f839 100644 (file)
@@ -785,7 +785,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_xml_rpc_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index bac72454bd576769fc5be56b418f6341bfdc303a..8daed26bb4984f1f4c84d9d5dd9d53604c57c92a 100644 (file)
@@ -493,7 +493,7 @@ int main(int argc, char *argv[])
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 39bca828f0bfd40badf7f30fda8a8a2bf8dbded2..2a7b2235ad0da0e60ebf8940dafe85b9795406c3 100644 (file)
@@ -841,7 +841,7 @@ SWITCH_DECLARE(switch_status_t) switch_match_glob(const char *pattern, switch_ar
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index d3a0ee9909f581980c459ce1c5716146664a3c8a..f8b9b1884183420acfb38699d885f0f00f384fb8 100644 (file)
@@ -320,7 +320,7 @@ SWITCH_DECLARE(void) switch_buffer_destroy(switch_buffer_t **buffer)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index d319bcfb09660fd497dcff62981c79971c38f066..8cd0a34ccc77adbf35523f5bd76fda92c8d1b4d2 100644 (file)
@@ -304,7 +304,7 @@ SWITCH_DECLARE(void) switch_caller_extension_add_application(switch_core_session
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 1e9a7abb7e683c9df3ef7c731ec11f200ffda535..c3d207abd1668f8c6e4e787400b7725cec77ad50 100644 (file)
@@ -1977,7 +1977,7 @@ SWITCH_DECLARE(switch_status_t) switch_channel_set_timestamps(switch_channel_t *
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 868a50b422e9768a8ee45a9e14960288d522d12a..f16b11b01de1201c88ebbf3cb43d371b88a0365c 100644 (file)
@@ -201,7 +201,7 @@ SWITCH_DECLARE(int) switch_config_next_pair(switch_config_t * cfg, char **var, c
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index bb416434d14bdb013d14d2a7992c0b07881069ab..daa6acc15aa9f00cf1778025a82ad9a2b544c209 100644 (file)
@@ -376,7 +376,7 @@ SWITCH_DECLARE(void) switch_console_loop(void)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index a043d2805a504565a3d4d411712fbde455d92904..63d872c7aa8c3b60f0d73fe1aa5bfb238bd53ea8 100644 (file)
@@ -1098,7 +1098,7 @@ SWITCH_DECLARE(void) switch_core_memory_reclaim_all(void)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 3fd88f1463799311b61a7befbc4521485f3f4750..2f8a0174e72362af26429c2530c98bad203e6c92 100644 (file)
@@ -163,7 +163,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_asr_get_results(switch_asr_handle_t
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index f99a00c4aadcbc511db1a82f82cc3f0e67db3e2b..2cefeef5de70666ede28dd056b4293b099dbac1e 100644 (file)
@@ -261,7 +261,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_codec_destroy(switch_codec_t *codec)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 40ca6f2bfba47df1b2f2b559c6200b48ba2a6f20..be8f0080697b6177176ad1d832acdc84d53d7c3e 100644 (file)
@@ -219,7 +219,7 @@ SWITCH_DECLARE(void) switch_core_db_test_reactive(switch_core_db_t *db, char *te
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 21d024e526aa1f857a6192b55aafe353ea7bcbf8..94d031d9ea4317ee4272c58bbe4b8638ad471354 100644 (file)
@@ -88,7 +88,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_directory_close(switch_directory_han
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index eb53093cf3599e2b45ac34cc086fa11ccf09a988..f41b505e8e86a8d14076a9448786ad6a16205467 100644 (file)
@@ -48,7 +48,7 @@ NEW_HOOK_DECL(recv_dtmf)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index f7960bc7e0387be6175d041f75c624054d114a0e..5d113ae9bbf8bc6fb85226a125e06e6fd99231ad 100644 (file)
@@ -301,7 +301,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_file_close(switch_file_handle_t *fh)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 082943546ba8bbce2aff654cb3ec66e17a369972..9e9e48478f7bbdcaf8ccaa46173892739a33a34b 100644 (file)
@@ -152,7 +152,7 @@ SWITCH_DECLARE(void) switch_hash_this(switch_hash_index_t *hi, const void **key,
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 871a220bfb1828eed5182f7ac907989d620d36b5..8b787c9568d8ea269968b3da4a714331208f26ed 100644 (file)
@@ -993,7 +993,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_send_dtmf_string(switch_core
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 446d9ad81de558fbd9f7465d3f887d299d1c355b..e81276a31e4d4b5e52ca4081ef5c46876d2173e9 100644 (file)
@@ -350,7 +350,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_remove(switch_core_session
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 78f212e976c5f240d7b50c6491609ac96d3ebcf6..c3e8a2c927b28b2dde7f409c144fcff364caf8ae 100644 (file)
@@ -429,7 +429,7 @@ switch_memory_pool_t *switch_core_memory_init(void)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index f5f5f693b91e588b0e771204addf7bece08a0dbc..72ae3e083ec0918be8eed3a7b6d992dcde29d6ad 100644 (file)
@@ -200,7 +200,7 @@ SWITCH_DECLARE(void) switch_core_port_allocator_destroy(switch_core_port_allocat
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 1e6e35cd750e76b535b1820e2d4f1a6a0102e75b..a761419d4bde930e358f015510132be14af7243f 100644 (file)
@@ -89,7 +89,7 @@ SWITCH_DECLARE(void) switch_core_session_rwunlock(switch_core_session_t *session
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index f6245fe970fb57a844e76ee26220da06f55eedfa..cd63c8c5a4776ab92443d80aaa90653e552f0965 100644 (file)
@@ -1094,7 +1094,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_execute_exten(switch_core_se
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 1d07e0f88080a351dc2ce01e1079b2c9a2c2d66e..dbaa07be76766034df2ddc131b29e4b3f87d27d2 100644 (file)
@@ -152,7 +152,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_speech_close(switch_speech_handle_t
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index e33de610fd0a1e3bbdd8f737995cdac5bcb96a1d..8b1be2e930597992163790f67e02a4e428997deb 100644 (file)
@@ -431,7 +431,7 @@ void switch_core_sqldb_stop(void)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 4e8d1d0cfab4da87808044904ba8832a098edd61..1dbccf7094bb591754ff14822611de2d1eaec2c5 100644 (file)
@@ -492,7 +492,7 @@ SWITCH_DECLARE(void) switch_core_session_run(switch_core_session_t *session)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 9c3d1bd26aa3497dcf3c4d3b925e9664778dfbc6..94857533789989dfbd1014082be78b262e5b1d78 100644 (file)
@@ -119,7 +119,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_timer_destroy(switch_timer_t *timer)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 32be830377b00dfcd399d64bad9a9346b7460941..9598400e674380875e1438ad7750e66c0761a141 100644 (file)
@@ -1345,7 +1345,7 @@ SWITCH_DECLARE(char *) switch_event_build_param_string(switch_event_t *event, co
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 709aae696c47e846201ecfed1b91d519ce93c881..714fcc1efe225920dec98b63166ae78bddb05e1d 100644 (file)
@@ -1599,7 +1599,7 @@ SWITCH_DECLARE(void) switch_ivr_delay_echo(switch_core_session_t *session, uint3
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index b6732add5038e93e5c80b8a2b3e7b3a9b02d631e..5b25b6630ec34b78d55a5b2f201411f9a1c21955 100644 (file)
@@ -1781,7 +1781,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_broadcast(const char *uuid, const cha
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 275d84f685afb3b9c8c3b03fbd3274c760244b9c..07fd4ce9b683a9ab696e4f829f9fd8becb8fedc3 100644 (file)
@@ -868,7 +868,7 @@ SWITCH_DECLARE(void) switch_ivr_intercept_session(switch_core_session_t *session
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 55a6ba3507c2bbe8993cd8aaefc6ed3f9cadbe9e..544e3658c2c23d2f359045ce8104a3200737263c 100644 (file)
@@ -681,7 +681,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_menu_stack_xml_build(switch_ivr_menu_
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index bbdf718a8a5e0254453b292b57b9db7383dbae01..33f86b8ac467a8ae25a9f8e87ae05e4684244f13 100644 (file)
@@ -1273,7 +1273,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 58dda917a44d7719a5f4956c9540db5bf1719480..015ffbb7c7b2518663ea9688ffbe1aef277fbc98 100644 (file)
@@ -1666,7 +1666,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_speak_text(switch_core_session_t *ses
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 470d308a9198e8b793d7999ed256bb98b9033f04..bbdb1fbc233c17cb884d6c0f8ad7e5e2b48b8926 100644 (file)
@@ -1441,7 +1441,7 @@ SWITCH_DECLARE(void *) switch_loadable_module_create_interface(switch_loadable_m
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 66d51a36a581dc956d0e7dfe9ec08f75ab99ae22..e46126c28002ebd59d50b390b53ee54f62989325 100644 (file)
@@ -98,8 +98,6 @@ SWITCH_DECLARE(uint32_t) switch_log_str2mask(const char *str)
        return mask;
 }
 
-
-
 SWITCH_DECLARE(switch_log_level_t) switch_log_str2level(const char *str)
 {
        int x = 0;
@@ -307,7 +305,6 @@ SWITCH_DECLARE(void) switch_log_printf(switch_text_channel_t channel, const char
        fflush(handle);
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_log_init(switch_memory_pool_t *pool)
 {
        switch_thread_t *thread;
@@ -359,7 +356,7 @@ SWITCH_DECLARE(switch_status_t) switch_log_shutdown(void)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index c75fbc9ca4b605941587a83e66980c025d5a15dd..6479329a48ef7e29eb8d0392028cf6ecc43b62ae 100644 (file)
@@ -43,7 +43,6 @@ struct switch_odbc_handle {
        BOOL is_firebird;
 };
 
-
 SWITCH_DECLARE(switch_odbc_handle_t *) switch_odbc_handle_new(char *dsn, char *username, char *password)
 {
        switch_odbc_handle_t *new_handle;
@@ -175,7 +174,6 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_connect(switch_odbc_hand
        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Connected to [%s]\n", handle->dsn);
        handle->state = SWITCH_ODBC_STATE_CONNECTED;
        return SWITCH_ODBC_SUCCESS;
-
 }
 
 static int db_is_up(switch_odbc_handle_t *handle)
@@ -226,7 +224,6 @@ static int db_is_up(switch_odbc_handle_t *handle)
        err_str = switch_odbc_handle_get_error(handle, stmt);
        recon = switch_odbc_handle_connect(handle);
 
-       
        max_tries--;
 
        if (switch_event_create(&event, SWITCH_EVENT_TRAP) == SWITCH_STATUS_SUCCESS) {
@@ -266,11 +263,9 @@ static int db_is_up(switch_odbc_handle_t *handle)
                SQLFreeHandle(SQL_HANDLE_STMT, stmt);
        }
 
-       return ret;
-       
+       return ret;     
 }
 
-
 SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_exec(switch_odbc_handle_t *handle, char *sql, SQLHSTMT *rstmt)
 {
        SQLHSTMT stmt = NULL;
@@ -308,11 +303,9 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_exec(switch_odbc_handle_
     } else if (stmt) {
                SQLFreeHandle(SQL_HANDLE_STMT, stmt);
        }
-       return SWITCH_ODBC_FAIL;
-       
+       return SWITCH_ODBC_FAIL;        
 }
 
-
 SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_callback_exec(switch_odbc_handle_t *handle,
                                                                                                                                          char *sql, switch_core_db_callback_func_t callback, void *pdata)
 {
@@ -341,7 +334,6 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_callback_exec(switch_odb
                goto error;
        }
 
-
        SQLNumResultCols(stmt, &c);
        SQLRowCount(stmt, &m);
 
@@ -400,10 +392,8 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_callback_exec(switch_odb
        }
 
        return SWITCH_ODBC_FAIL;
-
 }
 
-
 SWITCH_DECLARE(void) switch_odbc_handle_destroy(switch_odbc_handle_t **handlep)
 {
        switch_odbc_handle_t *handle = NULL;
@@ -450,7 +440,7 @@ SWITCH_DECLARE(char *) switch_odbc_handle_get_error(switch_odbc_handle_t *handle
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 667ac438407fac2ee6cc2896e84180e7309e4952..7e28e9c3c05ef712a08a9c21cf7d61e907aa3183 100644 (file)
@@ -86,7 +86,6 @@ SWITCH_DECLARE(int) switch_regex_perform(const char *field, const char *expressi
                }
        }
 
-
        re = pcre_compile(expression,   /* the pattern */
                                          flags,                /* default options */
                                          &error,       /* for error message */
@@ -120,7 +119,6 @@ SWITCH_DECLARE(int) switch_regex_perform(const char *field, const char *expressi
        return match_count;
 }
 
-
 SWITCH_DECLARE(void) switch_perform_substitution(switch_regex_t *re, int match_count, const char *data, const char *field_data,
                                                                                                 char *substituted, switch_size_t len, int *ovector)
 {
@@ -204,13 +202,10 @@ SWITCH_DECLARE(switch_status_t) switch_regex_match(const char *target, const cha
        }
 }
 
-
-
-
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index cda04240747fad7bbb2ef15508201e0beb700067..c2984fcefc08ff5ed74d912aa079d66cc20b1945 100644 (file)
@@ -84,7 +84,6 @@ SWITCH_DECLARE(switch_status_t) switch_resample_create(switch_audio_resampler_t
 #endif
 }
 
-
 SWITCH_DECLARE(uint32_t) switch_resample_process(switch_audio_resampler_t *resampler, float *src, int srclen, float *dst, uint32_t dstlen, int last)
 {
 #ifdef DISABLE_RESAMPLE
@@ -123,7 +122,6 @@ SWITCH_DECLARE(void) switch_resample_destroy(switch_audio_resampler_t **resample
        }
 }
 
-
 SWITCH_DECLARE(switch_size_t) switch_float_to_short(float *f, short *s, switch_size_t len)
 {
        switch_size_t i;
@@ -238,10 +236,8 @@ SWITCH_DECLARE(uint32_t) switch_merge_sln(int16_t *data, uint32_t samples, int16
        }
 
        return x;
-
 }
 
-
 SWITCH_DECLARE(void) switch_change_sln_volume(int16_t *data, uint32_t samples, int32_t vol)
 {
        double newrate = 0;
@@ -278,7 +274,7 @@ SWITCH_DECLARE(void) switch_change_sln_volume(int16_t *data, uint32_t samples, i
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index b5b4c9fbd4e1e9ed4dbac5ce41d90d7a1aa616fa..f4b3d381f8eb17cf46cf45f773c23d31437dbc1c 100644 (file)
@@ -80,7 +80,6 @@ typedef struct {
        char body[SWITCH_RTP_MAX_BUF_LEN];
 } rtp_msg_t;
 
-
 struct switch_rtp_vad_data {
        switch_core_session_t *session;
        switch_codec_t vad_codec;
@@ -103,7 +102,6 @@ struct switch_rtp_vad_data {
        time_t next_scan;
 };
 
-
 struct switch_rtp_rfc2833_data {
        switch_queue_t *dtmf_queue;
        char out_digit;
@@ -233,7 +231,6 @@ static switch_status_t ice_out(switch_rtp_t *rtp_session)
  end:
        WRITE_DEC(rtp_session);
        
-
        return SWITCH_STATUS_SUCCESS;
 }
 
@@ -245,7 +242,6 @@ static void handle_ice(switch_rtp_t *rtp_session, void *data, switch_size_t len)
        unsigned char buf[512] = { 0 };
        switch_size_t cpylen = len;
 
-
        READ_INC(rtp_session);
        WRITE_INC(rtp_session);
        
@@ -395,7 +391,6 @@ SWITCH_DECLARE(switch_port_t) switch_rtp_request_port(const char *ip)
        return port;
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_rtp_set_local_address(switch_rtp_t *rtp_session, const char *host, switch_port_t port, const char **err)
 {
        switch_socket_t *new_sock = NULL, *old_sock = NULL;
@@ -614,7 +609,6 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_add_crypto_key(switch_rtp_t *rtp_sess
        return SWITCH_STATUS_SUCCESS;
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_rtp_create(switch_rtp_t **new_rtp_session,
                                                                                                  switch_payload_t payload,
                                                                                                  uint32_t samples_per_interval,
@@ -923,7 +917,6 @@ SWITCH_DECLARE(void) switch_rtp_clear_flag(switch_rtp_t *rtp_session, switch_rtp
        switch_clear_flag_locked(rtp_session, flags);
 }
 
-
 static void do_2833(switch_rtp_t *rtp_session)
 {
        switch_frame_flag_t flags = 0;
@@ -947,7 +940,6 @@ static void do_2833(switch_rtp_t *rtp_session)
                rtp_session->dtmf_data.out_digit_packet[2] = (unsigned char) (rtp_session->dtmf_data.out_digit_sub_sofar >> 8);
                rtp_session->dtmf_data.out_digit_packet[3] = (unsigned char) rtp_session->dtmf_data.out_digit_sub_sofar;
 
-               
                for (x = 0; x < loops; x++) {
                        switch_rtp_write_manual(rtp_session,
                                                                        rtp_session->dtmf_data.out_digit_packet,
@@ -1010,7 +1002,6 @@ static void do_2833(switch_rtp_t *rtp_session)
                                }
                        }
 
-
                        switch_rtp_write_manual(rtp_session,
                                                                        rtp_session->dtmf_data.out_digit_packet,
                                                                        4,
@@ -1090,7 +1081,6 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_
                        }
 
                        bytes = sbytes;
-
                }
 
                if (rtp_session->jb && bytes && rtp_session->recv_msg.header.pt == rtp_session->payload) {
@@ -1312,7 +1302,6 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_
         } else {
             switch_yield(1000);
         }
-
        }
 
        *payload_type = (switch_payload_t) rtp_session->recv_msg.header.pt;
@@ -1347,7 +1336,6 @@ SWITCH_DECLARE(switch_size_t) switch_rtp_has_dtmf(switch_rtp_t *rtp_session)
        return has;
 }
 
-
 SWITCH_DECLARE(switch_size_t) switch_rtp_dequeue_dtmf(switch_rtp_t *rtp_session, switch_dtmf_t *dtmf)
 {
        switch_size_t bytes = 0;
@@ -1369,7 +1357,6 @@ SWITCH_DECLARE(switch_size_t) switch_rtp_dequeue_dtmf(switch_rtp_t *rtp_session,
        return bytes;
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_rtp_queue_rfc2833(switch_rtp_t *rtp_session, const switch_dtmf_t *dtmf)
 {
 
@@ -1392,10 +1379,8 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_queue_rfc2833(switch_rtp_t *rtp_sessi
        return SWITCH_STATUS_SUCCESS;
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_rtp_queue_rfc2833_in(switch_rtp_t *rtp_session, const switch_dtmf_t *dtmf)
 {
-
        switch_dtmf_t *rdigit;
 
        if (!switch_rtp_ready(rtp_session)) {
@@ -1481,7 +1466,6 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_zerocopy_read_frame(switch_rtp_t *rtp
        return SWITCH_STATUS_SUCCESS;
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_rtp_zerocopy_read(switch_rtp_t *rtp_session,
                                                                                                                 void **data, uint32_t * datalen, switch_payload_t *payload_type, switch_frame_flag_t *flags)
 {
@@ -1738,10 +1722,8 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
        WRITE_DEC(rtp_session);
 
        return ret;
-
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_rtp_disable_vad(switch_rtp_t *rtp_session)
 {
 
@@ -1760,7 +1742,6 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_disable_vad(switch_rtp_t *rtp_session
 SWITCH_DECLARE(switch_status_t) switch_rtp_enable_vad(switch_rtp_t *rtp_session, switch_core_session_t *session, switch_codec_t *codec,
                                                                                                          switch_vad_flag_t flags)
 {
-
        if (!switch_rtp_ready(rtp_session)) {
                return SWITCH_STATUS_FALSE;
        }
@@ -1903,7 +1884,6 @@ SWITCH_DECLARE(int) switch_rtp_write_manual(switch_rtp_t *rtp_session,
        WRITE_DEC(rtp_session);
 
        return ret;
-
 }
 
 SWITCH_DECLARE(uint32_t) switch_rtp_get_ssrc(switch_rtp_t *rtp_session)
@@ -1924,7 +1904,7 @@ SWITCH_DECLARE(void *) switch_rtp_get_private(switch_rtp_t *rtp_session)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index cda0837a07edab65e8e22ad9e4e3f28ac05366c2..0652349bb745aa1ad6845d4378b31d25d806cce7 100644 (file)
@@ -298,7 +298,6 @@ SWITCH_DECLARE(void) switch_scheduler_task_thread_start(void)
        switch_thread_create(&thread, thd_attr, switch_scheduler_task_thread, NULL, globals.memory_pool);
 }
 
-
 SWITCH_DECLARE(void) switch_scheduler_task_thread_stop(void)
 {
        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "Stopping Task Thread\n");
@@ -319,7 +318,7 @@ SWITCH_DECLARE(void) switch_scheduler_task_thread_stop(void)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 817324a5faac3e6634fbee734faf838a397f21ec..bf0b0fed0f5773ea89102bc825742ba083ef5f81 100644 (file)
@@ -113,8 +113,6 @@ SWITCH_DECLARE(void) switch_stun_random_string(char *buf, uint16_t len, char *se
        }
 }
 
-
-
 SWITCH_DECLARE(switch_stun_packet_t *) switch_stun_packet_parse(uint8_t * buf, uint32_t len)
 {
        switch_stun_packet_t *packet;
@@ -140,7 +138,6 @@ SWITCH_DECLARE(switch_stun_packet_t *) switch_stun_packet_parse(uint8_t * buf, u
                                switch_stun_ip_t *ip;
                                ip = (switch_stun_ip_t *) attr->value;
                                ip->port = ntohs(ip->port);
-
                        }
                        break;
                }
@@ -363,14 +360,13 @@ SWITCH_DECLARE(switch_status_t) switch_stun_lookup(char **ip,
                *err = "Invalid Reply";
        }
 
-
        return SWITCH_STATUS_FALSE;
 }
 
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index e5e81ba13b6aaccc2642965f43678262fbee6c82..9f2c0b31e3456307b3f091967aee3513fc2f5a7c 100644 (file)
@@ -150,7 +150,6 @@ void fs_channel_set_state(switch_core_session_t *session, char *state)
        }
 }
 
-
 /*
   IVR Routines!  You can do IVR in PHP NOW!
 */
@@ -246,8 +245,6 @@ int fs_switch_ivr_originate(switch_core_session_t *session, switch_core_session_
                switch_ivr_multi_threaded_bridge(session, peer_session, NULL, NULL, NULL);
         switch_core_session_rwunlock(peer_session);
        }
-
-
 }
 
 int fs_switch_ivr_session_transfer(switch_core_session_t *session, char *extension, char *dialplan, char *context)
@@ -266,7 +263,6 @@ int fs_switch_ivr_speak_text(switch_core_session_t *session, char *tts_name, cha
        return status == SWITCH_STATUS_SUCCESS ? 1 : 0;
 }
 
-
 /*
 
 *******  CHANNEL STUFF  *******
@@ -278,7 +274,6 @@ char *fs_switch_channel_get_variable(switch_channel_t *channel, char *varname)
        return switch_channel_get_variable(channel, varname);
 }
 
-
 int fs_switch_channel_set_variable(switch_channel_t *channel, char *varname, char *value)
 {
        switch_status_t status;
index e735789909654af840fd908daba2d2910e3b6871..4c460d89079c4335833e2bf1b988e5d1c50776c1 100644 (file)
@@ -80,7 +80,6 @@ typedef struct timer_matrix timer_matrix_t;
 
 static timer_matrix_t TIMER_MATRIX[MAX_ELEMENTS + 1];
 
-
 SWITCH_DECLARE(switch_time_t) switch_timestamp_now(void)
 {
        return runtime.timestamp ? runtime.timestamp : switch_time_now();
@@ -129,8 +128,6 @@ SWITCH_DECLARE(void) switch_time_sync(void)
        runtime.reference = time_now(runtime.offset);
 }
 
-
-
 SWITCH_DECLARE(void) switch_sleep(switch_interval_time_t t)
 {
 
@@ -152,8 +149,6 @@ SWITCH_DECLARE(void) switch_sleep(switch_interval_time_t t)
 
 }
 
-
-
 static switch_status_t timer_init(switch_timer_t *timer)
 {
        timer_private_t *private_info;
@@ -184,14 +179,11 @@ static switch_status_t timer_init(switch_timer_t *timer)
        return SWITCH_STATUS_MEMERR;
 }
 
-
 #define check_roll() if (private_info->roll < TIMER_MATRIX[timer->interval].roll) {\
                private_info->roll++;\
                private_info->reference = private_info->start = TIMER_MATRIX[timer->interval].tick;\
        }\
 
-
-
 static switch_status_t timer_step(switch_timer_t *timer)
 {
        timer_private_t *private_info = timer->private_info;
@@ -215,7 +207,6 @@ static switch_status_t timer_step(switch_timer_t *timer)
        return SWITCH_STATUS_SUCCESS;
 }
 
-
 static switch_status_t timer_next(switch_timer_t *timer)
 {
        timer_private_t *private_info = timer->private_info;
@@ -261,7 +252,6 @@ static switch_status_t timer_check(switch_timer_t *timer)
        return status;
 }
 
-
 static switch_status_t timer_destroy(switch_timer_t *timer)
 {
        timer_private_t *private_info = timer->private_info;
@@ -275,7 +265,6 @@ static switch_status_t timer_destroy(switch_timer_t *timer)
        return SWITCH_STATUS_SUCCESS;
 }
 
-
 SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime)
 {
        switch_time_t too_late = STEP_MIC * 128;
@@ -380,7 +369,6 @@ SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime)
        return SWITCH_STATUS_TERM;
 }
 
-
 SWITCH_MODULE_LOAD_FUNCTION(softtimer_load)
 {
        switch_timer_interface_t *timer_interface;
@@ -419,7 +407,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(softtimer_shutdown)
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 3af7769c717a031bddf215319b85e1bde50717bd..947cbb8e239ede5324dbda302b7c2330669d30de 100644 (file)
@@ -64,7 +64,6 @@ SWITCH_DECLARE(char *) switch_find_end_paren(const char *s, char open, char clos
        return (char *)e;
 }
 
-
 SWITCH_DECLARE(switch_size_t) switch_fd_read_line(int fd, char *buf, switch_size_t len)
 {
        char c, *p;
@@ -133,7 +132,6 @@ SWITCH_DECLARE(char *) switch_amp_encode(char *s, char *buf, switch_size_t len)
        return buf;
 }
 
-
 static const char switch_b64_table[65] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
 #define B64BUFFLEN 1024
 SWITCH_DECLARE(switch_status_t) switch_b64_encode(unsigned char *in, switch_size_t ilen, unsigned char *out, switch_size_t olen)
@@ -167,7 +165,6 @@ SWITCH_DECLARE(switch_status_t) switch_b64_encode(unsigned char *in, switch_size
     return SWITCH_STATUS_SUCCESS;
 }
 
-
 SWITCH_DECLARE(switch_size_t) switch_b64_decode(char *in, char *out, switch_size_t olen)
 {
 
@@ -208,7 +205,6 @@ SWITCH_DECLARE(switch_size_t) switch_b64_decode(char *in, char *out, switch_size
        return ol;
 }
 
-
 static int write_buf(int fd, const char *buf)
 {
 
@@ -322,8 +318,6 @@ SWITCH_DECLARE(switch_bool_t) switch_simple_email(const char *to, const char *fr
 
         }
 
-
-
         if (file) {
             switch_snprintf(buf, B64BUFFLEN, "\n\n--%s--\n.\n", bound);
             if (!write_buf(fd, buf))
@@ -377,8 +371,7 @@ SWITCH_DECLARE(switch_bool_t) switch_is_lan_addr(const char *ip)
                        strncmp(ip, "172.31.", 7) &&
                        strncmp(ip, "192.0.2.", 8) &&
                        strncmp(ip, "169.254.", 8)
-                       ) ? SWITCH_FALSE : SWITCH_TRUE;
-       
+                       ) ? SWITCH_FALSE : SWITCH_TRUE; 
 }
 
 SWITCH_DECLARE(switch_bool_t) switch_ast2regex(char *pat, char *rbuf, size_t len)
@@ -452,7 +445,6 @@ SWITCH_DECLARE(char *) switch_strip_spaces(const char *str)
        return s;
 }
 
-
 SWITCH_DECLARE(char *) switch_separate_paren_args(char *str)
 {
        char *e, *args;
@@ -497,7 +489,6 @@ SWITCH_DECLARE(switch_bool_t) switch_is_number(const char *str)
        return r;
 }
 
-
 SWITCH_DECLARE(const char *) switch_stristr(const char *instr, const char *str)
 {
 /*
@@ -508,7 +499,6 @@ SWITCH_DECLARE(const char *) switch_stristr(const char *instr, const char *str)
 **
 ** Hereby donated to public domain.
 */
-
        const char *pptr, *sptr, *start;
 
        if (!str || !instr)
@@ -539,7 +529,6 @@ SWITCH_DECLARE(const char *) switch_stristr(const char *instr, const char *str)
        return NULL;
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_find_local_ip(char *buf, int len, int family)
 {
        switch_status_t status = SWITCH_STATUS_FALSE;
@@ -574,7 +563,6 @@ SWITCH_DECLARE(switch_status_t) switch_find_local_ip(char *buf, int len, int fam
                break;
        }
 
-
 #ifdef WIN32
        tmp_socket = socket(family, SOCK_DGRAM, 0);
 
@@ -671,7 +659,6 @@ SWITCH_DECLARE(switch_status_t) switch_find_local_ip(char *buf, int len, int fam
                break;
        }
 
-
   doh:
        if (tmp_socket > 0) {
                close(tmp_socket);
@@ -680,10 +667,8 @@ SWITCH_DECLARE(switch_status_t) switch_find_local_ip(char *buf, int len, int fam
 #endif
 
        return status;
-
 }
 
-
 SWITCH_DECLARE(switch_time_t) switch_str_time(const char *in)
 {
        switch_time_exp_t tm = { 0 };
@@ -733,7 +718,6 @@ SWITCH_DECLARE(switch_time_t) switch_str_time(const char *in)
        }
        /* possible else with more patterns later */
        return ret;
-
 }
 
 SWITCH_DECLARE(const char *) switch_priority_name(switch_priority_t priority)
@@ -1213,7 +1197,6 @@ SWITCH_DECLARE(const char *) switch_cut_path(const char *in)
        }
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_string_match(const char *string, size_t string_len, const char *search, size_t search_len)
 {
        size_t i;
@@ -1275,7 +1258,6 @@ SWITCH_DECLARE(int) switch_socket_waitfor(switch_pollfd_t * poll, int ms)
        return nsds;
 }
 
-
 SWITCH_DECLARE(size_t) switch_url_encode(const char *url, char *buf, size_t len)
 {
        const char *p;
@@ -1328,11 +1310,10 @@ SWITCH_DECLARE(char *) switch_url_decode(char *s)
        return s;
 }
 
-
 /* For Emacs:
  * Local Variables:
  * mode:c
- * indent-tabs-mode:t
+ * indent-tabs-mode:nil
  * tab-width:4
  * c-basic-offset:4
  * End:
index 484a9e70083d649cd42c7e01ab62d108f3f8e8e6..2f675a3c86e3dd00b54e676ebc277b1db5c9b4ce 100644 (file)
@@ -111,7 +111,6 @@ struct xml_section_t {
        uint32_t section;
 };
 
-
 static struct xml_section_t SECTIONS[] = {
        {"result", SWITCH_XML_SECTION_RESULT},
        {"config", SWITCH_XML_SECTION_CONFIG},
@@ -170,7 +169,6 @@ SWITCH_DECLARE(switch_status_t) switch_xml_bind_search_function(switch_xml_searc
        return SWITCH_STATUS_SUCCESS;
 }
 
-
 SWITCH_DECLARE(switch_xml_t) switch_xml_find_child(switch_xml_t node, const char *childname, const char *attrname, const char *value)
 {
        switch_xml_t p = NULL;
@@ -976,7 +974,6 @@ static char *expand_vars(char *buf, char *ebuf, switch_size_t elen, switch_size_
                                        }
                                }
                        }
-
                }
 
                *wp++ = *rp++;
@@ -985,7 +982,6 @@ static char *expand_vars(char *buf, char *ebuf, switch_size_t elen, switch_size_
        *newlen = strlen(ebuf);
 
        return ebuf;
-
 }
 
 static int preprocess_glob(const char *cwd, const char *pattern, int write_fd, int rlevel)
@@ -1203,7 +1199,6 @@ static int preprocess(const char *cwd, const char *file, int write_fd, int rleve
                if(write(write_fd, bp, (unsigned) cur) != (int) cur) {
                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Short write!\n");
                }
-
        }
 
        close(read_fd);
@@ -1277,7 +1272,6 @@ SWITCH_DECLARE(switch_xml_t) switch_xml_parse_file(const char *file)
        return xml;
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_xml_locate(const char *section,
                                                                                                  const char *tag_name,
                                                                                                  const char *key_name, const char *key_value, switch_xml_t * root, switch_xml_t * node,
@@ -1373,7 +1367,6 @@ SWITCH_DECLARE(switch_status_t) switch_xml_locate_domain(const char *domain_name
        return status;
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_xml_locate_user(const char *key,
                                                                                                           const char *user_name,
                                                                                                           const char *domain_name, 
@@ -1383,7 +1376,6 @@ SWITCH_DECLARE(switch_status_t) switch_xml_locate_user(const char *key,
                                                                                                           switch_xml_t *user,
                                                                                                           switch_event_t *params)
 {
-
        switch_status_t status;
        *root = NULL;
        *user = NULL;
@@ -1433,7 +1425,6 @@ SWITCH_DECLARE(switch_status_t) switch_xml_locate_user(const char *key,
        return SWITCH_STATUS_FALSE;
 }
 
-
 SWITCH_DECLARE(switch_xml_t) switch_xml_root(void)
 {
        lock_count++;
@@ -1491,7 +1482,6 @@ SWITCH_DECLARE(switch_xml_t) switch_xml_open_root(uint8_t reload, const char **e
        return errcnt == 0 ? switch_xml_root() : NULL;
 }
 
-
 SWITCH_DECLARE(switch_status_t) switch_xml_init(switch_memory_pool_t *pool, const char **err)
 {
        switch_xml_t xml;
@@ -1539,7 +1529,6 @@ SWITCH_DECLARE(switch_xml_t) switch_xml_open_cfg(const char *file_path, switch_x
 
 }
 
-
 // Encodes ampersand sequences appending the results to *dst, reallocating *dst
 // if length excedes max. a is non-zero for attribute encoding. Returns *dst
 static char *switch_xml_ampencode(const char *s, switch_size_t len, char **dst, switch_size_t *dlen, switch_size_t *max, short a)