|
@@ -141,6 +141,7 @@ Matching the method is done based on corresponding characters:
|
|
* `R` - REGISTER
|
|
* `R` - REGISTER
|
|
* `M` - MESSAGE
|
|
* `M` - MESSAGE
|
|
* `O` - OPTIONS
|
|
* `O` - OPTIONS
|
|
|
|
+ * `F` - REFER
|
|
* `S` - SUBSCRIBE
|
|
* `S` - SUBSCRIBE
|
|
* `P` - PUBLISH
|
|
* `P` - PUBLISH
|
|
* `N` - NOTIFY
|
|
* `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`.
|
|
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() ###
|
|
### KSR.is_INFO() ###
|
|
|
|
|
|
`bool is_INFO()`
|
|
`bool is_INFO()`
|