| Anonymous | Login | Signup for a new account | 2010-02-27 10:40 CET |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000093 | [CapiSuite] core | crash | always | 2004-08-20 09:47 | 2004-10-28 10:21 | ||||
| Reporter | roland | View Status | public | ||||||
| Assigned To | gernot | ||||||||
| Priority | normal | Resolution | reopened | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000093: capisuite.audio_send crashes capisuite | ||||||||
| Description |
I am using the following script: ---script--- import capisuite def callIncoming(call,service,call_from,call_to): capisuite.connect_voice(call,10) capisuite.audio_send(call,"/usr/share/capisuite/beep.la") capisuite.audio_receive(call,"/tmp/recorded.la",20,3) capisuite.disconnect(call) ---script--- I get a ringtone, after the given delay capisuite answers, sends some milliseconds of beep.la (or any other sound file), then the connection goes dead. After that, the service is no longer available (says the girl from German Telecom). Outbound connection to the internet works (via pppcapiplugin) Capisuite log shows the sending of the sound file as last entry (start_file_transmission ...). The syntax of the audio_send string does not matter (I tried every possible variation). After restarting the daemon (/etc/init.d/capisuite restart) everything works as expected with any script (except fax reception, but this is not implemented in mISDN yet). |
||||||||
| Additional Information | Kernel 2.6.7, mISDN driver from 2. Aug. 2004, ISDN card is hfcpci (passive) | ||||||||
| Attached Files |
|
||||||||
|
|
|||||||||