Discussion:
How to pass Sender ID for Gammu Deamon ???
Mohammad Irfan
2013-03-31 06:46:46 UTC
Permalink
Dear Experts,

I am new to Gammu and setting up a gateway (along with Kalkun as a front
end). I can send SMS using "Gammu sendsms" and the messages are being
delivered to mobiles with the original number of the SIM card. So my next
step is to integrate my office solution with gammu to deliver the messages
to end-customers. But, I have little or no idea on how to make sender ID
which will send a customized ID and not the originating real number (lets
assume the Telco operator of the SIM card being used has permitted to use
customized SenderID). My question here is, how can I implement several
SenderID with one single gammu SMS Daemon (through an HTTP call). Below
find some examples of my requirement :

*Company A
*
http://smsc.Testsms.com/Test/custAPI/sendTextSMS_Bulk_http.cfm?usrName=xx&usrPass=xx&msgLNG=eng&msg
*SenderID=CompanyA*&gsmNumber=00124324123&msgtext=This is a test english
message

*Company B
*
http://smsc.Testsms.com/Test/custAPI/sendTextSMS_Bulk_http.cfm?usrName=xx&usrPass=xx&msgLNG=eng&msg
*SenderID=CompanyB*&gsmNumber=00124324123&msgtext=This is a test english
message

My advance thanks to all of you who wish to help me.

Waiting for the prompt reply from experts :

Regards,
Irfan
Raffaele Oneto
2013-03-31 07:27:04 UTC
Permalink
I'm interested too

Raffaele Oneto
Post by Mohammad Irfan
Dear Experts,
Company A
http://smsc.Testsms.com/Test/custAPI/sendTextSMS_Bulk_http.cfm?usrName=xx&usrPass=xx&msgLNG=eng&msgSenderID=CompanyA&gsmNumber=00124324123&msgtext=This is a test english message
Company B
http://smsc.Testsms.com/Test/custAPI/sendTextSMS_Bulk_http.cfm?usrName=xx&usrPass=xx&msgLNG=eng&msgSenderID=CompanyB&gsmNumber=00124324123&msgtext=This is a test english message
My advance thanks to all of you who wish to help me.
Regards,
Irfan
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete
for recognition, cash, and the chance to get your game on Steam.
$5K grand prize plus 10 genre and skill prizes. Submit your demo
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
Cristovão Morgado
2013-03-31 09:32:20 UTC
Permalink
I believe it's not possible to do so with Gammu .... only direct access to
the SMSC of the mobile operator allows it...
Post by Mohammad Irfan
Dear Experts,
I am new to Gammu and setting up a gateway (along with Kalkun as a front
end). I can send SMS using "Gammu sendsms" and the messages are being
delivered to mobiles with the original number of the SIM card. So my next
step is to integrate my office solution with gammu to deliver the messages
to end-customers. But, I have little or no idea on how to make sender ID
which will send a customized ID and not the originating real number (lets
assume the Telco operator of the SIM card being used has permitted to use
customized SenderID). My question here is, how can I implement several
SenderID with one single gammu SMS Daemon (through an HTTP call). Below
*Company A
*
http://smsc.Testsms.com/Test/custAPI/sendTextSMS_Bulk_http.cfm?usrName=xx&usrPass=xx&msgLNG=eng&msg
*SenderID=CompanyA*&gsmNumber=00124324123&msgtext=This is a test english
message
*Company B
*
http://smsc.Testsms.com/Test/custAPI/sendTextSMS_Bulk_http.cfm?usrName=xx&usrPass=xx&msgLNG=eng&msg
*SenderID=CompanyB*&gsmNumber=00124324123&msgtext=This is a test english
message
My advance thanks to all of you who wish to help me.
Regards,
Irfan
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete
for recognition, cash, and the chance to get your game on Steam.
$5K grand prize plus 10 genre and skill prizes. Submit your demo
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Gammu-users mailing list -
https://lists.sourceforge.net/lists/listinfo/gammu-users
--
Cristovao Morgado
@TheSaintr
gilberto dos santos alves
2013-03-31 16:59:40 UTC
Permalink
for using this function use smsc [number-wanted] see url:: [1];
for setsmsc for [number-wanted] use url:: [2];
explanations about smsc number see url:: [3];

but i choose use assinature in interface of kalkun. explain: in kalkun you
could create users for example for cia1 user1, cia2 user2 and in properties
of user profile i format an link that points to mobile-number-1-cia1 for
user1, mobile-number-2-cia2. so when some client of compani 1 receives a
sms sent by user1 of cia1 this client see and have a formated short-cut in
message that points to mobile-number-1 of cia1. its easy one-click/touch
and could answer for right sender.

see that when you receive a sms from google allways you have a fixed number
(that identify google inside that telecom) and many times in another
telecom google identify is another number.

if you want use more than one smsc number inside same telecom you must
query your telecom for this feature.

[1]
http://wammu.eu/docs/manual/gammu/index.html?highlight=set%20smsc#cmdoption-gammu-smscset
[2]
http://wammu.eu/docs/manual/gammu/index.html?highlight=set%20smsc#cmdoption-gammusetsmsc
[3] http://wiki.cyanogenmod.org/w/SMSC_Updates
Post by Mohammad Irfan
Dear Experts,
I am new to Gammu and setting up a gateway (along with Kalkun as a front
end). I can send SMS using "Gammu sendsms" and the messages are being
delivered to mobiles with the original number of the SIM card. So my next
step is to integrate my office solution with gammu to deliver the messages
to end-customers. But, I have little or no idea on how to make sender ID
which will send a customized ID and not the originating real number (lets
assume the Telco operator of the SIM card being used has permitted to use
customized SenderID). My question here is, how can I implement several
SenderID with one single gammu SMS Daemon (through an HTTP call). Below
*Company A
*
http://smsc.Testsms.com/Test/custAPI/sendTextSMS_Bulk_http.cfm?usrName=xx&usrPass=xx&msgLNG=eng&msg
*SenderID=CompanyA*&gsmNumber=00124324123&msgtext=This is a test english
message
*Company B
*
http://smsc.Testsms.com/Test/custAPI/sendTextSMS_Bulk_http.cfm?usrName=xx&usrPass=xx&msgLNG=eng&msg
*SenderID=CompanyB*&gsmNumber=00124324123&msgtext=This is a test english
message
My advance thanks to all of you who wish to help me.
Regards,
Irfan
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete
for recognition, cash, and the chance to get your game on Steam.
$5K grand prize plus 10 genre and skill prizes. Submit your demo
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Gammu-users mailing list -
https://lists.sourceforge.net/lists/listinfo/gammu-users
--
gilberto dos santos alves
+55.11.98646-5049
sao paulo - sp - brasil
Loading...