python-gammu icon indicating copy to clipboard operation
python-gammu copied to clipboard

call method for python

Open IPB-DevOps opened this issue 3 years ago • 3 comments

Is it posible to implement call functionality for python api? This would be a big improvement for self developped sms gateways.

Kind regards, Thomas

IPB-DevOps avatar Aug 16 '22 12:08 IPB-DevOps

It is already implemented:

https://github.com/gammu/python-gammu/blob/6067cf190f6813c9229f935d89434d7992651de1/gammu/src/gammu.c#L3024-L3072

nijel avatar Aug 17 '22 12:08 nijel

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

IPB-DevOps avatar Aug 18 '22 06:08 IPB-DevOps

Yes, that's correct.

nijel avatar Aug 18 '22 07:08 nijel