Browse Source

ikamailio-kemi-framework: ordered methods for is_method_in()

- listed PRACK
Daniel-Constantin Mierla 4 years ago
parent
commit
60b6a70fac
1 changed files with 6 additions and 5 deletions
  1. 6 5
      kamailio-kemi-framework/docs/core.md

+ 6 - 5
kamailio-kemi-framework/docs/core.md

@@ -191,19 +191,20 @@ of the corresponding characters given as parameter.
 
 Matching the method is done based on corresponding characters:
 
-  * `I` - INVITE
   * `A` - ACK
   * `B` - BYE
   * `C` - CANCEL
-  * `R` - REGISTER
+  * `I` - INVITE
+  * `K` - KDMQ
   * `M` - MESSAGE
+  * `N` - NOTIFY
   * `O` - OPTIONS
+  * `E` - PRACK
+  * `P` - PUBLISH
   * `F` - REFER
+  * `R` - REGISTER
   * `S` - SUBSCRIBE
-  * `P` - PUBLISH
-  * `N` - NOTIFY
   * `U` - UPDATE
-  * `K` - KDMQ
   * `G` - GET
   * `T` - POST
   * `V` - PUT