Tareas #40
SIP INFO gives error and doesn't work
| Status: | Resuelta | Start: | 03/23/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | PJSIP | |||
| Target version: | 0.5.0 |
Description
I select "SIP INFO" as DTMF mode but when press a DTMF I get this error and no SIP INFO is sent:
Traceback (most recent call last):
File "/opt/yass/gui/dtmfdlg_w.py", line 36, in <lambda>
QtCore.QObject.connect(self.ui.oneBtn, QtCore.SIGNAL("clicked()"), lambda d="1": self.controller.send_dtmf(d))
File "/opt/yass/gui/dtmfdlg_c.py", line 31, in send_dtmf
self.core.send_dtmf(self.core.calls.current, digit)
File "/opt/yass/core/core.py", line 245, in send_dtmf
if self.cdf.media.dtmfmode == 0:
AttributeError: 'yass_core' object has no attribute 'cdf'
Note that this error appears when running YASS in a terminal with
./yass.
History
Updated by Saúl Ibarra Corretgé over 2 years ago
- Status changed from Nueva to Resuelta
Fixed in SVN trunk rev 86.