Skip to content

Error in Esme GUI #7

@lukos

Description

@lukos

Firstly, I needed to modify this so it worked with non-US phone numbers but I successfully managed to send an SMS to my UK mobile.

Anyway, on completion, the Esme GUI app attempts to convert the Message ID in the response to an integer on the basis that it comes back in some kind of Base. However, my provider returns a GUID for the message id so this line of code crashes:

string decimalMessageId = Convert.ToInt64(submitResp.MessageID, submitResponseMessageIdBase_).ToString();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions