View Single Post
Posts: 47 | Thanked: 33 times | Joined on Nov 2009 @ Czerwionka, Poland
#105
After starting manually service.py I started getting INCOMING files.

Ok, I figured it out.
After changing line 92 in wappushandler.py:

file = open("/home/user/.fmms/push/" + transaction, 'w')

to:

myfile = open("/home/user/.fmms/push/" + str(transaction), 'w')

it works Push SMSes are saved now.

Last edited by tomaszf; 2010-01-02 at 22:10.
 

The Following User Says Thank You to tomaszf For This Useful Post: