Try max-messages = 0
at sms-service group
On Thu, Jul 15, 2010 at 10:34 AM, Marc ANDREAS wrote:
> I don't want to receive this by sms.
>
>
> De : seikath
> À : users@kannel.org
> Envoyé le : Jeu 15 juillet 2010, 9h 28min 04s
> Objet : Re: Stop sms coming with wha
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 wrote:
> It should be about sms-service
>
> sangprabv
> sa
Whose IP is 172.22.130.223?
On Fri, Aug 27, 2010 at 10:40 AM, gasmen 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
>>
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 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
Check and read about dlr-mask option.
On Mon, Aug 30, 2010 at 1:14 PM, dafodil 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
> ever my message
Hi,
What are u trying to sent by using mclass and coding? What are their values?
Maybe its related to data coding. 242 seems a bit strange.
On Tue, Aug 31, 2010 at 5:12 PM, mug azr wrote:
> Dear list,
>
> I have a Kannel setup with an SMPP 3.4 SMSC. There are no problem with
> receiving MOs.
Yuu can do that using mclass parameter in send sms URL.
Check it in user guide for all its options.
On Fri, Sep 10, 2010 at 10:14 AM, Alex wrote:
> Hi Kannel world.
>
> Does any of you know how to send a flash SMS through Kannel.
>
> --
> Best regards,
> Alex
>
>
Are you talking about OTA settings?
On Fri, Sep 10, 2010 at 5:05 PM, "Mads N. Vestergaard – CoolSMS A/S"
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 Kannel te
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 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 Parameter Type: 2BYTE
On Thu, Sep 16, 2010 at 2:21 PM, Anderson Schmidt wrote:
> Hi all,
>
> I was sea
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
wrote:
> On
>
> where 1234 is the destination port
>
>
> On Thu, Sep 16, 2010 at 9:55 AM, Elton Hoxha 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
>>
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 interface
; One last thing, is there a given kannel 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 Kluw
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 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 bearbox chooses
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 stori
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"
immed
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 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 this problem not
>
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 wrote:
> I am using the following query to send sms
> INSERT INTO send_sms (
> momt, sende
Hi,
What is your send-sms URL used in this case?
Elton
On Mon, Oct 4, 2010 at 1:29 PM, Innocent Muchedzi wrote:
> 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
> subscribers in my databa
10189&text=&coding=0>
>
> - Original Message -
> *From:* Elton Hoxha
> *To:* Innocent Muchedzi
> *Cc:* users@kannel.org
> *Sent:* Monday, October 04, 2010 1:36 PM
> *Subject:* Re: Send single SMS to multiple recipients
>
> Hi,
>
> What is your send-s
Hi,
These are basic services that all operators have implemented since their
foundation. They define shortnumbers and keywords for this purpose. You can
simulate the originating of SMS using send-sms by sending to respective
shortcode with right keyword like Alvaro said.
But if you need to develop
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 wrote:
> either i use the parameters below or not i get the same result. i h
maybe you are using 8-bit format (coding=1)
On 10/8/10, Alvaro Cornejo wrote:
> without logs difficult to help, but it can be a charset issue?
>
> |-|
> Envíe y Reciba Datos y mensajes
t; On Fri, Oct 8, 2010 at 11:26 PM, Elton Hoxha wrote:
>> maybe you are using 8-bit format (coding=1)
>>
>> On 10/8/10, Alvaro Cornejo wrote:
>>> without logs difficult to
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 wrote:
> I can't receive smpp Mo message, but i can sent MT message very well. Could
> you
> help me?
>
> this is my smsc
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.
Yo
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
v
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 wrote:
>
> Thanks for the detail.MSISDN helps for correla
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 chan
Then your modem will work as proxy.
Following your example, your friends will send an sms to your Modem number.
I suppose the operator you are attached to, provides this basic service of
Credit Transfer through SMS, lets say send to .
All you have to do is to build your logic after you rece
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
> Hi,
>
> I want also to install kannel at several VM's, with diferent configurations
> for testing enviornment. I dont see any
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 wrote:
> It's about the webserver and or the aspx script
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 wrote:
> I am using GSM Modem for broadcasting SMS's .I have installed the modem & it
> is working & I am
Hi,
Remove keyword =, you are already using regex instead.
On Wed, Dec 15, 2010 at 9:28 AM, Miguel Duarte wrote:
> 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:
>
>
> group =
to messages sent to my shortcode.
>
>
>
>
>
> On Wed, Dec 15, 2010 at 10:33 AM, Elton Hoxha wrote:
>
>> Hi,
>>
>> Remove keyword =, you are already using regex instead.
>>
>>
>>
>>
>> On Wed, Dec 15, 2010 at 9:28 AM, Miguel
> 2010-12-15 11:53:52 [22909] [6] DEBUG: type_name: enquire_link_resp
> 2010-12-15 11:53:52 [22909] [6] DEBUG: command_id: 2147483669 =
> 0x8015
> 2010-12-15 11:53:52 [22909] [6] DEBUG: command_status: 0 = 0x
> 2010-12-15 11:53:52 [22909] [6] DEBUG: sequence_number:
t; And the other is my shortcode.
>
>
>
> On Wed, Dec 15, 2010 at 12:03 PM, Elton Hoxha wrote:
>
>> What is this ID?
>>
>> 2010-12-15 11:50:32 [22909] [0] DEBUG: Adding smsbox routing to id
>> for receiver no <84134134>
>>
>> On Wed,
Sorry, correction;
If YES, why do you need smsbox-route?
On Wed, Dec 15, 2010 at 11:12 AM, Elton Hoxha 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
> applicatio
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 wrote:
> Hi Users,
>
> How can I set an SMSC Config ie:
>
> I want this smsc to send 1000 messages only, the idea is I ca
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 wrote:
> Hi,
>
> We have an requirement where the SMPP 3.4 is slightly modified.
> There are 2 new fields added to support USSD.
>
> I'd like to know if i can
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
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
wrote:
>
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, i
Download and install recent version, no patch is needed.
2011/3/15 gautam sasikumar
> H,
>
> Does this mean that kannel doesn't need a patch for USSD.???
>
>
> 2011/3/15 Elton Hoxha
>
>> Its better to upgrade your kannel with latest version. Af
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 Πετσούκα Τάνια
> Hello,
>
> i've read all support-mails for the "storage type 'mysql' is not supported"
> error, and i've t
Hi,
Can you have a look on this line please?
2009-04-02 13:57:48 [10020] [6] DEBUG: validity_period: "090402120748000+"
This is inside submit_sm. Time is 13:57, but kannel sets it to 12:07
backward. I set the validitytime = 10 (minutes)
Thanks
Elton
; Le jeudi 02 avril 2009 à 14:02 +0200, Elton Hoxha a écrit :
> > Hi,
> >
> > Can you have a look on this line please?
> >
> > 2009-04-02 13:57:48 [10020] [6] DEBUG: validity_period:
> > "090402120748000+"
> >
> > This is inside submit_s
Hi guys,
I was running kannel for 2 weeks with no problems. Today I had to change the
conf file adding one other SMPP connection. After I started bearerbox
binding all the clients, I started the smsbox but I noticed the failure
hours later
2009-04-17 08:23:46 [27278] [0] INFO: Added logfile
`/tmp
admin-port = 13000
smsbox-port = 13030
sendsms-port = 13017
group = core
admin-port = 13000
smsbox-port = 13040
sendsms-port = 13018
By the way, is logical the above?
Elton
On Fri, Apr 17, 2009 at 2:38 PM, Milan P. Stanic wrote:
> On Fri, 2009-04-17 at 14:32, Elton Hoxha wrote:
> &
ts the use of four instances ?
> use one bearerbox to handle all the smsc connections ..
>
>
> Elton Hoxha wrote:
>
>> Hi,
>>
>> Actually I use 4 bearerbox instances separating my connections. I never
>> had this type of error even using this configuration be
In theory it can be right what you said Milan, but practically I have
started multiple bearerbox instances running on the admin-port 13000 without
having problems for weeks :)
On Fri, Apr 17, 2009 at 3:44 PM, Milan P. Stanic wrote:
> On Fri, 2009-04-17 at 15:00, Elton Hoxha wrote:
> >
ou cannot disable it.
>
> Nikos
>
> - Original Message -
> *From:* Elton Hoxha
> *To:* users@kannel.org
> *Sent:* Friday, April 17, 2009 4:51 PM
> *Subject:* Re: smsbox not starting
>
> In theory it can be right what you said Milan, but practically I have
>
> > college...Assuming of course that all bearerbox instances live on the
> same
> > server...
> >
> > - Original Message -
> > From: Elton Hoxha
> > To: Nikos Balkanas
> > Cc: users@kannel.org
> > Sent: Saturday, April 18, 2009 1:10 AM
>
games on our time.
>
> BR,
> Nikos
>
> - Original Message -
> *From:* Elton Hoxha
> *To:* Alejandro Guerrieri
> *Cc:* Nikos Balkanas ; users@kannel.org
> *Sent:* Saturday, April 18, 2009 3:02 AM
> *Subject:* Re: smsbox not starting
>
> I think there is a mi
Hi guys,
Is there any internal function in kannel to delete kannel and access logs? I
had 8 log files for all my 4 instances and only two of them were in the
folder today. Why the others disappeared? Any problem if they reach a
specific size? Meanwhile, despite the fact the the processes of bearer
#x27;t delete log files.
> Regards,
>
> Alejandro
>
> On Tue, Apr 28, 2009 at 9:47 AM, Elton Hoxha wrote:
>
>> Hi guys,
>>
>> Is there any internal function in kannel to delete kannel and access logs?
>> I had 8 log files for all my 4 instances and only two of t
This should work if your application works properly.
group = sms-service
keyword-regex = .*
catch-all = true
get-url = "http://my_site.com/receive.php?phone=%p&text=%r&smsc=$i&time=%t
Or
group = sms-service
keyword=default
get-url = "http://my_site.com/receive.php?phone=%p&text=%r&smsc=$
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 schema
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:
(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 alt-dcs=1;
in send-sms url as a parameter
On Wed, May 6, 2009 at 6:18 PM, Latitude Berlin
wrote:
> Under which group alt-dcs is to be defined?
>
> - Latitude
>
>
> On Wed, May 6, 2009 at 6:17 PM, Elton Hoxha wrote:
>
>> Hi,
>>
>> I face the same problem:
>&
> Falko
>
> Am 06.05.2009 um 18:27 schrieb Latitude Berlin:
>
> Both dint work for me also:(
>
> ... &coding=0&alt-dcs=1
> ... &coding=0&alt-dcs=0
>
> - Latitude
>
> On Wed, May 6, 2009 at 6:20 PM, Elton Hoxha wrote:
>
>> in send
im. So better only trust what
> you read in the sms, 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, se
itch 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 wrote:
>
>> Hi Falko,
>>
>> W
So, its a bug? :)
On Thu, May 7, 2009 at 11:17 AM, Falko Ziemann wrote:
> No, but mclass forces special DCS values. So when the mclass switch is set,
> the alt-dcs parameter is ignored.
> So, no help for you problem, sorry.
>
> Regards
> Falko
>
> Am 07.05.2009 um 1
uration.
> Maybe you 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 wrote:
>
>> No, but mclass forces spe
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 wrote:
> Can you tell me the parameters you are using in send-s
I checked many many times, kannel is sending empty message when i type these
special characters. I traced by ethereal the smpp block and there is no text
forwarded by kannel to SMSC. Also there is no ascii configuration in SMSC
just GSM alphabet.
Strange anyway here is the debug
2009-05-06 09:29:
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 wrote:
> On Thu, May 7, 2009 at 1:26 PM, Elton Hoxha wrote:
> > I checked many many times, kannel i
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=interna
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 wrote:
> Thanks Jyoti, I will give it a try.
>
> Falko, If I use UTF-8 in URL, it should be used wi
it is called in .NET) on it and pass it to kannel. Kannel 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
;text=
> %24%40&coding=0
>
>
> That should bring you a sms containing a $ (dollar) and a @ (at)
>
> Regards
> 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:
cii_utf8_table.shtml
>
> Regards
> Falko
>
> Am 08.05.2009 um 10:49 schrieb Elton Hoxha:
>
> I got this error
>
> 2009-05-08 02:49:48 [5641] [3] INFO: sendsms sender:
> (10.1.21.146) to:<355672509006> msg:<é>
> 2009-05-08 02:49:48 [5641] [3] DEBUG: Store
> > On Fri, May 8, 2009 at 12:32 PM, Elton Hoxha wrote:
> >> I tried this:
> >>
> http://10.1.21.137:13014/cgi-bin/sendsms?username=test3&password=test3&from=ELTON&to=355672509006&text=%C3%A9&coding=0
> >> character is transformed again in kannel
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?
Elton
On Mon, Jun 22, 2009 at 10:28 AM, Falko Ziemann 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:
>
In minutes
On Fri, Jun 26, 2009 at 10:00 AM, Latitude Berlin 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 ...&validity=10*60*1000
>
> Thanks.
>
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,
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
Source code?
>
> Nikos
>
> - Original Message -----
> *From:* Elton Hoxha
> *To:* kannel users
> *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 "
ameter in configuration variables. 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
> *To:* Nikos Balkanas
> *Cc:* k
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 wrote:
> Hi,
>
> As the mentioned issue is one
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 PD
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
>
>
>
>
>
cualquier
> celular y Nextel
> en 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 wrote:
&g
used to
> rotate them. It's all in the User's guide.
> How to avoid it? Do not send it.
>
> BR,
> Nikos
>
> - Original Message -
> *From:* Elton Hoxha
> *To:* kannel users
> *Sent:* Thursday, November 05, 2009 6:46 PM
> *Subject:* log clarificatio
if you have two SMSC groups in conf you can route the MO to respective
connection and to the respective sms-service by:
accepted-smsc = x
This is parameter inside sms-service group.
And for MT in the sendsms-user group you can define the other smsgroup as
acceptable:
forced-smsc=y
Hope it hel
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 =
"http:/xxx/KannelGetSms.asmx/GetSms?
ion is done by using the sar_* optional
> parameters, kannel cannot assemble it. Kannel can only assemble concatenated
> messages if concatenation is done using udh.
>
> Regards,
>
> Alejandro
>
>
> On Mon, Nov 16, 2009 at 4:33 PM, Elton Hoxha wrote:
>
>> H
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 wrote:
> Hello all,
>
> I am trying to connect to an SMSC using SMPP 3.4. I am receiving
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 t
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 te
s,
>
> Alex
>
> On Wed, Dec 2, 2009 at 9:01 AM, Elton Hoxha 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 = m
defined" segment (starting 0x1400) where vendors can
> implement their proprietary tags.
>
> 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:4
annel includes some SMS-related logic (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,
>
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 wrote:
> Hi,
>
>
>
> Can someone please help me with automatic splitting of message?
>
>
>
> This is what I want to do, suppose a message has 250 c
e of provisions we have to do in SMSC; what we need on SMSC side to
> be enabled.
>
> 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,
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 automaticall
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 wrote:
> Hi guys,
>
> I`m facing some problem when I submit using TLV parameter for ussd
> operation.
> I`m using cvs-20091124
>
> I`m
1 - 100 of 205 matches
Mail list logo