xFrieDSpuDx / SMS-Bulk-Sender

SMS message bulk sender using the Telnyx API
18 stars 3 forks source link

Errors when adding number from my country #5

Closed uchenna2k2 closed 2 years ago

uchenna2k2 commented 2 years ago

I have noticed that I get errors with my country number, Nigeria. The format is +23480XXXXXXXX but it adds 1 in front just like this +123480XXXXXXXX throwing up errors. How do I fixed this?

xFrieDSpuDx commented 2 years ago

Thank you for bringing this up.

At the moment the application only has the ability to send to numbers that have the same country code as the Telnyx send number. This was done for two main reasons:

I do have it in the plan to update this shortcoming, but I have no deadline scheduled just yet.

xFrieDSpuDx commented 2 years ago

I have made a small update that allows messages to be sent to any number.

The error checking for number length is still very rudimentary, I will take a look at implementing something more thorough in the future.

Any questions or problems give me a shout.

uchenna2k2 commented 2 years ago

Thanks