View Single Post
Posts: 398 | Thanked: 301 times | Joined on Sep 2007 @ Texas
#241
If you don't mind, where do you use seq_id? That seems to be the last variable set from the sqlite related code.

FWIW, I removed the sqlite from gvSMS and it didn't seem to change the behavior.

While I'm at it, ADDR_TYPE of 129 seems to be required for T-Mobile domestic (US) numbers. Using 132 fails. I tried to use your international support. Then to make things more interesting, ADDR_TYPE 129 or 132 works fine on AT&T domestic numbers.

Originally Posted by ossipena View Post
don't touch the sqlite! it fetches the unique id needed for adding a message. it seems to be easier than api way apparently and since it only reads one column through it shouldn't mess the db up.
thanks,
Frank