Hi David and all,

I'm having problem with bayonne with oh323 driver.
When I'm trying to run playrec at the end when it tries to record it exits saying Floating point exception.

h323/0: step 3f0fffff record(=exit,#,=maxTime,%maxtime,=prefix,%prefix,%tmpname)
OH323Trunk::stepHandler(event->id=303)
OH323Trunk::stepHandler(event->parm.step=8)
h323/0: record
Floating point exception

Code snippets from /drivers/oh323/record.cpp:
...
                else if(data.record.append){
                        open(data.record.name, modeWrite);
                }else{
                        create(data.record.name, &info);
^^^^^^^^^^^^^^^^^^^^^^^^^ problem is here
                }
...
It shows Floating point exception when it tries to load create function in oh323/record.cpp
How can I solve this problem? Where to look for create function ?

Also I compiled ccaudio2-0.7.10 and installed. However when I try to load g723 it says: dso: g.723: ../modules/audio/g.723: undefined symbol: _ZTVN12ccAudioCodec7g723_40E

How to solve this problem?

thanks,

Ganbold



_______________________________________________
Bayonne-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bayonne-devel

Reply via email to