"telephone.dial()" does not work in certain SE models.
From:
http://discussion.forum.nokia.com/forum/showthread.php?t=104246&page=3
"""
Same happens in my P910i - Based on the following link, it seems that at least P800 and P900 do not support the ETel framework (which is the base for the "telephone" module in PyS60), hence it would not work:
http://developer.sonyericsson.com/thread.jspa?messageID=7701ḕ
"""
Fix could be possible with this:
"""
Here is some sample C++ code which might work (the DNL part) if somebody wants to try to wrap it to a Python extension (and even submit a patch for it):
[url]http://forum.newlc.com/index.php?PHPSESSID=f4e3cee718d915ce22a4152f8b0e9807&topic=3912.0[/url]
[url]http://developer.sonyericsson.com/thread.jspa?messageID=92708[/url]
[url]http://www.omgili.com/preview/aHR0cDovL2RldmVsb3Blci5zb255ZXJpY3Nzb24uY29tL3RocmVhZC5qc3BhP3RocmVhZElEPTMzMDY5[/url]
"""