From 02ca90e766f49bf2c03e784669220f838eb19805 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 8 Apr 2008 23:33:15 +0000 Subject: 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 --- pjsip/include/pjsua-lib/pjsua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip/include') 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. * -- cgit v1.2.3