Message ID for MULTIPART SMS in kannel

2020-09-10 Thread Saurabh Pandey
Hello everyone, just need quick help to locate the source files/functions to change the default kannel behavior. In one of the installations, the operator requires all of the PDUs in a multipart SMS to have registered_delivery = 1. Only then we receive the deliver_sm PDU from them. I have done

Re: Kannel SMPP integration

2015-11-15 Thread Saurabh Pandey
PM, <amal...@kannel.org> wrote: > Hi, > > you mean by SMPP layer Kannel? :-) I ask because on the web site I read: > Based on kannel. > > Alex > > Am 12.11.2015 um 06:58 schrieb Saurabh Pandey <sam.it.develo...@gmail.com > >: > > Hi, I was the lead deve

Re: Kannel SMPP integration

2015-11-11 Thread Saurabh Pandey
Hi, I was the lead developer in this. There are few shortcoming like Operator wise charging isn't there, but operator wise routing is there. The SMPP client layer is excellent. Very high performance but the SMPP server component has few shortcomings like: 1. You cannot control the number of

SQLBOX Compile Issue

2015-03-04 Thread Saurabh Pandey
Hello, I'm having a problem while compiling Sqlbox, this is the error I'm getting: checking for cfg_create in -lgwlib... no configure: error: Kannel gwlib is required! Now, 1. I've looked everywhere on the internet for solution and proposed solution didn't work, any of them 2. I've

Add SMSC without Restarting Kannel

2014-11-20 Thread Saurabh Pandey
Hey guys, I am stuck in a scenario where I need to add SMSC in kannel without restarting it. Normally Kannel has to be restarted so it can load the new CONF file, which contains newly added SMSC. But is there a way I can do this without restarting kannel and disturbing existing online SMPP

Re: Add SMSC without Restarting Kannel

2014-11-20 Thread Saurabh Pandey
=ABCD http://x.x.x.x:13008/remove-smsc?password=smsc=ABCD On Thu, Nov 20, 2014 at 6:05 PM, Saurabh Pandey sam.it.develo...@gmail.com wrote: Hey guys, I am stuck in a scenario where I need to add SMSC in kannel without restarting it. Normally Kannel has to be restarted so it can load

Re: Add SMSC without Restarting Kannel

2014-11-20 Thread Saurabh Pandey
Texto (SMS) hacia y desde 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.com On Thu, Nov 20, 2014 at 8:04 AM, Saurabh Pandey sam.it.develo...@gmail.com wrote: Hi Tapan, thanks

Re: Add SMSC without Restarting Kannel

2014-11-20 Thread Saurabh Pandey
Alright I did it. Actually I was making a mistake. I defined smsc-admin-id as well so I need to pass that in add-smsc call. Thanks for the help guys. I love this facility, silly that I didn't know this existed for so long . On Thu, Nov 20, 2014 at 7:38 PM, Saurabh Pandey sam.it.develo

Re: Kannel 1.5 smsbox error

2014-05-04 Thread Saurabh Pandey
: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] Thanks, MT On Sat, May 3, 2014 at 7:31 AM, Saurabh Pandey sam.it.develo...@gmail.com wrote: Ok, start again from the begining. Remove all Kannel installations by manually

Kannel restart Issues

2014-05-02 Thread Saurabh Pandey
Hello everyone, lately I am facing couple of issues with Kannel. There never occurred before, but from past couple of months I am facing this problem: 1.) When I restart Kannel (either from Kannel monitor or status page) it hangs in the middle. I mean when I check the status page, it says Going

Re: Kannel 1.5 smsbox error

2014-05-02 Thread Saurabh Pandey
Ok, start again from the begining. Remove all Kannel installations by manually deleting files/binaries. Follow these steps exactly and you'd be good to go: 1) download kannel pkg on server from redmine. Enter this command in terminal *mkdir /downloads* *cd /downloads* *wget

Execute Custom URL in Opensmppbox

2014-05-01 Thread Saurabh Pandey
Hi Everyone, for some application specific reasons, I need to execute a URL in opensmppbox.c. I have included urltrans.h and http.h and I am able to perform my required tasks. The problem is after the URL is executed and response is received, a PANIC occurs which I'm not able to fix. I took help

DLR-URL debugging

2014-04-30 Thread Saurabh Pandey
Hi, I need to debug and check the dlr-url function of Kannel. Here is my situation: 1) When I submit sms through Kannel, dlr-url appended in sendsms request, it works fine 2) Earlier I was pushing sms via opensmppbox, there was some issues with deliver_sm so smpp client was not getting the DLR

Re: SMS ID and DLR-URL concatenation issue

2014-04-30 Thread Saurabh Pandey
;, octstr_get_cstr(msgid)); This will replace %%p with %p, %%d with %d and %s with the msgid. Also: I don’t think gw_extract_last() doesn’t exist in the gw library. == Rene *From:* Saurabh Pandey [mailto:sam.it.develo...@gmail.com] *Sent:* dinsdag 29 april 2014 16:55 *To:* Rene

Re: DLR-URL debugging

2014-04-30 Thread Saurabh Pandey
30, 2014 at 4:34 PM, Rene Kluwen rene.klu...@chimit.nl wrote: opensmppbox doesn’t trigger any dlr-url’s. You need smsbox for that. *From:* users [mailto:users-boun...@kannel.org] *On Behalf Of *Saurabh Pandey *Sent:* woensdag 30 april 2014 8:26 *To:* users@kannel.org *Subject:* DLR-URL

Re: SMS ID and DLR-URL concatenation issue

2014-04-30 Thread Saurabh Pandey
advantages it gives you so others would benefit too :) 2014-04-30 15:22 GMT+04:00 Saurabh Pandey sam.it.develo...@gmail.com: Thanks a lot Rene. perfect solution. Also I used another gw function to retrieve last item, so that's okay. Thanks again for your help. On Wed, Apr 30, 2014 at 4:33 PM

Re: Opensmppbox Panic

2014-04-30 Thread Saurabh Pandey
Solved: Just pass a proper Octet string: msgid = *octstr_duplicate*(gwlist_get(parts,gwlist_len(parts)-1)); On Wed, Apr 30, 2014 at 6:37 AM, Saurabh Pandey sam.it.develo...@gmail.comwrote: Hi, please anyone help me. I've tried everything, studied about Octet string, used all functions

Re: DLR-URL debugging

2014-04-30 Thread Saurabh Pandey
you please guide me. Thanks for all your help. On Wed, Apr 30, 2014 at 5:00 PM, Saurabh Pandey sam.it.develo...@gmail.comwrote: Okay, that's odd, because the URL i defined was being fired. May be it was a mixup. Here is my setup: SMSC --- Kannel [Bearerbox+smsbox] Sqlbox Opensmppbox

SMS ID and DLR-URL concatenation issue

2014-04-29 Thread Saurabh Pandey
Hi everyone, this should be very simple for an expert C programmer to fix. I am trying to edit source of Opensmppbox.c to suit my requirements, but I am very poor in C. What I had was: msg-sms.dlr_url = octstr_create(http://someurl.com/myscript.php;); and it was working fine. In my dlr-table

Re: SMS ID and DLR-URL concatenation issue

2014-04-29 Thread Saurabh Pandey
://someurl.com/myscript.php?msgid=%s”, octstr_get_cstr(msgid)); Btw, in the code that you gave below, there’s a memory leak. == Rene *From:* Rene Kluwen [mailto:rene.klu...@chimit.nl] *Sent:* dinsdag 29 april 2014 15:51 *To:* 'Saurabh Pandey'; 'users@kannel.org' *Subject:* RE: SMS ID

Re: SMS ID and DLR-URL concatenation issue

2014-04-29 Thread Saurabh Pandey
at 7:57 PM, Saurabh Pandey sam.it.develo...@gmail.comwrote: Thanks for the valuable guidance Rene. I'll give it a shot and afterwards will look into that memory leak issue. One quick question, above this code the dlr_url is separated by splitting it and picking the first part. Here is the code

Opensmppbox Panic

2014-04-29 Thread Saurabh Pandey
Hi, I have this setup: SMSC-Bearerbox - Sqlbox --Opensmppbox - SMPP client Everything runs fine untill Opensmppbox send deliver_sm to smpp client. It crashes with following error in the log:

Re: Opensmppbox Panic

2014-04-29 Thread Saurabh Pandey
but I'm not able to fix this. C experts, Kannel experts please help me here. Thanks in advance On Wed, Apr 30, 2014 at 2:53 AM, Saurabh Pandey sam.it.develo...@gmail.comwrote: Hi, I have this setup: SMSC-Bearerbox - Sqlbox --Opensmppbox - SMPP client Everything runs

SQLBOX :: msg id in DLR-URL

2014-04-28 Thread Saurabh Pandey
Hi everyone, does anybody noticed that in SQLbox log table, msg ID is stored in the field named as dlr_url? I have a following setup: SMSC --bearerbox---Sqlbox---Opensmppbox---SMPP CLient Now the problem is in Sqlbox, msg ID is stored as dlr_url and same is passed in dlr_url field of

OpenSMPPBox :: SMS ID issue

2014-04-28 Thread Saurabh Pandey
Hi everyone, I have the following setup: SMSC bearerbox Sqlbox Opensmppbox- smpp client Now I have done some changes in source of OpenSMppbox and there is one issue that I can't seem to understand. DLRs are checked using msg ID. Now I am trying to fetch msg id from msg object

Re: OpenSMPPBox :: SMS ID issue

2014-04-28 Thread Saurabh Pandey
I would really appreciate any help here. This small fix will fix my whole system. Thanks in advance On Mon, Apr 28, 2014 at 9:08 PM, Saurabh Pandey sam.it.develo...@gmail.comwrote: Hi everyone, I have the following setup: SMSC bearerbox Sqlbox Opensmppbox- smpp client Now

OpenSMPPBox: DLR Routing to connected SMPP client

2014-04-25 Thread Saurabh Pandey
Hi, I am stuck in a problem which seems to have a simple solution. Here is my system: SMSC---Kannel---Sqlbox---OpenSMPPbox---SMPP Client Now when SMPP client submits a message, it only gets the intermediate DLR i.e. 8 (Submitted to SMSC). It never receives the final DLR. But when I send SMS

Re: sms_type in SQLBOX

2014-04-23 Thread Saurabh Pandey
play around with Ozeki SMPP Provider setting. There are several options in each of ozeki smpp provider settings tab that could cause this. From kannel to ozeki? It's usually the other way... -- Kind Regards, Ali Ansari Sent from my mobile device. On 23 April 2014 16:39:20 BST, Saurabh

Opensmppbox issue: NACK/No SMSC

2013-09-28 Thread Saurabh Pandey
Hi, I am submitting SMS from Kannel based SMPP client to a different server having kannel based setup+opensmppbox+sqlbox stack. The SMS is always getting REJECTED. The issuea are: 1.) Opemsmppbox is taking system-id (username in smpplogins.txt) as SMSC and then rejecting it 2.) SQLBOX shows no

Re: Opensmppbox issue: NACK/No SMSC

2013-09-28 Thread Saurabh Pandey
: route-to-smsc = Promotional Try to submit another message and paste the bearerbox-asscess.log of Kannel server here for more information. Thank you. Brs, Tuan. -- Message: 2 Date: Sat, 28 Sep 2013 12:49:47 +0530 From: Saurabh Pandey sam.it.develo

Re: users Digest, Vol 85, Issue 39

2013-09-28 Thread Saurabh Pandey
' to users-requ...@kannel.org You can reach the person managing the list at users-ow...@kannel.org When replying, please edit your Subject line so it is more specific than Re: Contents of users digest... Today's Topics: 1. Re: Opensmppbox issue: NACK/No SMSC (Saurabh Pandey