Re: Multi modem and sms services reply problem

2013-08-08 Thread Cesar Arguinzones
Hi. I guess I've not redacted my question clearly enough. When any of the GSM Modem receives a sms, it's forwarded to my sms-service. I could use your suggestion and pass the smsc-id to my service. In my sms-service sms.php I have something like: Will this work? // Any way I'm going to test

Re: Multi modem and sms services reply problem

2013-08-08 Thread Alvaro Cornejo
Hi Forgot to cc kannel list. Try to specify: http://localhost/sms.php?keyword=%k&seckeyword=%s®time=%t&sender=%p&receiver=%P&text=%a&dlrvalue=%d &sms-id=YourPreferredRoute Regards Alvaro |-

Aw: Re: Re: Fw: SMS Accounting

2013-08-08 Thread hans joachim
Hello spameden,   can you please give me a link to the SVN where I can download the changed version ? I'm curious if your "patch" will give me the functionality I need :)   Gesendet: Dienstag, 06. August 2013 um 21:12 Uhr Von: spameden An: "hans joachim" Cc: "users@kannel.org" Betreff: Re:

Re: Re[3]: DLR

2013-08-08 Thread Alejandro Guerrieri
The premise "If SMSC is configured like transceiver mode then he must transmit dlrs to me" is false. Those two things are completely unrelated. The SMSC needs to have DLR's enabled, otherwise you won't get anything from them after the initial submit_sm_resp. Regards, Alex On Thu, Aug 8, 2013 at

Multi modem and sms services reply problem

2013-08-08 Thread Cesar Arguinzones
Hi. I've searched for this in google and the list but I have not found a solution to my problem. TL;DR I have two gsm modems, but the replies are always getting out through one modem I would like the reply to get out through the same modem where the sms came from The reply always goes through

Re[3]: DLR

2013-08-08 Thread Dorin Aftenii
For me is interesting what is reale means "DEBUG: boxc_receiver: heartbeat with load value 0 received". If I received one message from dlr-url script, that means my config file is good? and next questions must put to SMSC? If SMSC is configured like transceiver mode then he must transmit dlrs to

Re[3]: DLR

2013-08-08 Thread Dorin Aftenii
I have tried with "transceiver-mode = true" - no changes. Четверг, 8 августа 2013, 10:11 -03:00 от Rodrigo Rocco : >If your SMSC is transceiver mode, you should have "transceiver-mode = true" in >your  craftmobile  block. Or else it works as transmitter only. > >-- >Rodrigo Rocco Rubim >Cel: (2

unsubscribe

2013-08-08 Thread Sagar Deshpande
Best Regards, Sagar Deshpande Mob : +919738161064

Re: Re: DLR

2013-08-08 Thread Alejandro Guerrieri
The first dlr doesn't come from the smsc, Kannel creates that one internally on the submit_sm_resp. As long as you set the dlr-mask to 31 you should receive all dlrs for that message, assuming the carrier has enabled dlrs. If they didn't you'll only receive the one from kannel. On Thu, Aug 8, 201

Re: Re: DLR

2013-08-08 Thread Rodrigo Rocco
If your SMSC is transceiver mode, you should have "transceiver-mode = true" in your *craftmobile *block. Or else it works as transmitter only. -- Rodrigo Rocco Rubim Cel: (21)97445317 On Thu, Aug 8, 2013 at 9:52 AM, dorin wrote: > Hello Alejandro! > Thank for your reply. > > dlr - are you me

Fwd: Re: DLR

2013-08-08 Thread dorin
Hello Alejandro! Thank for your reply. dlr - are you meaning BIND_RECEIVER and BIND_RECEIVER_RESP? They told me that they use only transceiver mode. If dlrs are disabled on SMSC, I wouldn't receive nothing. And I'm not shure that I recieve first dlr from SMSC. All time when is started dlr-url by

Re: DLR

2013-08-08 Thread Alejandro Guerrieri
The smsc must have dlrs enabled on their side as well, contact them and ask if it's enabled. Hope it helps, -- Alex Guerrieri On Aug 8, 2013, at 7:42, Dorin Aftenii wrote: > Hello, > please please please help me! > I have a problem that I can't solve. > I use Bearerbox -> SMSbox -> SQLBox >

DLR

2013-08-08 Thread Dorin Aftenii
Hello, please please please help me! I have a problem that I can't solve. I use Bearerbox -> SMSbox -> SQLBox All works fine except DLR. I can't recieve delivery status. Wen I send an SMS, kannel start php script from dlr-url only one time and return status 8 (smsc submit), after that no more re

Re: setup or configure XML POST

2013-08-08 Thread John alero
Thanks Spameden. For your response. On Thu, Aug 8, 2013 at 1:39 PM, spameden wrote: > it's all explained in the manual, why don't you read before asking? > > "Kannel POST > Kannel can do POST if service is contains a post-url="..."." > > XML Post > Kannel can send and receive XML POST with th

Re: setup or configure XML POST

2013-08-08 Thread spameden
it's all explained in the manual, why don't you read before asking? "Kannel POST Kannel can do POST if service is contains a post-url="..."." XML Post Kannel can send and receive XML POST with the following format: 95 Chapter 6. Setting up a SMS Gateway destination number (to) originating num

Re: setup or configure XML POST

2013-08-08 Thread John alero
Thanks Spameden, I have read XML POST doc in user guide, but can you provide me some details which we want. 1) In GET method we use below parameters to call Kannel 13013 port, Kindly find the kannel url in given below. http://10.0.0.25:13013/cgi-bin/sendsms?username=test&password=test123&from=abc

Re: setup or configure XML POST

2013-08-08 Thread spameden
page 94 of user guide 2013/8/8 John alero > Hello, > > How to setup or configure XML POST request in Kannel 1.5.0. > > Kindly provide some information for the same. > > > >

setup or configure XML POST

2013-08-08 Thread John alero
Hello, How to setup or configure XML POST request in Kannel 1.5.0. Kindly provide some information for the same.