how to get Count of sent messages modem wise

Home Forums iSMS how to get Count of sent messages modem wise

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2859
    Adeel Memon
    Participant

    this is the count of Inbox message

    http://10.10.10.101/querycount?user=admin&passwd=admin

    this is the count of Inbox messages of modem 1

    http://10.10.10.101/querycount?user=admin&passwd=admin&modem=1

    according to this i want to know how to get count of sent message??

    #4398
    Bryon Davis
    Moderator

    Hi Adeel,

    The querycount will give you the number of messages that haven’t been delivered through the Receive API. It doesn’t give you the number of messages in the Inbox.

    There is no way to see the number of messages in the outbox, but you can tell how many messages have been sent since booting by the value of the msgid received when sending through the API. After boot up, the msgid starts at zero and increments for each message sent.

    Regards,

    Bryon

    #4399
    Adeel Memon
    Participant

    Thanks Bryon 🙂

    Regards,

    Adeel Memon

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.