summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/py_pjsua
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-02-01 19:25:50 +0000
committerBenny Prijono <bennylp@teluu.com>2007-02-01 19:25:50 +0000
commit3838854d1becf6befefe1efb9112f5db5e0c6740 (patch)
tree3b9aaba9a0905f23457e0545c047d43701ede476 /pjsip-apps/src/py_pjsua
parent7de461f8212c9fc77ae3580fd1a2f40ba5ec0ffb (diff)
Implement the missing pjsua_get_snd_dev() function
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@925 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/py_pjsua')
-rw-r--r--pjsip-apps/src/py_pjsua/py_pjsua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip-apps/src/py_pjsua/py_pjsua.c b/pjsip-apps/src/py_pjsua/py_pjsua.c
index fda96583..9c14a316 100644
--- a/pjsip-apps/src/py_pjsua/py_pjsua.c
+++ b/pjsip-apps/src/py_pjsua/py_pjsua.c
@@ -8228,10 +8228,10 @@ static PyMethodDef py_pjsua_methods[] =
"enum_snd_devs", py_pjsua_enum_snd_devs, METH_VARARGS,
pjsua_enum_snd_devs_doc
},
- /*{
+ {
"get_snd_dev", py_pjsua_get_snd_dev, METH_VARARGS,
pjsua_get_snd_dev_doc
- },*/
+ },
{
"set_snd_dev", py_pjsua_set_snd_dev, METH_VARARGS,
pjsua_set_snd_dev_doc