Need to know more for field p_src in table playsms_tblSMSOutgoing

Hi guys ! I need your help.
I make sql query
SELECT * FROM playsms_tblSMSOutgoing` WHERE p_src=“TELENET” AND p_status=3 AND p_update BETWEEN ‘2021-07-01 00:00:00’ AND ‘2021-07-31 00:00:00’

What value may content in variable p_status? And what mean every value in p_status ? I dont find any tables where should be the data about p_status

p_status:

  • 0 : pending
  • 1 : sent
  • 2 : failed
  • 3 : delivered

anton

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.