Hi all, I have using pjsip-python binding and just tried a small code snippet for conecting a call: using pj.Lib.instance().conf_connect(0, self.call_slot) pj.Lib.instance().conf_connect(self.call_slot, 0) Now on disconnecting the call using pj.Lib.instance().conf_disconnect(0, self.call_slot) pj.Lib.instance().conf_disconnect(self.call_slot, 0) It fails to free the sound device and the sound device comes as busy (/dev/dsp is reported as busy) after disconnecting the call i cant play any music ..... what could be wrong with this....? Why is my sound device coming as busy still..... Any way in debugging the same? Any pointers in this regard will be of great help. Thanks & Regards Sv. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20081218/867546dc/attachment.html>