I am trying to send SMS to indian numbers using plivo Api. I have set src to alphanumeric id as "ALPHA-NUM".
parameters.put("src", "ALPHA-NUM");
But all my sms's are getting received as DM-NOTIFY. How to enable sending sms as alphanumeric sender Ids. Please help.