summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-04-08 23:33:15 +0000
committerBenny Prijono <bennylp@teluu.com>2008-04-08 23:33:15 +0000
commit02ca90e766f49bf2c03e784669220f838eb19805 (patch)
treeba4c0c0e2c72a2399d825b87c4ee2b3ea58d028a /pjsip/include
parent17c11e321f7efd4de84ba84be6e7d12394162abd (diff)
As per list report, changed the default response to incoming REFER from 200 to 202 as some gateways do not like this. Thanks Pedro Sanchez for the report
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1912 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-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.
*