From b36d2739227522586612ee5ab3f7843795fd07bc Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Fri, 31 Jan 2014 08:52:09 +0000 Subject: Misc (re #1630): Fixed some more typos in the codes. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4724 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/python/pjsua.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip-apps/src/python/pjsua.py') diff --git a/pjsip-apps/src/python/pjsua.py b/pjsip-apps/src/python/pjsua.py index 6dc5efe1..9b2fbfe6 100644 --- a/pjsip-apps/src/python/pjsua.py +++ b/pjsip-apps/src/python/pjsua.py @@ -1386,7 +1386,7 @@ class CallCallback: pass def on_transfer_request(self, dst, code): - """Notification that call is being transfered by remote party. + """Notification that call is being transferred by remote party. Application can decide to accept/reject transfer request by returning code greater than or equal to 500. The default behavior is to accept -- cgit v1.2.3