summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-09-10 16:54:22 +0000
committerBenny Prijono <bennylp@teluu.com>2007-09-10 16:54:22 +0000
commit6422e241435dc01ddd29e02b6f6348da21c97ddb (patch)
tree99528146933e70e5c0c7803e77c793a192fc4ed3 /pjsip/include
parent42bbebb4b0bba76683ff38ce79f5bdad97b0ce37 (diff)
Updated Python module to pjsip-0.7 (inc. custom presence test)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1430 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 ad89a037..a82141b5 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -570,7 +570,7 @@ typedef struct pjsua_callback
* \par Python Syntax:
* \code
# call_id: integer
- # digit: integer
+ # digit: digit string
def on_dtmf_digit(call_id, digit):
return