Facing issues while configuring Kannel

2017-07-12 Thread Mardo Jeghalian
Dear, I'm new to Linux, trying to install Kannel on Ubuntu, but i'm facing some problems in configuring your service. Kindly may I have a configuration done by your behalf for kannel.conf? Our SMSC is on the network with IP 172.16.100.10, on port 6000, username is 'nour' and password 'nour'. We don

RE: Facing issues while configuring Kannel

2017-07-12 Thread Davor Spasoski
Hi Mardo, It would help if you explain how you want to use kannel, as sms gateway or smpp proxy? (Because you mention crating new SMPPs) I will help you with the configuration, but I advise you to read the manual in order to understand what effect the directives in the configuration mean. Davor

Re: Facing issues while configuring Kannel

2017-07-12 Thread Mardo Jeghalian
On Wed, Jul 12, 2017 at 1:32 PM, Davor Spasoski wrote: > Hi Mardo, > > > > It would help if you explain how you want to use kannel, as sms gateway or > smpp proxy? (Because you mention crating new SMPPs) > > I will help you with the configuration, but I advise you to read the > manual in order to

USSD

2017-07-12 Thread Nur Mohamed (MICCOM)
Hi, I am offerring SMS service via a GSM operator's SMSC (Huawei SMPP ver 3.4), I have plans to convert some of my services using USSD instead of SMS activated services. The operator has its own Huawei USSD center, I would appreciare if some one would help me get sample configutaion files and guide

RE: Facing issues while configuring Kannel

2017-07-12 Thread Davor Spasoski
? From: Mardo Jeghalian [mailto:m.jeghal...@aplimedia.net] Sent: 12 July 2017 13:40 To: Davor Spasoski Cc: users@kannel.org; Nour Hatoum Subject: Re: Facing issues while configuring Kannel On Wed, Jul 12, 2017 at 1:32 PM, Davor Spasoski mailto:davor.spaso...@onevip.mk>> wrote: Hi Mardo, It

Re: Facing issues while configuring Kannel

2017-07-12 Thread Mardo Jeghalian
Hi Davor, What i have now is direct smpp connection with the GSM operator , i want to learn how to install kannel, bind as transceiver to receive and send messages. Hope you can help me with this task. Best Regards, On Wed, Jul 12, 2017 at 1:32 PM, Davor Spasoski wrote: > Hi Mardo, > > > > It

RE: Facing issues while configuring Kannel

2017-07-12 Thread Davor Spasoski
Hi, I made a simple configuration (attached) with comments for you. It should get you going with no surprises. Actual configuration that fully suits your needs could depart from this slightly or wildly and can be quite more complex. BR, Davor From: Mardo Jeghalian [mailto:m.jeghal...@aplimedia.

RE: Facing issues while configuring Kannel

2017-07-12 Thread Davor Spasoski
P.S. Send SMS using: http://ip_of_server_running_kannel:13131/cgi-bin/sendsms?user=user&pass=password&from=Aplimedia&to=96170660611&text=test You receive SMS via the service URL from the configuration. You need to develop a simple http service that parses HTTP-GET parameters and then use that.