Re: USSD with Kannel

2016-04-14 Thread Elton Hoxha
Noor <md.a...@forest-interactive.com> wrote: > Hi Elton, > > > > Kindly find the attachment for the logs. Note that this was done manually > since the application are not functioning yet since I need to get the MO > through first. > > > > Thank you, > >

Re: USSD with Kannel

2016-04-13 Thread Elton Hoxha
G > > 2016-04-13 15:51:26 [12361] [9] DEBUG: data: 4d 54 0d 0a 43 6f 6e 74 65 > 6e 74 2d 4c 65 6e 67 MT..Content-Leng > > 2016-04-13 15:51:26 [12361] [9] DEBUG: data: 74 68 3a 20 33 0d 0a 0d 0a > 32 30 30 th: 3200 > > 2016-04-13 15:51:26 [12361] [9] DEBUG: Octet string dump ends. > > > > The previous log provided was also from smsbox but it doesn’t seem to call > the get-url and giving the no sender/receiver error. Please do let me > know if you need any further details. > > > > Thanks, > > Arif Noor. > > > > > > *From:* Elton Hoxha [mailto:elt...@gmail.com] > *Sent:* Wednesday, April 13, 2016 3:05 PM > *To:* Arif Noor > *Cc:* Stipe Tolj; users@kannel.org > *Subject:* Re: USSD with Kannel > > > > could you paste your debug logs while you call "get-url" of your app? > > > > >

Re: USSD with Kannel

2016-04-13 Thread Elton Hoxha
could you paste your debug logs while you call "get-url" of your app? On Wed, Apr 13, 2016 at 5:35 AM, Arif Noor wrote: > Hi All, > > Update : After I patched the kannel the error message are no longer > present however MO are still not being delivered to the

Re: USSD with Kannel

2016-04-07 Thread Elton Hoxha
sed the value 12 instead of 18. > > > > Thank you for your input so far J > > > > *From:* Elton Hoxha [mailto:elt...@gmail.com] > *Sent:* Thursday, April 07, 2016 4:38 PM > > *To:* Arif Noor > *Cc:* Donald Jackson; users@kannel.org > *Subject:* Re: USSD with Kann

Re: USSD with Kannel

2016-04-07 Thread Elton Hoxha
: 2 > > 1435355:2016-04-01 17:20:51 [2353] [6] DEBUG: immutable: 0 > > 1435356:2016-04-01 17:20:51 [2353] [6] DEBUG: data: > 12. > > 1435357:2016-04-01 17:20:51 [2353] [6] DEBUG:Octet string dump ends. > > 1435358:2

Re: USSD with Kannel

2016-04-07 Thread Elton Hoxha
Hello Arif, Please paste here the pdu of deliver SM while pressing Accept or Decline. On Thu, Apr 7, 2016 at 9:54 AM, Arif Noor wrote: > Hi Donald, > > > > Thank you for your reply, we have set up kannel to receive the TLV, just > need to know how can I

Re: USSD Configuration for Kannel

2014-08-15 Thread Elton Hoxha
It handles. Just needs to be associated with smpp-tlv group. group = smpp-tlv name = mydata tag = 0x0501 type = integer length = 1 smsc-id = ussd On Thu, Aug 14, 2014 at 7:39 PM, ha...@aeon.pk ha...@aeon.pk wrote: Kannel does not handle USSD. On Fri, Aug 8, 2014 at 8:11 PM, michael

Re: USSD Interactive Session using metadata.

2013-09-26 Thread Elton Hoxha
You can search on the mailing list the older posts and you will find information how to configure SMPP connection with Metadata and TLV. On Thu, Sep 26, 2013 at 9:23 AM, प्रवीण कुमार त्रिपाठी trpthp...@gmail.comwrote: Hi, I m using kannel latest svn trunk and want to use kannel for ussd

Re: Detecting Numbers that are off

2011-09-07 Thread Elton Hoxha
I`m re-reading the userguide for you; Chapter 10. SMS Delivery Reports This chapter explains how to set up Kannel to deliver delivery reports. Delivery reports are a method to tell your system if the message has arrived on the destination phone. There are different things which can happen to a

Re: Kannel SMS Parking Application

2011-06-21 Thread Elton Hoxha
Using SMS as mobile payment channel is getting wider, but I dont see Kannel as major factor here. All application logic is beyond kannel, by processing the relevant keywords, i.e start parking; stop parking. Including billing integrations as well, which consists at definition of charging model.

Re: Network initiated USSD

2011-06-14 Thread Elton Hoxha
Most of operators provide SMPP interface to their USSD GW. All you need to do is to contact them and provide smpp account. Also some of them can provide even web service. Meanwhile you can google about other alternatives. There are some providers which can give you API to send international USSD

Re: Variable Definition

2011-05-10 Thread Elton Hoxha
Hi, - variable “port” under the “group = smsc” Is the port Kannel uses to connect to the Operator/Provider - sendsms-port” under the “group = smsbox Is the port of URL that your application hits to send the sms. On Mon, May 9, 2011 at 1:47 PM, Deborah Pisani deborah.pis...@go.com.mtwrote:

Re: storage type 'mysql' is not supported - obvious reasons already cheked

2011-04-29 Thread Elton Hoxha
Try to install package like libmysql-devel Then... ./configure --with-malloc=native --with-mysql-dir=/usr/include/mysql --with-mysql --prefix=/usr/local/kannel 2011/4/29 Πετσούκα Τάνια ta...@tessera.gr Hello, i've read all support-mails for the storage type 'mysql' is not supported error,

Re: Ussd development with kannel

2011-03-15 Thread Elton Hoxha
Its better to upgrade your kannel with latest version. After it, add to your conf file following lines, so you can talk to your USSDC. group = smpp-tlv name = mydata tag = 0x0501 type = integer length = 1 smsc-id = YourID After successfull binding, the following line within sms-service section,

Re: Ussd development with kannel

2011-03-15 Thread Elton Hoxha
Download and install recent version, no patch is needed. 2011/3/15 gautam sasikumar gautam...@gmail.com H, Does this mean that kannel doesn't need a patch for USSD.??? 2011/3/15 Elton Hoxha elt...@gmail.com Its better to upgrade your kannel with latest version. After it, add

Re: Kannel smpp-tlv

2011-03-08 Thread Elton Hoxha
you don`t need to patch. Download the latest svn version where TLV is supported. Include following lines in configuration file, then start your tests. group = smpp-tlv name = mydata tag = 0x0501 type = integer length = 1 smsc-id = local On Tue, Mar 8, 2011 at 3:12 PM, Imran Aghayev

Re: Dynamic change of message i

2011-01-26 Thread Elton Hoxha
Again you dont paste the complete conf file :) Core group includes the log-file parameter in order to log what happen with bearerbox. Your defined URL in sms-service will leave traces after bearerbox receives the MO SMS, whether its accessible or not (you may see could not fetch... error

Re: Credit Limit

2010-12-23 Thread Elton Hoxha
Hi, You can do it from application side by hitting send-sms url defined with proper parameters for respective SMSC links. On Thu, Dec 23, 2010 at 10:14 AM, michael osakede ire...@yahoo.com wrote: Hi Users, How can I set an SMSC Config ie: I want this smsc to send 1000 messages only, the

Re: Modified SMPP 3.4 spec

2010-12-23 Thread Elton Hoxha
You dont need additional fields of SMPP 3.4. Defining TLV for ussd_service_op would be enough. On Thu, Dec 23, 2010 at 1:13 PM, Kanchan K kathuria.kanc...@gmail.comwrote: Hi, We have an requirement where the SMPP 3.4 is slightly modified. There are 2 new fields added to support USSD. I'd

Re: Get-Url issue

2010-12-15 Thread Elton Hoxha
Hi, Remove keyword =, you are already using regex instead. On Wed, Dec 15, 2010 at 9:28 AM, Miguel Duarte migueldu...@gmail.comwrote: Hello, I checked the UG, added a smsbox-route with the same smsbox-id as my smsbox. But still not working! What am I missing? here is my configuration:

Re: Get-Url issue

2010-12-15 Thread Elton Hoxha
to messages sent to my shortcode. On Wed, Dec 15, 2010 at 10:33 AM, Elton Hoxha elt...@gmail.com wrote: Hi, Remove keyword =, you are already using regex instead. On Wed, Dec 15, 2010 at 9:28 AM, Miguel Duarte migueldu...@gmail.comwrote: Hello, I checked the UG, added a smsbox-route

Re: Get-Url issue

2010-12-15 Thread Elton Hoxha
for bearerbox and smsbox log files Best Regards, Mohammed M I Sleem http://www.abusleem.net - Personal blog http://www.freakle.com - The Search Freak http://www.colorle.com/ On Wed, Dec 15, 2010 at 10:56 AM, Elton Hoxha elt...@gmail.com wrote: smsbox-route is not needed in this case

Re: Get-Url issue

2010-12-15 Thread Elton Hoxha
and smsbox-route. And the other is my shortcode. On Wed, Dec 15, 2010 at 12:03 PM, Elton Hoxha elt...@gmail.com wrote: What is this ID? 2010-12-15 11:50:32 [22909] [0] DEBUG: Adding smsbox routing to id vodacom for receiver no 84134134 On Wed, Dec 15, 2010 at 10:55 AM, Miguel Duarte

Re: Get-Url issue

2010-12-15 Thread Elton Hoxha
Sorry, correction; If YES, why do you need smsbox-route? On Wed, Dec 15, 2010 at 11:12 AM, Elton Hoxha elt...@gmail.com wrote: Are you running a single instance of smsbox? If not, why do you need smsbox-route? Try to remove that group and see if the incoming sms will hit your application

Re: Configuration of smskannel.conf ..!

2010-12-04 Thread Elton Hoxha
hi, If you are able to broadcast sms from gsm modem then there is no extra job needed. Manually means, open browser and hit the send sms url (cgi-bin/sendsms?...) On 12/4/10, msc pune mscp...@gmail.com wrote: I am using GSM Modem for broadcasting SMS's .I have installed the modem it is

Re: Kannel was reset connection when receive and send large message in second

2010-11-12 Thread Elton Hoxha
Hi, When I have encountered this error, I had a problem with the my DB, processed by application. First check the if any table lock happened and perform a debug of Process.aspx with your DB. On Fri, Nov 12, 2010 at 10:07 AM, Willy Mularto sangpr...@gmail.com wrote: It's about the webserver and

Re: Kannel on wmware

2010-10-25 Thread Elton Hoxha
I have test it in VM for more than 1 year, no problem occured. Just be sure for enough space, zipping logs (if u use maximum level of debug). 2010/10/25 Luís Tiago Rico lti...@present-technologies.com Hi, I want also to install kannel at several VM's, with diferent configurations for testing

Re: USSD and shortCode programming

2010-10-12 Thread Elton Hoxha
It is needed to agree with mobile operators to assign a smpp account for you in order to connect to their USSDC. After that you can start developing Menu and services. I`m not aware if there are global USSD providers that provide HTTP API, for example like Clickatell who does the same for SMS

Re: USSD and shortCode programming

2010-10-11 Thread Elton Hoxha
Hi, No need to to submit any patch for USSD. Configuring ussd_service_op is just enough. Then you should take care of the sessions, for which kannel is not responsible. All that should be done in application side, differentiating the sessions while users access the ussd application in paralel.

Re: USSD and shortCode programming

2010-10-11 Thread Elton Hoxha
You stated yourself in the first post. USSD is based on sessions. So these sessions should be managed by application until network (time out, usually 3 or 5 minutes) or user releases it (when he/she interrupts the dialog). For every initial incoming/outgoing request, originated by subscriber (or

Re: USSD and shortCode programming

2010-10-11 Thread Elton Hoxha
I think you dont have the needed infrastructure for developing USSD application. Kannel needs to connect to USSDC through SMPP. In your case you are using modem which is not relevant in this case. On Mon, Oct 11, 2010 at 11:06 AM, dafodil neo.tu...@yahoo.com wrote: Thanks for the detail.MSISDN

Re: Can't receive smpp Mo message

2010-10-10 Thread Elton Hoxha
hi, Firstly your smpp connection should be defined as tranciever. If you did so, then check sms-service group to route the MO sms to your application. On 10/10/10, Kidi Kidi kidi...@yahoo.fr wrote: I can't receive smpp Mo message, but i can sent MT message very well. Could you help me? this

Re: Unable to read message, format is not supported

2010-10-08 Thread Elton Hoxha
maybe you are using 8-bit format (coding=1) On 10/8/10, Alvaro Cornejo cornejo.alv...@gmail.com wrote: without logs difficult to help, but it can be a charset issue? |-| Envíe y

Re: Unable to read message, format is not supported

2010-10-08 Thread Elton Hoxha
should I do ? On Fri, Oct 8, 2010 at 11:26 PM, Elton Hoxha elt...@gmail.com wrote: maybe you are using 8-bit format (coding=1) On 10/8/10, Alvaro Cornejo cornejo.alv...@gmail.com wrote: without logs difficult to help, but it can be a charset issue

Re: Re : SMSC returned error code 0x0000000b (Invalid Destination Address) in response to submit_sm.

2010-10-07 Thread Elton Hoxha
Both of you guys are posting from France, probably connected to the same SMSC :) Maybe operator is having any night activity and destination tables of SMSC have been affected. On Fri, Oct 8, 2010 at 1:28 AM, Kidi Kidi kidi...@yahoo.fr wrote: either i use the parameters below or not i get the

Re: Send single SMS to multiple recipients

2010-10-04 Thread Elton Hoxha
Hi, What is your send-sms URL used in this case? Elton On Mon, Oct 4, 2010 at 1:29 PM, Innocent Muchedzi innoc...@syldah.comwrote: Hie I am using kannel SMPP and is working fine and my problem is to send multiple recipients at once. eg i want to send a happy birthday sms to all

Re: Send single SMS to multiple recipients

2010-10-04 Thread Elton Hoxha
=innocentsmsc=mascom16933to=%2B26771806864+%2B26771770994+%2B26774114816text=testing+bulkcoding=0 the text url are urlencodedhttp://127.0.0.1:13013/cgi-bin/sendsms?username=removedpassword=removedfrom=Innocentsmsc=mascom16933to=%2B26773410189text=coding=0 - Original Message - *From:* Elton

Re: send messages to multiple numbers using sqlbox

2010-10-01 Thread Elton Hoxha
Hi, Is this Kannel question or basic programming issue? Load your msisdn list from file or anywhere else to your table like you do for a single record. On Fri, Oct 1, 2010 at 5:59 AM, Harbhag Singh Sohal harbhag.so...@gmail.com wrote: I am using the following query to send sms INSERT INTO

Re: DLR Problem

2010-09-30 Thread Elton Hoxha
Hi, Does this happen when you remove msg-id-type=0X02 from your configuration? On Thu, Sep 30, 2010 at 2:43 PM, hafez ahmad hafezad...@gmail.com wrote: Hi All, I have problem with the DLR that DLR row not found, I use msg-id-type=0X02 , but I still have the problem, please note also that

Re: how to store messages and dlr in mysql

2010-09-28 Thread Elton Hoxha
Hi, You configured mysql below is about storing pending deliveries and not messages. If the message is delivered, the respective record in dlr table is deleted, thats why you dont see those. In order to play with texts and contacts, do it in application side. I assume you have some db there

Re: Delayed reply - wait for bearerbox

2010-09-28 Thread Elton Hoxha
Hi, Just for clarifying the above problem. In the configuration pasted at first mail I noticed; group = smsbox bearerbox-host = localhost bearerbox-port = 13000 sendsms-port = 13131 global-sender = 42443162 log-file = /var/log/kannel/smsbox.log access-log = /var/log/kannel/access.log

Re: Multle SMSC

2010-09-24 Thread Elton Hoxha
Hi, Work with these two parameter in smsc group denied-smsc-id preferred-smsc-id On Fri, Sep 24, 2010 at 12:22 AM, Iskren Stoyanov isk...@bulware.bg wrote: Hello, I'm using Kannel 1.4.3 for MT. My Kannel is connected to two SMPP servers. From what I have understood from the documentation

Re: Broadcast SMS with Kannel.... help please.

2010-09-21 Thread Elton Hoxha
As far as I understand, Aldo wants to implement Bulk SMS application using Kannel, It has not to do with Cell Broadcast. So SS7 and other Core Network related protocols are irelevant. The script can be created in your application side, retrieving subscriber list from DB, then calling HTTP

Re: Broadcast SMS with Kannel.... help please.

2010-09-21 Thread Elton Hoxha
HTTP built in method to send to multiple numbers? Or should I invoke the method one by one? Thanks, Aldo Zavala - Original Message - From: Elton Hoxha [mailto:elt...@gmail.com] To: Rene Kluwen [mailto:rene.klu...@chimit.nl] Cc: Aldo Zavala [mailto:a...@cleartalk.net], users

Re: Kannel Mysql connectivity

2010-09-16 Thread Elton Hoxha
If message is sent (delivered as well), you will not find that record in dlr table. That is the logic of that table. Being populated with undelivered SMS-s. After each delivery the row is deleted. Thi is the main goal of DLR table. On Thu, Sep 16, 2010 at 7:34 AM, Harbhag Singh Sohal

Re: SMPP delivery port

2010-09-16 Thread Elton Hoxha
where 1234 is the destination port On Thu, Sep 16, 2010 at 9:55 AM, Elton Hoxha elt...@gmail.com wrote: Hi, You need to configure TLV section in your conf file associated with the latest Kannel releases. AFAIK 1.4.3 stable version doesnt support meta-data. TLV Parameter Tag:      0x020B  TLV

Re: Using Kannel to send Flash SMS

2010-09-10 Thread Elton Hoxha
Are you talking about OTA settings? On Fri, Sep 10, 2010 at 5:05 PM, Mads N. Vestergaard – CoolSMS A/S m...@coolsms.com wrote: Hi Alex, In most cases the phone doesn't give you the option to save it, but some phones allows a user to save the message. Den 10/09/2010 kl. 16.53 skrev Alex: Hi

Re: Using Kannel to send Flash SMS

2010-09-10 Thread Elton Hoxha
: Yes Elton Can I send an OTA with the message  to prompt a reply?  I do not want to save the msg, I want to prompt a reply such that the user presses a button on his phone and immediately types the reply the way USSD works. On 10 September 2010 18:10, Elton Hoxha elt...@gmail.com wrote

Re: Deliver_sm

2010-08-30 Thread Elton Hoxha
You will see deliver_sm PDU-s whenever you send back from your mobile toward application. On Mon, Aug 30, 2010 at 1:14 PM, dafodil neo.tu...@yahoo.com wrote: Hi List, i habe bit confusion in my case.I see submit_sm and submit_sm_resp in the log but not deliver_sm. Can it be a problem with my

Re: Deliver_sm

2010-08-30 Thread Elton Hoxha
Check and read about dlr-mask option. On Mon, Aug 30, 2010 at 1:14 PM, dafodil neo.tu...@yahoo.com wrote: Hi List, i habe bit confusion in my case.I see submit_sm and submit_sm_resp in the log but not deliver_sm. Can it be a problem with my configuration or carrier has not enabled it.How

Re: service works with SMPPsim and not with real smsc

2010-08-27 Thread Elton Hoxha
Whose IP is 172.22.130.223? On Fri, Aug 27, 2010 at 10:40 AM, gasmen xma...@live.com wrote: how???but there is the smsc group defnined  group=smsc smsc=smpp smsc-id=SMPPSim interface-version=34 host=172.22.130.223 port=4000 system-id= smsc-password= system-type=default

Re: configuration help required

2010-08-26 Thread Elton Hoxha
Maybe you need to define two sms-service groups to call each of your services in background. To match your given digits; 1 - keyword-regex = ^[0-9]+$ 2 - keyword-regex = ^[0-9]+ [1-4]+ [0-1]+$ On Thu, Aug 26, 2010 at 9:22 AM, sangprabv sangpr...@gmail.com wrote: It should be about sms-service

Re: Re : Stop sms coming with what is displaying in web explorer

2010-07-15 Thread Elton Hoxha
Try max-messages = 0 at sms-service group On Thu, Jul 15, 2010 at 10:34 AM, Marc ANDREAS rowai2...@yahoo.fr wrote: I don't want to receive this by sms. De : seikath seik...@gmail.com À : users@kannel.org Envoyé le : Jeu 15 juillet 2010, 9h 28min 04s Objet :

Re: Network Initiated USSR

2010-02-15 Thread Elton Hoxha
Hi, The send-sms URL looks OK, when meta data variable is set to 2 you should receive the USSR request in your mobile. Try to change the length = 2 in your conf to length = 1. Hope it helps On Mon, Feb 15, 2010 at 8:55 AM, GSM Revolution gsm@gmail.com wrote: Hi, I want to start an USSR

Re: Network Initiated USSR

2010-02-15 Thread Elton Hoxha
Hi, I`m just wondering why you are using session info TLV. The session can be handled easily in application side, no need to use kannel for it. At least this is the way I`m developing the ussd menu. It is just an assumption, maybe doesnt affect at all, but try not to include the session info

Re: Network Initiated USSR

2010-02-15 Thread Elton Hoxha
There must be also other parameters like (but I dont think are relevant in your case): - At Kannel Side, in smpp group service-type = USSD - At USSD Center side, your client`s service type (among CMT, VMN, VMA etc) should be configured as USSD. I guess you have arranged also the pdu type to be

Re: Network Initiated USSR

2010-02-15 Thread Elton Hoxha
YEs I mentioned From parameter, put some 3 digit number. On Mon, Feb 15, 2010 at 1:07 PM, GSM Revolution gsm@gmail.com wrote: Hi, I have changed the destination parameter *to* in url. nothing else was changed. Do i require to change sender address?? On 2/15/10, Elton Hoxha elt

Re: Network Initiated USSR

2010-02-15 Thread Elton Hoxha
that? In my case Kannel would receive back an error if I would use aphanumeric, I dont think your USSD is suporting it either. On Mon, Feb 15, 2010 at 12:45 PM, Elton Hoxha elt...@gmail.com wrote: There must be also other parameters like (but I dont think are relevant in your case): - At Kannel

Re: Network Initiated USSR

2010-02-15 Thread Elton Hoxha
Strange, if you can post some logs showing submit pdu-s and responses. If you can take any smpp dump, it would be better . On Mon, Feb 15, 2010 at 2:05 PM, GSM Revolution gsm@gmail.com wrote: still i am getting as USSN after every modification!! On 2/15/10, Elton Hoxha elt...@gmail.com

Re: How to send TLV for USSD Push

2010-02-03 Thread Elton Hoxha
Hi, I have succeded sending all USSD commands in a simpler way, I mean configuration and parameters point of view. In conf file: group = smpp-tlv name = mydata tag = 0x0501 type = integer length = 1 smsc-id = ussdmenu and send-sms url looks like:

Re: Error Code in DLR Status

2009-12-21 Thread Elton Hoxha
With Dlr-mask Request for delivery reports with the state of the sent message. The value is a bit mask composed of: 1: Delivered to phone, 2: Non-Delivered to Phone, 4: Queued on SMSC, 8: Delivered to SMSC, 16: Non-Delivered to SMSC. Must set dlr-url on sendsms-user group or use the dlr-url CGI

Re: how to implement multiple short codes

2009-12-21 Thread Elton Hoxha
Assuming that you have smpp connection, you can create separate conf files for each shortcode (if you have 2 smpp accounts from the operator). You can start two bearerboxes with the respective conf file having their own smsc group. Or you can include both smsc groups in one conf file, starting

Re: Error Code in DLR Status

2009-12-21 Thread Elton Hoxha
ERROR: SMPP[SMPP11]: SMSC returned error code *0x0045* (Submit failed) in response to submit_sm. Thanks MobME storms into Emerging 50 Companies in India by Nasscom On Mon, Dec 21, 2009 at 3:17 PM, Elton Hoxha elt...@gmail.com wrote: With Dlr-mask Request for delivery

multiple submit_sm

2009-12-08 Thread Elton Hoxha
Hi guys, I`m facing some problem when I submit using TLV parameter for ussd operation. I`m using cvs-20091124 I`m sending an MO request and then sms is submitted using sendsms interface with meta-data parameter included. After the first successful submit, another submit is generated

Re: multiple submit_sm

2009-12-08 Thread Elton Hoxha
Hi guys, For those who have this kind of problem the simple soultion is omit-empty = true On Tue, Dec 8, 2009 at 2:32 PM, Elton Hoxha elt...@gmail.com wrote: Hi guys, I`m facing some problem when I submit using TLV parameter for ussd operation. I`m using cvs-20091124 I`m sending

Re: Re: meta-data TLV for USSD

2009-12-07 Thread Elton Hoxha
. Regards, Sandesh K On Thu, 03 Dec 2009 17:04:41 +0530 wrote 2009/12/3 Elton Hoxha Hello, ... I have partially succeded to connect to USSD, sending MO requests, but then I`m stuck, sessions remains open until it is droped by Core Network. Anyway if you have any conf sample would

Re: Automatically split messages

2009-12-06 Thread Elton Hoxha
Hi, As far as I know this is performed by SMSC, then mobile phone assembled it and shows as long sms. On Mon, Dec 7, 2009 at 8:27 AM, Hemant Gmail hbaan...@gmail.com wrote: Hi, Can someone please help me with automatic splitting of message? This is what I want to do, suppose a message

Re: meta-data TLV for USSD

2009-12-03 Thread Elton Hoxha
(mostly exceptions processing) that doesn't suite for USSD I'll try to find configuration if nobody removed this yet. But I've personally switched to own small Net::SMPP based application. -- Regards, Michael Bochkaryov www.rattler.kiev.ua 2009/12/2 Elton Hoxha elt...@gmail.com Thanks

meta-data TLV for USSD

2009-12-02 Thread Elton Hoxha
Hi guys, I`m trying to use kannel for sending ussd request and receiving back using SMPP. my conf for TLV is: group = smpp-tlv name = my-custom-var tag = 0x0501 type = integer length = 2 smsc-id = test Using this I`m able to call my application by dialing ussd shortcodes, but I`m not able to

Re: meta-data TLV for USSD

2009-12-02 Thread Elton Hoxha
, Elton Hoxha elt...@gmail.com wrote: Hi guys, I`m trying to use kannel for sending ussd request and receiving back using SMPP. my conf for TLV is: group = smpp-tlv name = my-custom-var tag = 0x0501 type = integer length = 2 smsc-id = test Using this I`m able to call my application

Re: meta-data TLV for USSD

2009-12-02 Thread Elton Hoxha
. There's a copy of the spec here: http://www.nowsms.com/discus/messages/1/SMPP_v3_4_Issue1_2-24857.pdf Hope it helps, Alex On Wed, Dec 2, 2009 at 11:45 AM, Elton Hoxha elt...@gmail.com wrote: Thanks Alex, Actually, for MT cases, Im calling the HTTP using the example in the guide

Re: How to Make URL based Carrier Server using Kannel like jatayu

2009-11-26 Thread Elton Hoxha
I have implemented what you are asking. Third parties, or users having respective usernames and password connects to my proxy via HTTP (XML), inserting their sms to my db. After, I pick them up from db and push through kannel http interface. THis is applied for both MO and MT. For sure you need

Re: problem connecting to SMSC using SMPP 3.4

2009-11-19 Thread Elton Hoxha
Maybe it has to do with system type parameter. You have it empty here, meanwhile it maybe configured at the smsc side. Ask from them what is system type name. On Thu, Nov 19, 2009 at 5:33 PM, Stéphane Bruno mysubscription...@gmail.com wrote: Hello all, I am trying to connect to an SMSC using

concat for MO

2009-11-16 Thread Elton Hoxha
Hi guys, what is the purpose of concatenation parameter in sms-service group? group = sms-service #keyword = default keyword-regex = .* catch-all = true #disables the sending of SMS max-messages = 0 concatenation = true accepted-smsc = x get-url =

SMSC name conflict???

2009-11-04 Thread Elton Hoxha
Hi guys, Is there any possibility to have conflict between two bearerbox processes running in paralel, having separate smpp connection but same SMSC name?? example: gprs-bill 2009-11-04 16:50:44 [5057] [6] DEBUG: SMPP[gprs-bill]: Sending enquire link: 2009-11-04 16:50:44 [5057] [6] DEBUG: SMPP

Fwd: SMSC name conflict???

2009-11-04 Thread Elton Hoxha
service provider supports? Two bearer box may be running but on different ports. Try to find out or give more relevant details. Like what is your configuration? or what is the problem you have encountered. Regards, Vijay Shanker Dubey On Wed, Nov 4, 2009 at 9:22 PM, Elton Hoxha elt

Re: SMSC name conflict???

2009-11-04 Thread Elton Hoxha
el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Wed, Nov 4, 2009 at 11:56 AM, Elton Hoxha elt...@gmail.com wrote: More details: - a.conf group=smsc smsc=smpp

Re: Replace if present parameter in kannel

2009-10-14 Thread Elton Hoxha
Hasnt anyone dealed before with this issue? I have to develop some application which its depended on sms replacement...please guys give me some ideas how I can handle it. Thanks Elton On Tue, Oct 13, 2009 at 10:31 AM, Elton Hoxha elt...@gmail.com wrote: Hi, As the mentioned issue is one

Re: Replace if present parameter in kannel

2009-10-13 Thread Elton Hoxha
. For an up2date list of all configureation variables see gwlib/cfg.def. I guess if it doesn't exist, you cannot set it. BR, Nikos - Original Message - *From:* Elton Hoxha elt...@gmail.com *To:* Nikos Balkanas nbalka...@gmail.com *Cc:* kannel users users@kannel.org *Sent:* Monday, October

Replace if present parameter in kannel

2009-10-12 Thread Elton Hoxha
Hi guys, Can anybody tell me how can I set the if present parameter to 0 or 1 depending on my needs? In the guide, at smpp section I couldnt find anything. Thanks Elton

Re: Replace if present parameter in kannel

2009-10-12 Thread Elton Hoxha
? Source code? Nikos - Original Message - *From:* Elton Hoxha elt...@gmail.com *To:* kannel users users@kannel.org *Sent:* Monday, October 12, 2009 3:56 PM *Subject:* Replace if present parameter in kannel Hi guys, Can anybody tell me how can I set the if present parameter to 0 or 1

smsbox http administration

2009-09-20 Thread Elton Hoxha
Hi guys, I would like to know if there is any chance to stop/start the smsboxes via HTTP like we do with beareboxes. In the manual there is the following; restart Re-start whole bearerbox, hence all SMSC links. Password required. Beware that you loose the smsbox connections in such a case. So,

Re: validity period of sms messages

2009-06-26 Thread Elton Hoxha
In minutes On Fri, Jun 26, 2009 at 10:00 AM, Latitude Berlin latitude.de@ googlemail.com wrote: Hi, Valitidy period of SMS message in the HTTP send request (...validity=) should be specified as milli sec or sec? For example: For validity period of 10 minutes, I will try

Re: SMPP Disconnection

2009-06-23 Thread Elton Hoxha
Elton On Mon, Jun 22, 2009 at 10:28 AM, Falko Ziemann fal...@gmail.com wrote: Hi, maybe a problem with the enquire link interval? So that the enquire_link comes, when the smsc already run into a timeout? Regards Falko Am 22.06.2009 um 08:55 schrieb Elton Hoxha: Hi guys, From

SMPP Disconnection

2009-06-22 Thread Elton Hoxha
Hi guys, From the application (the application that listens and sends through kannel) I noticed some queued for later delivery logs. I checked the kannel logs for the respective time that happened. The connection is re-established but do you have any idea what is the reason of System Error 104?

Re: SMS with GSM character set

2009-05-08 Thread Elton Hoxha
the http-client tells kannel which characterset it uses, so mostly UTF-8 or Iso-Latin Regards Falko Am 07.05.2009 um 16:18 schrieb Elton Hoxha: SMPP configuration is simple, I think everybody has it like this group=smsc smsc=smpp smsc-id=internal1 interface-version=34 host=10.x.x.x port

Re: SMS with GSM character set

2009-05-08 Thread Elton Hoxha
LEts forget about HTTP Client. When I call send-sms from .NET service, what is the procedure of encoding that suits for kannel? Regards Elton On Fri, May 8, 2009 at 8:19 AM, Elton Hoxha elt...@gmail.com wrote: Thanks Jyoti, I will give it a try. Falko, If I use UTF-8 in URL, it should

Re: SMS with GSM character set

2009-05-08 Thread Elton Hoxha
and the compiler will do the job for you. Regards Falko Am 08.05.2009 um 08:58 schrieb Elton Hoxha: LEts forget about HTTP Client. When I call send-sms from .NET service, what is the procedure of encoding that suits for kannel? Regards Elton On Fri, May 8, 2009 at 8:19 AM, Elton Hoxha elt

Re: SMS with GSM character set

2009-05-08 Thread Elton Hoxha
Falko Am 08.05.2009 um 09:43 schrieb Elton Hoxha: Hi Falko,, Thanks for your comments, I tried what you said and I get 2009-05-08 02:09:50 [5317] [3] ERROR: Failed to convert string from UTF-8 to UTF-8, errno was 84 2009-05-08 02:09:50 [5317] [3] DEBUG: Found an invalid multibyte sequence

Re: SMS with GSM character set

2009-05-08 Thread Elton Hoxha
08.05.2009 um 10:49 schrieb Elton Hoxha: I got this error 2009-05-08 02:49:48 [5641] [3] INFO: sendsms sender:test3:ELTON (10.1.21.146) to:355672509006 msg:é 2009-05-08 02:49:48 [5641] [3] DEBUG: Stored UUID 73f6686e-e184-4e3d-986b-32fb88d30878 2009-05-08 02:49:48 [5641] [3] WARNING: Incomplete

Re: SMS with GSM character set

2009-05-08 Thread Elton Hoxha
chomb...@gmail.com wrote: On Fri, May 8, 2009 at 12:32 PM, Elton Hoxha elt...@gmail.com wrote: I tried this: http://10.1.21.137:13014/cgi-bin/sendsms?username=test3password=test3from=ELTONto=355672509006text=%C3%A9coding=0 character is transformed again in kannel The characters you

Re: SMS with GSM character set

2009-05-07 Thread Elton Hoxha
schrieb Latitude Berlin: Both dint work for me also:( ... coding=0alt-dcs=1 ... coding=0alt-dcs=0 - Latitude On Wed, May 6, 2009 at 6:20 PM, Elton Hoxha elt...@gmail.com wrote: in send-sms url as a parameter On Wed, May 6, 2009 at 6:18 PM, Latitude Berlin latitude.de@ googlemail.com wrote

Re: SMS with GSM character set

2009-05-07 Thread Elton Hoxha
, not in the logfile. Regards Falko Am 07.05.2009 um 10:41 schrieb Elton Hoxha: Hi Falko, We are SMSC provider at the same time :) And we use GSM charset. As I mentioned in another thread, sending these type of characters using 7-bit works from other smpp gateways, but from Kannel fails. Elton

Re: SMS with GSM character set

2009-05-07 Thread Elton Hoxha
switch in the sendsms url as parameter? Regards Falko Am 07.05.2009 um 10:51 schrieb Latitude Berlin: Are we saying that this is a Kannel bug? - Latitude On Thu, May 7, 2009 at 10:41 AM, Elton Hoxha elt...@gmail.com wrote: Hi Falko, We are SMSC provider at the same time :) And we use

Re: SMS with GSM character set

2009-05-07 Thread Elton Hoxha
can post a full debug of the smpp package, kannel is sending. Regards Falko Am 07.05.2009 um 11:24 schrieb Elton Hoxha: So, its a bug? :) On Thu, May 7, 2009 at 11:17 AM, Falko Ziemann fal...@gmail.com wrote: No, but mclass forces special DCS values. So when the mclass switch is set

Re: SMS with GSM character set

2009-05-07 Thread Elton Hoxha
Sorry, in my previous debug I encoded the é character using %E9. Now the encoded value is %05. As you can see in the attached logs, kannel gets empty sms. Regards Elton On Thu, May 7, 2009 at 11:40 AM, Elton Hoxha elt...@gmail.com wrote: Can you tell me the parameters you are using in send-sms

Re: SMS with GSM character set

2009-05-07 Thread Elton Hoxha
of characters (for example @), paste me the smpp configuration or the send-sms url that is used with the required parameters? Regards Elton On Thu, May 7, 2009 at 1:48 PM, Jovan Kostovski chomb...@gmail.com wrote: On Thu, May 7, 2009 at 1:26 PM, Elton Hoxha elt...@gmail.com wrote: I checked many

Re: kannel and greek characters

2009-05-06 Thread Elton Hoxha
Another related issue; How is possible that while connecting to the same SMSC via SMPP from another SMPP gateway (test purpose) I`m able to send 7-bit alphabet characters according to the specification here http://www.cardboardfish.com/support/bin/view/Main/GSMEncoding I dont set any coding

Re: SMS with GSM character set

2009-05-06 Thread Elton Hoxha
Hi, I face the same problem: - With alt-dcs = 0 I get the following 2009-05-05 22:22:33 [5168] [3] INFO: sendsms sender:test2:1517 (10.1.21.146) to:35567200 msg: 2009-05-05 22:22:33 [5157] [7] DEBUG: short_message: The content is %00, but kannel converts it to empty space. - With

Re: SMS with GSM character set

2009-05-06 Thread Elton Hoxha
in send-sms url as a parameter On Wed, May 6, 2009 at 6:18 PM, Latitude Berlin latitude...@googlemail.comwrote: Under which group alt-dcs is to be defined? - Latitude On Wed, May 6, 2009 at 6:17 PM, Elton Hoxha elt...@gmail.com wrote: Hi, I face the same problem: - With alt-dcs = 0 I

  1   2   >