浏览代码

rtp_media_server: replaced old project name in comments [skip ci]

Daniel-Constantin Mierla 4 年之前
父节点
当前提交
300bcaa931
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/modules/rtp_media_server/rtp_media_server.c

+ 4 - 4
src/modules/rtp_media_server/rtp_media_server.c

@@ -161,8 +161,8 @@ static int fixup_rms_action_play(void **param, int param_no)
 }
 
 /**
- * @return 0 to continue to load the OpenSER, -1 to stop the loading
- * and abort OpenSER.
+ * @return 0 to continue to load Kamailio, -1 to stop the loading
+ * and abort Kamailio.
  */
 static int mod_init(void)
 {
@@ -199,7 +199,7 @@ static int mod_init(void)
 }
 
 /**
- * Called only once when OpenSER is shuting down to clean up module
+ * Called only once when Kamailio is shuting down to clean up module
  * resources.
  */
 static void mod_destroy()
@@ -339,7 +339,7 @@ static void rms_dialog_manage_loop()
  * PROC_TCP_MAIN -4  TCP main process
  * PROC_UNIXSOCK -5  Unix domain socket server processes
  *
- * If this function returns a nonzero value the loading of OpenSER will
+ * If this function returns a nonzero value the loading of Kamailio will
  * stop.
  */
 static int child_init(int rank)