SMS Sender ID Problem
-
Hi All, This is a asp.net project so i ask this question here, If it is the wrong fourm to ask the question then i will transfer the question there. Question: While sending the msg on mobile i use the following http api
Here the sender id is mobile number but i found that TRAI give a rule 2 use only 8 character as senderid so i cant use mobile number as sender id. So now if i send the msg it display my sender id in place of the mobile contact. So what could the solution for the same. I need to display the mobile contact when i send the sms to any one. Plz Help Thanks Yogesh Agarwal
-
Hi All, This is a asp.net project so i ask this question here, If it is the wrong fourm to ask the question then i will transfer the question there. Question: While sending the msg on mobile i use the following http api
Here the sender id is mobile number but i found that TRAI give a rule 2 use only 8 character as senderid so i cant use mobile number as sender id. So now if i send the msg it display my sender id in place of the mobile contact. So what could the solution for the same. I need to display the mobile contact when i send the sms to any one. Plz Help Thanks Yogesh Agarwal
-
yogesh_kumar_agarwal wrote:
but i found that TRAI give a rule 2 use only 8 character as senderid
Then You have to preserve some chars in body of the sms for sendersID
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
Thank u very much for the reply. But if u could then give me some hint or idea for the same. That how could is preserve the same. And also then how that preserve character will comes out and give the mobile number to receiver when receiver receives the msgs. Thanks Yogesh Agarwal
-
Hi All, This is a asp.net project so i ask this question here, If it is the wrong fourm to ask the question then i will transfer the question there. Question: While sending the msg on mobile i use the following http api
Here the sender id is mobile number but i found that TRAI give a rule 2 use only 8 character as senderid so i cant use mobile number as sender id. So now if i send the msg it display my sender id in place of the mobile contact. So what could the solution for the same. I need to display the mobile contact when i send the sms to any one. Plz Help Thanks Yogesh Agarwal
yogesh_kumar_agarwal wrote:
Are u Using it for Sending sms from Your Application...!
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
-
yogesh_kumar_agarwal wrote:
Are u Using it for Sending sms from Your Application...!
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
Yes i made a web application used to send sms like Orkut, ibibo etc
-
Yes i made a web application used to send sms like Orkut, ibibo etc
For Sending Sms From Some Providers There will be some max length will be there For Example:163 from Way2SMS..! Actual Sms Lenth Will be More than 163 Say 180 Characters..! So we can Make the Use of 17 Characters By Entering the MobileNumber of the user in the body of SMS..!
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.