提交 cffd9825 authored 作者: Traun Leyden's avatar Traun Leyden

reswig after updating to 8254. check that it compiles and do some light…

reswig after updating to 8254.  check that it compiles and do some light testing.  seems that playAndGetDigits now returns a single value instead of a list of values, update scripts accordingly.  also execute_extension is causing seg faults, at least in certain cases.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8256 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d9fbe7b1
# This file was automatically generated by SWIG (http://www.swig.org). # This file was automatically generated by SWIG (http://www.swig.org).
# Version 1.3.35 # Version 1.3.31
# #
# Don't modify this file, modify the SWIG interface instead. # Don't modify this file, modify the SWIG interface instead.
# This file is compatible with both classic and new-style classes. # This file is compatible with both classic and new-style classes.
...@@ -169,7 +169,7 @@ class CoreSession(_object): ...@@ -169,7 +169,7 @@ class CoreSession(_object):
__setattr__ = lambda self, name, value: _swig_setattr(self, CoreSession, name, value) __setattr__ = lambda self, name, value: _swig_setattr(self, CoreSession, name, value)
__swig_getmethods__ = {} __swig_getmethods__ = {}
__getattr__ = lambda self, name: _swig_getattr(self, CoreSession, name) __getattr__ = lambda self, name: _swig_getattr(self, CoreSession, name)
def __init__(self, *args, **kwargs): raise AttributeError, "No constructor defined" def __init__(self): raise AttributeError, "No constructor defined"
__repr__ = _swig_repr __repr__ = _swig_repr
__swig_destroy__ = _freeswitch.delete_CoreSession __swig_destroy__ = _freeswitch.delete_CoreSession
__del__ = lambda self : None; __del__ = lambda self : None;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论