We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On line 1120 of Elements.py
ERROR: (3) File "/usr/local/plivo2/lib/python2.6/site-packages/plivo-0.1.0-py2.6.egg/plivo/rest/freeswitch/outboundsocket.py", line 386, in _run 2011-07-07 16:19:38,952 plivo-outbound[17471]: ERROR: (3) self.process_call() 2011-07-07 16:19:38,952 plivo-outbound[17471]: ERROR: (3) File "/usr/local/plivo2/lib/python2.6/site-packages/plivo-0.1.0-py2.6.egg/plivo/rest/freeswitch/outboundsocket.py", line 414, in process_call 2011-07-07 16:19:38,952 plivo-outbound[17471]: ERROR: (3) self.execute_xml() 2011-07-07 16:19:38,952 plivo-outbound[17471]: ERROR: (3) File "/usr/local/plivo2/lib/python2.6/site-packages/plivo-0.1.0-py2.6.egg/plivo/rest/freeswitch/outboundsocket.py", line 549, in execute_xml 2011-07-07 16:19:38,952 plivo-outbound[17471]: ERROR: (3) element_instance.run(self) 2011-07-07 16:19:38,953 plivo-outbound[17471]: ERROR: (3) File "/usr/local/plivo2/lib/python2.6/site-packages/plivo-0.1.0-py2.6.egg/plivo/rest/freeswitch/elements.py", line 128, in run 2011-07-07 16:19:38,953 plivo-outbound[17471]: ERROR: (3) result = execute(outbound_socket) 2011-07-07 16:19:38,953 plivo-outbound[17471]: ERROR: (3) File "/usr/local/plivo2/lib/python2.6/site-packages/plivo-0.1.0-py2.6.egg/plivo/rest/freeswitch/elements.py", line 1120, in execute 2011-07-07 16:19:38,953 plivo-outbound[17471]: ERROR: (3) record_digits = self.get_var("playback_terminator_used")
The text was updated successfully, but these errors were encountered:
fix get_var error, issue #14, thanks whitebook =)
fc35bd2
ahah yes good catch thank you again :)
fixed now in last revision !
Sorry, something went wrong.
No branches or pull requests
On line 1120 of Elements.py
ERROR: (3) File "/usr/local/plivo2/lib/python2.6/site-packages/plivo-0.1.0-py2.6.egg/plivo/rest/freeswitch/outboundsocket.py", line 386, in _run
2011-07-07 16:19:38,952 plivo-outbound[17471]: ERROR: (3) self.process_call()
2011-07-07 16:19:38,952 plivo-outbound[17471]: ERROR: (3) File "/usr/local/plivo2/lib/python2.6/site-packages/plivo-0.1.0-py2.6.egg/plivo/rest/freeswitch/outboundsocket.py", line 414, in process_call
2011-07-07 16:19:38,952 plivo-outbound[17471]: ERROR: (3) self.execute_xml()
2011-07-07 16:19:38,952 plivo-outbound[17471]: ERROR: (3) File "/usr/local/plivo2/lib/python2.6/site-packages/plivo-0.1.0-py2.6.egg/plivo/rest/freeswitch/outboundsocket.py", line 549, in execute_xml
2011-07-07 16:19:38,952 plivo-outbound[17471]: ERROR: (3) element_instance.run(self)
2011-07-07 16:19:38,953 plivo-outbound[17471]: ERROR: (3) File "/usr/local/plivo2/lib/python2.6/site-packages/plivo-0.1.0-py2.6.egg/plivo/rest/freeswitch/elements.py", line 128, in run
2011-07-07 16:19:38,953 plivo-outbound[17471]: ERROR: (3) result = execute(outbound_socket)
2011-07-07 16:19:38,953 plivo-outbound[17471]: ERROR: (3) File "/usr/local/plivo2/lib/python2.6/site-packages/plivo-0.1.0-py2.6.egg/plivo/rest/freeswitch/elements.py", line 1120, in execute
2011-07-07 16:19:38,953 plivo-outbound[17471]: ERROR: (3) record_digits = self.get_var("playback_terminator_used")
The text was updated successfully, but these errors were encountered: