Re: I: imy format to send via SMS

2008-11-14 Thread Sriram
Hi

Heard about WURFL ? Wireless Universal Resource File

http://wurfl.sourceforge.net/

Have a look at this...I believe , Using this you cud identify what model of 
phone from which the message is coming, if u read this u can push the 
appropriate format ..Give a try

Good luck

Rgds
Sriram
  - Original Message - 
  From: Mike Nwaogu 
  To: users@kannel.org 
  Sent: Friday, November 14, 2008 10:10 PM
  Subject: Re: I: imy format to send via SMS


  Hi Mauro,
  The Thing to do would be to ask that the subscribers request for the 
ringtones in the prescribed formats below.

  MONOPHONIC ringtones
  mono tone code phone make

  POLYPHONIC ringtones
  poly tone code phone make

  Real ringtones
  real tone code phone make


  Regards,
  Mike Nwaogu
  Tel: 234_802_325_6437
  Eml: [EMAIL PROTECTED]





--
  From: Alejandro Guerrieri [EMAIL PROTECTED]
  To: users@kannel.org users@kannel.org; [EMAIL PROTECTED]
  Sent: Friday, November 14, 2008 1:33:43 PM
  Subject: Re: I: imy format to send via SMS

  Mauro,

  A few notes:

  1. You won't be able to tell make and model from the incoming SMS. SMS 
protocol doesn't have any means to inform you about the kind of device sending 
the message, so you'll probably have to ask that (by means of some sort of 
interactive menu or similar methods).

  2. Not all models support the same formats, and as I've stated before, there 
are some models that support shorter messages only.

  3. On Kannel source, check on /contrib/web folder, there are some examples on 
sending many different formats (mostly legacy). Despite not having EMS and 
SCKL, the TUNE mode uses SmartMessaging and it should serve you as a guide 
about how to implement the other formats.

  That being said, yes, that would work out for legacy phones IMHO.

  Regards,

  Alejandro Guerrieri


  On Fri, Nov 14, 2008 at 9:11 AM, mauro [EMAIL PROTECTED] wrote:

ah ok great,
let me figure out the situation: 
we are using kannel attached to an SMSC, we are receiving sms from users to 
request contents for thier legacy phone, old nokia old motorola and so on. 
we have contents for old phones and we need to be able to send back to the 
usr the reuqested content in the format supported by the handset. 
we have all the info about handset, so accoirding to what u wrote me we 
could
-) converting contents offline ( maybe using ringtone tools) generating 
different output
-) mapping the output to the handset model
- send the generated output to the user hnadset according to the handset

EMS and SCK  for sure will work , so according to what you wrote we have to 
experiment sending other formats to other handset.

are EMS and SCK  supported by all the legacy phone? if the user get this 
sms is the handset able to recognize it as a ringtone? maybe we could use only 
this two formats

thanks
Mauro







Da: Alejandro Guerrieri [EMAIL PROTECTED]
A: mauro [EMAIL PROTECTED]
Cc: llista kannel users@kannel.org

Inviato: Giovedì 13 novembre 2008, 16:50:18

Oggetto: Re: I: imy format to send via SMS


Mauro,

What's the format you want to send? EMS?

EMS is a container to send other formats. For example, E/IMY, and 
E/IMELODY, which are text formats. EMS was widely supported by Motorola, 
Siemens, Alcatel and other brands (Nokia had his SmartMessaging protocol so 
most Nokias doesn't support it). The only main difference is that 
older/crippled models didn't support more than 128 bytes of data, nor multipart 
messages (EMS does support sending the data in more than one message with 
proper headers added).

For old Nokias, you may use SCKL, which is a text-based format, capable of 
multipart as well, or nokia (SmartMessaging).p

You'll have to experiment a little to get EMS and SCKL working, but Kannel 
can deliver it with no problems.

Regards,

Alejandro Guerrieri


On Thu, Nov 13, 2008 at 8:10 AM, mauro [EMAIL PROTECTED] wrote:

  yes it can helps 
  the only point is that ringtone tools have the following out type
  which is for binary transcoding? 
  the transcoded file can be used for evry mobile? or we have different 
formats for different handsets?

  -outtype output type [ 
3210/bmp/dsp/emelody,emy/ems/gif/ico,icon/imelody,imy/kws/midi,mid/mot/nol,ngg/nokia,sckl,ott/pdb/rtttl/rtx/samsung1/samsung2/siemens/seo/text,txt/wav/wbmp
 ]




--
  Da: Alejandro Guerrieri [EMAIL PROTECTED]
  A: mauro [EMAIL PROTECTED]
  Cc: llista kannel users@kannel.org
  Inviato: Mercoledì 12 novembre 2008, 17:06:17
  Oggetto: Re: I: imy format to send via SMS


  Try with ringtonetools, it can convert from/to a lot of formats, 
including IMY and EMS.

  http

global-sender sms service

2008-04-03 Thread Sriram
Hi  All

I m connected to my operator using SMPP for premium sms. I receive a keyword on 
short code 666 and depending on keyword i need to send a billable MT/normal MT 
back. boiling down little down it means if the global sender is 66601 it means 
i m sending a chargeable MT of Rs.20/- whereas if global-sender is 666 its a 
normal MT. I have defined 666.conf for this purpose. now pls let me know how do 
i change the global sender dynamically ?

Is there any way ? Pl. help me 


Rgds
Sriram



Re: can kannel check my credit using *888# command

2007-11-20 Thread Sriram
On the same subject - I want to push a chargeable MT to a customer but 
before pushing i want to check if he has got sufficient balance is there 
anyway to do that ?


Thanks
Sriram

- Original Message - 
From: Alvaro Cornejo [EMAIL PROTECTED]

To: Luki Lusiano [EMAIL PROTECTED]
Cc: users@kannel.org
Sent: Tuesday, November 20, 2007 3:29 AM
Subject: Re: can kannel check my credit using *888# command


Hi Luki

If you don´t use it now, you can setup kannel´s keepalive config of
the smsc to send the AT equivalent command to the *888#  to the modem
( I don´t know its equivalent) and set the keepalive retry to whatever
interval you need.

The result of the command can be viewed in kannel log (debug level).

Since kannel has no way -as far as I know- to interact with the modem
with other commands other than the buit-in -unless you patch smsc_at-
you might need to stop kannel, access the modem through cu, minicom,
getty or other terminal sw, enter the command(s) needed and then
restart kannel.

Regards

Alvaro



On 11/19/07, Luki Lusiano [EMAIL PROTECTED] wrote:
Hi, i'm using kannel for 2 years now and I thank you for this great 
program.

I hope this question is never been asked before, try to search it, but no
luck.
The question is :

can kannel check my credit using *888# command

i'm using prepaid mobile phone, thats mean that i have to buy voucher and
put the code to the mobilephone to continue to use the phone, from the
voucher i get my credit to make call or send sms.

But the problem is, the my web and sms server is located at different 
island

(500 KM from my place).

To know that my mobile is still active i'm using this command at the phone
*888#
and receive this reply  your credit is _some_number_ and you active
periode until _some_date_ 

can i login remotely by using ssh and type some command at the server and 
i

receive the answer from the phone?
What is the command or the code?

if it can, i'm planning make a script to check and send it using sms to my
mobile phone.

Thank You All.


Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See 
how.






--
|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier 
celular y

Nextel en México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
 Visitenos en www.smsglobal.com.mx y www.pravcom.com





WAP gateway

2007-11-19 Thread Sriram
Hi All

I am a content provider for a mobile telco. I have been using kannel as sms 
gateway for providing some content to the telco and to push messages. He now 
wants me to put up a WAP site for my brand so that his customers can browse my 
site on their cellphones. Pls note that i already have my website but its being 
hosted at a data center.

What i would like to know :

1. If i use Kannel as the WAP gateway do i need anything additional in terms of 
webserver etc ?
2. will i have to write wml pages and upload wbmp images from scratch? Where 
will i be storing all these files ie under which folder ? will they be stored 
in the kannel machine itself or any other machine ?

Pls revert 

Thanks
Sriram


WAP Ringtones

2007-11-12 Thread Sriram
Hi all

I am a kannel user for past 2 years as sms gateway and it works very well. 
Thanks to all the people who created it ! I would now like to put up a wap 
gateway to serve ringtones on it. I searched the documentation but couldnt 
understand much.

Can anyone give me a step by step explanation of how to setup and how to server 
poly and true tones via it ? I mean how to send a URL of my site wiht the 
ringtone to that customer who sends a keyword to us via sms gateway.

Thanks
Sriram

Re: http SMSC

2007-03-24 Thread Sriram
Hi

AFAIK this works like a normal web server with a URL provided to you by any of 
the operators..you need the write the script in either ASP or PHP or any server 
side script and host it on a webserver..ask the operator to map your URL on his 
short code. They will send you the number and keyword which you can capture and 
process via that server side script, each time someone sends a keyword to that 
particular shortcode

This goes beyond Kannel topic though

Sriram
  - Original Message - 
  From: ashwani 
  To: users@kannel.org 
  Sent: Saturday, March 24, 2007 11:12 AM
  Subject: http SMSC


  Hello All,

  Here I am with another problem. I am using kannel 1.4.1 on a CentOS box. I 
have a requirement to send/receive SMS over HTTP.I have gone through user 
manual and find that it is possible to send SMS using SMSC=http. But I want 
to know can kannel receive messages using HTTP?

  I mean can kannel query an HTTP SMS system to receive SMS??  

   

   

  Ashwani Kumar
 
  Sr. Engineer

  Professional Services
 
   
 

 

  Phone:
 +91 11 26686000
 
  Fax:
 +91 11 26671230
 
  Mobile: 
 +91 9911761010
 
  Web:
 www.telegentelecom.com 
 

   
Express  More

Everybody has changed 2 SMS in Color.

U should 2


 


   
 
   
This message contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended 
exclusively for the use of the addressee(s) named above. Any disclosure, 
distribution, copying or use of the information by others is strictly 
prohibited. If you are not the addressee, or a person responsible for 
delivering the message to the addressee, or if you have simply received this 
message in error, please do not make any use of it nor disclose any of its 
contents to anyone and please advise the sender by immediate reply and delete 
the original message. E-mails are susceptible to corruption, interception and 
unauthorized amendment, Tele-Gen does not accept any liability for any such 
changes or for their consequences and maintains the right to take legal action 
where necessary. Thank you for your co-operation and compliance.
   

   
attachment: image001.jpg
attachment: image002.jpg


Re: can u suggest smsbox can be used to check the credit of usersin tables

2006-11-09 Thread Sriram


Hi

SMS box does make an attempt at billing system ( yes in prepaid too), It 
cant check for available credit  but it can definitely deduct X amount if 
sufficent balance is there. This is usually configured at SMSC end and the 
operator would ask you to change the global sender parameter for this..we 
have been using this successfully..In our case sending an sms for ex. from 
555 deducts Re.1 from the customers end and sending an sms from 5551 deducts 
Rs.30/- per SMS


For the second question, the operator wont allow you any access to check if 
the customer has sufficent balance cos you wont be given any access to their 
billing database at all..this is what we were also looking for !! hope 
Kannel experts can throw some light on this


hope this helps...

Sriram

- Original Message - 
From: Iain Dooley [EMAIL PROTECTED]

To: manoj raul [EMAIL PROTECTED]
Cc: users@kannel.org
Sent: Friday, November 10, 2006 3:02 AM
Subject: Re: can u suggest smsbox can be used to check the credit of usersin 
tables






On Thu, 9 Nov 2006, manoj raul wrote:


Hi

as per my knowledge smsbox is postpaid arcitecture


as far as i understand, smsbox makes no attempt at being a billing system 
of any type



can anybody suggest me how can i use it with users
credit
check

what configuration is required for that?


you send sms via HTTP, so the script that sends the sms needs to check 
your billing system for available credit.


cheers

iain


Regards
Manoj





Sponsored Link

Get a free Motorola Razr! Today Only!
Choose Cingular, Sprint, Verizon, Alltel, or T-Mobile.
http://www.letstalk.com/inlink.htm?to=592913










Re: DLR : storage type 'mysql' not supported

2006-04-26 Thread Sriram
Yes, for MySQL u need the latest CVS version. I recommend you try out with
version 3.23 or so with kannel. it works for me

Sriram
- Original Message -
From: Roman Yeryomin [EMAIL PROTECTED]
To: users@kannel.org
Sent: Tuesday, April 25, 2006 8:36
Subject: Re: DLR : storage type 'mysql' not supported


 On Tuesday 25 April 2006 17:35, Jay wrote::
  Hi guys,
 
  I've read that most of the answer to my problem is to recompile kannel
 
  ./configure --with-mysql --with-mysql-dir=/usr/local/mysql
  make
  make install
 
  but still problem persists...
 
  is it possible that my mysql version (5.0) is not supported? ot is there
a
  valid reason for this?
 
  help pls..
 
  thanks
 
 
  -
  Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low
rates.

 did you try with mysql 4.1?





Re: kannel 1.4.0 with cygwin on w2k3 stops after 5 minutes

2006-03-05 Thread Sriram
Kannel isnt considered stable on Cygwin implementation due to the way cygwin
threads are implemented. Use Kannel on Cygwin only for testing purposes.
Dont even dream of using it for production purposes. As you urself have
experienced, its best to use to on Linux

Sriram
- Original Message -
From: Leonardo Torrella [EMAIL PROTECTED]
To: users@kannel.org
Sent: Monday, March 06, 2006 9:20
Subject: kannel 1.4.0 with cygwin on w2k3 stops after 5 minutes


I know that you may have answered this before, but I'm a newbie with
Kannel, and I can't find a solution on other places (you know, google
:)

I'm running two servers with kannel, both with the same version 1.4.0
and with the same config files, but one run on a W2K3 OS (cygwin) and
the other with FC4. The thing is the w2k3 on just stops after 5
minutes on operation and it's quite precise on that... 300 seg and it
stops, no error log, no debug info, no nothing, just stops. On the
other hand the FC4 one runs without problems for days.

So, whats the trick, how can I keep my w2k3 server running?

This is the status from me w2k3 box:

Kannel bearerbox version `1.4.0'.
Build `Mar  2 2006 15:44:07', compiler `3.4.4 (cygming special) (gdc
0.12, using dmd 0.125)'.
System CYGWIN_NT-5.2, release 1.5.19(0.150/4/2), version 2006-01-20
13:28, machine i686.
Libxml version 2.6.22.
Using OpenSSL 0.9.8a 11 Oct 2005.
Using native malloc.


thank in advance,
Leonardo
BizIT
www.bizit.biz





Re: libxml2 broke!!

2006-02-21 Thread Sriram
This indicates libxml2 isnt properly installed. Kannel is not able to find
it. try installing libxml2 from source rather than from rpm

Sriram
- Original Message -
From: Smile [EMAIL PROTECTED]
To: users@kannel.org
Sent: Wednesday, February 22, 2006 12:53
Subject: libxml2 broke!!


 Dear All,

 Please advice me the step-by-step to install gateway-1.4.0, becuase
 I've libxml2's problem when I run ./configure it show error message:

 Checking for libxml2 support ...
 checking for xml2-config... no
 checking for xml-config... no
 configure: error: You MUST have the libxml2 (aka gnome-xml) library
 installed

 (I using Fedora core4 and install libxml2 already.)

 Please let me know how to solve this problem.

 Thank you.
 Chanin





Re: Pushing SMS

2006-02-20 Thread Sriram



Hi

SMS push can happen in 2 ways either HTTP where 
they give u an URL and u r required to make http request. another case might be 
SMPP client wherein u need kannel. In Send-sms url u push an sms directly to a 
mobile wherein in ppg u request another gateway to push mesage to a phone ex: u 
have a short code to serve while the content is served by someone else. so u 
typically get the sms on short code and ask that ppg to deliver content to the 
phone.

MT = Mobile Terminated 
MO = Mobile Originated

Sriram


  - Original Message - 
  From: 
  Ngurah 
  Bagus 
  To: users@kannel.org 
  Sent: Tuesday, February 21, 2006 
  9:41
  Subject: Pushing SMS
  Hi,I've managed to get my sms-service to 
  contact a servlet which will return a plaintext as a reply.Now I wanted to 
  understand about SMS pushing. If a service provider requires me to use an SMPP 
  client like Kannel to handle their pushes, would that undoubtedly mean that 
  I'll have to use Kannel to send my own pushes to them? I mean, I suppose their 
  server would be expecting SMPP instead of HTTP, right? Well, I just aswered 
  that myself, I think XDNow, then, what's the difference between using 
  sms-box's send-url and Push Proxy Gateway's ppg-url? Both of them should point 
  to the Service Provider's url for receiving SMS, right? Or is PPG is a gateway 
  to receive requests for a push, to which sms-box will send by contacting the 
  send-url?I'm sorry if I'm confusing anyone :) I can't seem to 
  formulate questions well this past few weeks. Must've been the 
  deadline...PS: Can anyone tell me what MT and MO are? They're 
  abbreviations, right? Something about incoming and outgoing messages, then?-- A. A. Ngurah Bagus W.Systems AdministratorPT. 
  Pintar Media Indonesia 


few queries

2006-02-18 Thread Sriram



Hello All

my setup : stable kannel 1.4.0 on SMPP 3.4 on FC 1. 


working fine and am able to send sms via HTTP 
interface. I wrote a program in visual basic that fires the http command to 
various mobile numbers picking the numbers from the database. These http 
commands (send-sms URL i.e) are sent to the kannel box. Till there were around 
200 numbers in the database ..the kannel was perfectly sending sms'es to all of 
them by getting the http comand from the VB front end , no probs at all .now as 
the list is growing (its 350 mobile numbers) ..the smsbox breaks in 
between...giving following error" segmentation fault , trying to 
destroy locked mutex". the bearerbox also breaks. I then have to go thru 
logs and empty the database till the point the smsbox broke. This is now getting 
a habit with it. 

my queries :
1. Is the web server thats included with kannel 
miniature in level that can handle 200 requests or so in few seconds ? Can i use 
apache in any way to increase or shd i live with this ? 

2. Or is there any kind wherein i canto 
limit the number of http hits to the kannel for few seconds ?

FYI this is the URL i use , when i run this program 
from VB it reads teh database and fills in the field and fires this to the 
kannel machine:

URL = ""http://XXX.XXX.XXX.XXX:X/cgi-bin/sendsms?username=XXXpassword=XXXto=">http://XXX.XXX.XXX.XXX:X/cgi-bin/sendsms?username=XXXpassword=XXXto=" 
 Trim(Str(rs("mobile")))  "text=Hi"


Thanks in advance

Sriram







concatenated SMS

2005-12-19 Thread Sriram




Hi


I need to send SMS  160 characters as told in 
manual i set concatentation = true and max-messages =2 and send the sms 
via web interface but teh receving phone receives 2 messages and not a 
contacentated message. If i set concatenation = truethe 
phonereceives 2 messages but both messages are empty ! and if i set 
concatenation = false and max-messages = 2the phonereceives 2 
messages but it is not concatenated as a single message..

I tried to send these 2 :


http://localhost:13131/cgi-bin/sendsms?username=xxxpassword=xxxto=xxxtext=%62%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%udh=%05%00%03%01%02%01%

http://localhost:13131/cgi-bin/sendsms?username=xxxpassword=xxxto=xtext=%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%31%udh=%05%00%03%01%02%02%

but it doesnt go thru..kannel log shows SMSC 
returned error code 0X000ff unknown error in response to 
submit_sm

Pls help

Thanks  Regards

Sriram



Fw: Fw: PLs..........help sms service

2005-12-12 Thread Sriram




Hi Rodrigo,

Thanks a ton ! Saved me :)..

FYI i am using Kannel for pushing messages for another Telco.

1 Q : 

I've this Kannel running on a Linux machine with1 GB RAM and dual - 
processor 
Can you throw a light on its efficiency as to how many messages it can 
process per second ??? Thanks
Any Experienced users welcome with thier comments ?

Regards
Sriram


- Original Message - 
From: "Rodrigo Cremaschi" [EMAIL PROTECTED]
To: "Sriram" [EMAIL PROTECTED]
Cc: users@kannel.org
Sent: Friday, December 09, 2005 1:25
Subject: Re: Fw: PLs..help sms 
service
Well then. You don't need Kannel at all, so no need to configure 
anything.No need to call any URL. The telco will invoke your a.php 
script. Allyou need to do is to grab those parameter values and then print 
theanswer.This goes beyond the Kannel list, tho.On 12/8/05, 
Sriram [EMAIL PROTECTED] 
wrote: Hi Rodrigo, Spoke to that Telco Guy again he says 
you dont need a SMS gateway at all for this application ! He has asked 
me to create a URL at my end which i created : http://xxx.xxx.xxx.xxx/a.php?from=$pkeyword=$* now the $p and $* will be sent by him ! (phone # and 
keyword) ..He is asking me to fetch the content as per keyword  
write a "response.write" at my php script so that its delivered back to 
him after picking the text as per keyword. I donno ASP so whats 
response.write in php and what URL do i call for delivering this ? saem 
URL ? just a response.write will send back the URL with desired 
content back to him ? Anyone knowledgeable pls share and 
help Regards 
sriram - Original 
Message - From: "Rodrigo Cremaschi" [EMAIL PROTECTED] To: "Sriram" [EMAIL PROTECTED] Cc: 
users@kannel.org Sent: 
Tuesday, December 06, 2005 7:04 Subject: Re: Fw: PLs..help sms 
service Hi Sriram, Set 
your loglevel to 0. Then check kannel.log to see if you are getting any 
messages. Double check your SMSC connection 
parameters. You are right, you are not in the 
need of using URLs at this point. My 
suggestion: avoid using DB access, until you are sure you get any 
messages from your SMSC. Best 
regards, Rodrigo. On 12/6/05, Sriram 
[EMAIL PROTECTED] 
wrote:- Original Message 
-  From: Sriram  To: users@kannel.org  Sent: 
Monday, December 05, 2005 12:20  Subject: Fw: sms service 
   Hi  Kannel on RHL 8.0 , compiled from 
source along with mysql support...smpp  conneciton 3.4. 
  problems :   1. I am Able to send 
messages..  2. defined sms service groups but when someone sends a 
keyword to my kannel  ..it doesnt receive it and so it 
doenst reply no debug entries in logs  appear when someone sends a 
message to me  3. when i contacted the telco guy ..he asks me for 
URL for configuring this  service !  
 My Ques : when sms-service has this defined keyword and text...why 
the heck  he is asking for a URL and how do i give him a URL 
?   kannel.conf :   group = 
core  admin-port = 13000  smsbox-port = 13013 
 admin-password = **  #status-password = foo  
admin-deny-ip = "*.*.*.*"  admin-allow-ip = "127.0.0.1"  
log-file = "kannel.log"  log-level = 0  box-deny-ip = 
"*.*.*.*"  box-allow-ip = "*.*.*.*"  dlr-storage = 
mysql   # SMSC CONNECTIONS  group = 
smsc  smsc = smpp  smsc-id = XXX  host = 
XXX.XXX.XXX.XXX  port =   interface-version = 
34  connect-allow-ip = *.*.*.*  smsc-username = 
XX  smsc-password = XX  receive-port = 
700  keepalive = 10  system-type = vmu  
enquire-link-interval = 5  reconnect-delay = 2  
address-range = ""# SMSBOX SETUP 
 group = smsbox  bearerbox-host = localhost  
sendsms-port = 13131  global-sender = 666  sendsms-chars 
= "0123456789 +-"  log-file = "smsbox.log"  log-level = 
0  access-log = "/tmp/access.log"   # 
SEND-SMS USERS  group = sendsms-user  username = 
"tester"  password = foobar  #user-deny-ip = "" 
 user-allow-ip = "*.*.*.*"   # SERVICES  
group = sms-service  keyword = nop  text = "Push  
Pull!"  catch-all = true   # there should be 
default always  group = sms-service  keyword = 
default  text = "No service specified"   # 
Mysql connection  group = mysql-connection  id = 
mydlr  host = localhost  mysql-username =  
 mysql-password =   database = dlr  
max-connections = 1   # table   
group = dlr-db  id = mydlr  table = dlr  
field-smsc = smsc  field-timestamp = msgtime  
field-destination = dest  field-source = clip  
field-service = code  field-url = "">  field-mask = 
mask  field-status = status  field-boxc-id = 
boxcid   Kindly helpIts a do or die situation for 
me   Regards  Sriram 



Re: Fw: PLs..........help sms service

2005-12-08 Thread Sriram
Hi Rodrigo,

Spoke to that Telco Guy again he says you dont need a SMS gateway at all for
this application ! He has asked me to create a URL at my end which i created
:
http://xxx.xxx.xxx.xxx/a.php?from=$pkeyword=$*
now the $p and $* will be sent by him ! (phone # and keyword) ..He is asking
me to fetch the content as per keyword  write a response.write at my php
script so that its delivered back to him after picking the text as per
keyword. I donno ASP so whats response.write in php and what URL do i call
for delivering this ? saem URL  ? just a response.write will send back the
URL with desired content back to him ?

Anyone knowledgeable pls share and help

Regards
sriram






- Original Message -
From: Rodrigo Cremaschi [EMAIL PROTECTED]
To: Sriram [EMAIL PROTECTED]
Cc: users@kannel.org
Sent: Tuesday, December 06, 2005 7:04
Subject: Re: Fw: PLs..help sms service


Hi Sriram,

Set your loglevel to 0. Then check kannel.log to see if you are
getting any messages. Double check your SMSC connection parameters.

You are right, you are not in the need of using URLs at this point.

My suggestion: avoid using DB access, until you are sure you get
any messages from your SMSC.

Best regards,

Rodrigo.

On 12/6/05, Sriram [EMAIL PROTECTED] wrote:


 - Original Message -
 From: Sriram
 To: users@kannel.org
 Sent: Monday, December 05, 2005 12:20
 Subject: Fw: sms service


 Hi
 Kannel on RHL 8.0 , compiled from source along with mysql support...smpp
 conneciton 3.4.

 problems :

 1. I am Able to send messages..
 2. defined sms service groups but when someone sends a keyword to my
kannel
 ..it doesnt receive it and so it doenst reply no debug entries in logs
 appear when someone sends a message to me
 3. when i contacted the telco guy ..he asks me for URL for configuring
this
 service !

 My Ques : when sms-service has this defined keyword and text...why the
heck
 he is asking for a URL and how do i give him a URL ?

 kannel.conf :

 group = core
 admin-port = 13000
 smsbox-port = 13013
 admin-password = **
 #status-password = foo
 admin-deny-ip = *.*.*.*
 admin-allow-ip = 127.0.0.1
 log-file = kannel.log
 log-level = 0
 box-deny-ip = *.*.*.*
 box-allow-ip = *.*.*.*
 dlr-storage = mysql

 # SMSC CONNECTIONS
 group = smsc
 smsc = smpp
 smsc-id = XXX
 host = XXX.XXX.XXX.XXX
 port = 
 interface-version = 34
 connect-allow-ip = *.*.*.*
 smsc-username = XX
 smsc-password = XX
 receive-port = 700
 keepalive = 10
 system-type = vmu
 enquire-link-interval = 5
 reconnect-delay = 2
 address-range = 


 # SMSBOX SETUP
 group = smsbox
 bearerbox-host = localhost
 sendsms-port = 13131
 global-sender = 666
 sendsms-chars = 0123456789 +-
 log-file = smsbox.log
 log-level = 0
 access-log = /tmp/access.log

 # SEND-SMS USERS
 group = sendsms-user
 username = tester
 password = foobar
 #user-deny-ip = 
 user-allow-ip = *.*.*.*

 # SERVICES
 group = sms-service
 keyword = nop
 text = Push  Pull!
 catch-all = true

 # there should be default always
 group = sms-service
 keyword = default
 text = No service specified

 # Mysql connection
 group = mysql-connection
 id = mydlr
 host = localhost
 mysql-username = 
 mysql-password = 
 database = dlr
 max-connections = 1

 # table

 group = dlr-db
 id = mydlr
 table = dlr
 field-smsc = smsc
 field-timestamp = msgtime
 field-destination = dest
 field-source = clip
 field-service = code
 field-url = url
 field-mask = mask
 field-status = status
 field-boxc-id = boxcid

 Kindly helpIts a do or die situation for me

 Regards
 Sriram




Fw: PLs..........help sms service

2005-12-05 Thread Sriram




- Original Message - 
From: Sriram 

To: users@kannel.org 
Sent: Monday, December 05, 2005 12:20
Subject: Fw: sms service

Hi 
Kannel on RHL 8.0 , compiled from source along with 
mysql support...smpp conneciton 3.4.

problems :

1. I am Able to send messages..
2. defined sms service groups but when someone 
sends a keyword to my kannel..it doesnt receive it and so it doenst reply 
no debug entries in logs appear when someone sends a message to me
3. when i contacted the telco guy ..he asks me for 
URL for configuring this service ! 

My Ques : when sms-service has this defined keyword 
and text...why the heck he is asking for a URL and how do i give him a URL ? 


kannel.conf :

group = core
admin-port = 13000
smsbox-port = 13013
admin-password = **
#status-password = foo
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
log-file = "kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "*.*.*.*"
dlr-storage = mysql

# SMSC CONNECTIONS
group = smsc
smsc = smpp
smsc-id = XXX
host = XXX.XXX.XXX.XXX
port = 
interface-version = 34
connect-allow-ip = *.*.*.*
smsc-username = XX
smsc-password = XX
receive-port = 700
keepalive = 10
system-type = vmu
enquire-link-interval = 5 
reconnect-delay = 2
address-range = ""


# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13131
global-sender = 666
sendsms-chars = "0123456789 +-"
log-file = "smsbox.log"
log-level = 0
access-log = "/tmp/access.log"

# SEND-SMS USERS
group = sendsms-user
username = "tester"
password = foobar
#user-deny-ip = ""
user-allow-ip = "*.*.*.*"

# SERVICES
group = sms-service
keyword = nop
text = "Push  Pull!"
catch-all = true

# there should be default always
group = sms-service
keyword = default
text = "No service specified"

# Mysql connection
group = mysql-connection
id = mydlr
host = localhost
mysql-username = 
mysql-password = 
database = dlr
max-connections = 1

# table

group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = msgtime
field-destination = dest
field-source = clip
field-service = code
field-url = "">
field-mask = mask
field-status = status
field-boxc-id = boxcid

Kindly helpIts a do or die situation for 
me

Regards
Sriram



Fw: sms service

2005-12-04 Thread Sriram



Hi 
Kannel on RHL 8.0 , compiled from source along with 
mysql support...smpp conneciton 3.4.

problems :

1. I am Able to send messages..
2. defined sms service groups but when someone 
sends a keyword to my kannel..it doesnt receive it and so it doenst reply 
no debug entries in logs appear when someone sends a message to me
3. when i contacted the telco guy ..he asks me for 
URL for configuring this service ! 

My Ques : when sms-service has this defined keyword 
and text...why the heck he is asking for a URL and how do i give him a URL ? 


kannel.conf :

group = core
admin-port = 13000
smsbox-port = 13013
admin-password = **
#status-password = foo
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
log-file = "kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "*.*.*.*"
dlr-storage = mysql

# SMSC CONNECTIONS
group = smsc
smsc = smpp
smsc-id = XXX
host = XXX.XXX.XXX.XXX
port = 
interface-version = 34
connect-allow-ip = *.*.*.*
smsc-username = XX
smsc-password = XX
receive-port = 700
keepalive = 10
system-type = vmu
enquire-link-interval = 5 
reconnect-delay = 2
address-range = ""


# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13131
global-sender = 666
sendsms-chars = "0123456789 +-"
log-file = "smsbox.log"
log-level = 0
access-log = "/tmp/access.log"

# SEND-SMS USERS
group = sendsms-user
username = "tester"
password = foobar
#user-deny-ip = ""
user-allow-ip = "*.*.*.*"

# SERVICES
group = sms-service
keyword = nop
text = "Push  Pull!"
catch-all = true

# there should be default always
group = sms-service
keyword = default
text = "No service specified"

# Mysql connection
group = mysql-connection
id = mydlr
host = localhost
mysql-username = 
mysql-password = 
database = dlr
max-connections = 1

# table

group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = msgtime
field-destination = dest
field-source = clip
field-service = code
field-url = "">
field-mask = mask
field-status = status
field-boxc-id = boxcid

Kindly helpIts a do or die situation for 
me

Regards
Sriram



fw: no DLR occuring

2005-12-02 Thread Sriram



Hi 
Kannel on RHL 8.0 , compiled from source along with 
mysql support...smpp conneciton 3.4.

problems :

1. I am Able to send messages..but strangely enough 
no DLR records are inserted in mysql database ..its empty...
2. defined sms service groups but when someone 
sends a keyword to my kannel..it doesnt receive it and so it doenst reply 
.

kannel.conf :

group = core
admin-port = 13000
smsbox-port = 13013
admin-password = **
#status-password = foo
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
log-file = "kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "*.*.*.*"
dlr-storage = mysql

# SMSC CONNECTIONS
group = smsc
smsc = smpp
smsc-id = XXX
host = XXX.XXX.XXX.XXX
port = 
interface-version = 34
connect-allow-ip = *.*.*.*
smsc-username = XX
smsc-password = XX
receive-port = 700
keepalive = 10
system-type = vmu
enquire-link-interval = 5 
reconnect-delay = 2
address-range = ""


# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13131
global-sender = 666
sendsms-chars = "0123456789 +-"
log-file = "smsbox.log"
log-level = 0
access-log = "/tmp/access.log"

# SEND-SMS USERS
group = sendsms-user
username = "tester"
password = foobar
#user-deny-ip = ""
user-allow-ip = "*.*.*.*"

# SERVICES
group = sms-service
keyword = nop
text = "Push  Pull!"
catch-all = true

# there should be default always
group = sms-service
keyword = default
text = "No service specified"

# Mysql connection
group = mysql-connection
id = mydlr
host = localhost
mysql-username = 
mysql-password = 
database = dlr
max-connections = 1

# table

group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = msgtime
field-destination = dest
field-source = clip
field-service = code
field-url = "">
field-mask = mask
field-status = status
field-boxc-id = boxcid

Kindly helpIts a do or die situation for 
me

Regards
Sriram


- Original Message - 
From: Sriram 

To: users@kannel.org 
Sent: Wednesday, November 30, 2005 1:21
Subject: Fw: urgent help sms sending


HiI've setup SMPP from my telco...i've setup kannel under 
cygwin..now to send sms while i open the Internet explorer and typehttp://localhost:13013/cgi-bin/sendsms?username=testerpassword=foobarto=91988221text=666+test+message
it says "sent"..but the message isnt going...on teh smsbox.log i found 
these2 lines whenver i send sms:Error reading from fd 24system 
error 104 : connection reset by peer..

there is no error returned on the bearerbox 
window..
plsss help...
Sriram


Fw: urgent help sms sending

2005-11-29 Thread Sriram




HiI've setup SMPP from my telco...i've setup kannel under 
cygwin..now to send sms while i open the Internet explorer and typehttp://localhost:13013/cgi-bin/sendsms?username=testerpassword=foobarto=91988221text=666+test+message
it says "sent"..but the message isnt going...on teh smsbox.log i found 
these2 lines whenver i send sms:Error reading from fd 24system 
error 104 : connection reset by peer..

there is no error returned on the bearerbox 
window..
plsss help...
Sriram


Fw: urgent help sms sending

2005-11-28 Thread Sriram



HiI've setup SMPP from my telco...i've setup kannel under 
cygwin..now to send sms while i open the Internet explorer and typehttp://localhost:13013/cgi-bin/sendsms?username=testerpassword=foobarto=91988221text=666+test+message
it says "sent"..but the message isnt going...on teh smsbox.log i found 
these2 lines whenver i send sms:Error reading from fd 24system 
error 104 : connection reset by peer..
there is no error returned on the bearerbox 
window..
plsss help...
Sriram


urgent help sms sending

2005-11-25 Thread Sriram



Hi

I've posted my requirement earlier too. I got a 
SMPP connection from my telco with serverIP,port #,user name,password  
sender address. i've setup kannel too. i have got a list of mobile numbers from 
my telco to whom i need to send the same text . i downloaded the kannel source 
and installed from it. there i found a interesting python program under 
"contrib" directory that reads list of numbers from "~./numbers.dat" ..my 
queries :
1.wht is the directory - ~ ? i understand "./" is 
current directory
2.will i have to export those numbers from excel to 
a text file and name that as .dat ? any compatibility issues like line endign 
characters or so ?
3.Is cygwin OK to solve my purpose cos load wont be 
much only 500 sms daily that i have to push
4. is the python script i found  OK to solve my 
purpose

Thanks a ton
Sriram



newbie - bulk sms

2005-11-13 Thread Sriram



Hi
I need to set up a SMS gateway for bulk sms..I've 
already set up Kannel on RHL 8.1. I would be getting the list of phone numbers 
on an XL sheet which i'll import to mysql database...I need to write a PHP 
script that can read the database and send the SMS to those phone numbers on a 
daily basis.. As i'm new to PHP can anyone share a script of that sort...I need 
only 2 fields in the mysql database - 1 is the phone # [to be imported from XL] 
and other is teh text for SMS.. the php script just needs to read the database 
till EOF adn sedn those messages..

Pls help

Regards
Sriram