python-gammu
python-gammu copied to clipboard
call method for python
Is it posible to implement call functionality for python api? This would be a big improvement for self developped sms gateways.
Kind regards, Thomas
It is already implemented:
https://github.com/gammu/python-gammu/blob/6067cf190f6813c9229f935d89434d7992651de1/gammu/src/gammu.c#L3024-L3072
You are right, I mean call function for a running smsd. Far as I know, you can only dial a call if the phone / sim has not an allready running daemon with it. In theory you have to stop daemon, make the call and start daemon again right?
Thank you for your fast response
Yes, that's correct.