ソースを参照

kamailio-kemi-framework: updates to core exports for REFER method checks

Daniel-Constantin Mierla 5 年 前
コミット
c3ada89602
1 ファイル変更8 行追加0 行削除
  1. 8 0
      kamailio-kemi-framework/docs/core.md

+ 8 - 0
kamailio-kemi-framework/docs/core.md

@@ -141,6 +141,7 @@ Matching the method is done based on corresponding characters:
   * `R` - REGISTER
   * `M` - MESSAGE
   * `O` - OPTIONS
+  * `F` - REFER
   * `S` - SUBSCRIBE
   * `P` - PUBLISH
   * `N` - NOTIFY
@@ -226,6 +227,13 @@ Return true if the method type of the SIP message is `NOTIFY`.
 
 Return true if the method type of the SIP message is `OPTIONS`.
 
+### KSR.is_REFER() ###
+
+`bool is_REFER()`
+
+Return true if the method type of the SIP message is `REFER`.
+
+
 ### KSR.is_INFO() ###
 
 `bool is_INFO()`