summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib/pjsua.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include/pjsua-lib/pjsua.h')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 4890a87b..45515a9b 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -660,7 +660,7 @@ typedef struct pjsua_callback
/**
* Notify application on call being transfered (i.e. REFER is received).
* Application can decide to accept/reject transfer request
- * by setting the code (default is 200). When this callback
+ * by setting the code (default is 202). When this callback
* is not defined, the default behavior is to accept the
* transfer.
*