Kannel not receiving or sending sms with Modem

2011-01-23 Thread Sam
Hi, Kannel not receiving or sending sms. Config and # BB LOG # below. I have tried to set "sms-center" but then that also yield error 2011-01-23 22:59:47 [6160] [6] DEBUG: AT2[mSmsc]: --> AT+CSCA="+"^M 2011-01-23 22:59:47 [6160] [6] DEBUG: AT2[mSmsc]: <-- OK 2011-01-23 22:59:47 [6160]

How to set "esm_class" when using sqlbox

2011-06-20 Thread Sam
Hi, My operator requires that i set esm_class: to be 64 for long messages. I am using SQLBOX and the default value i see in log as shown below is 3. Please how do I achieve this? I have used `coding` at 0,1 and 2 without any positive effect. Kindly help. --Sam 2011-06-20 13:02:41 [30294] [6

Re: How to set "esm_class" when using sqlbox

2011-08-06 Thread Sam
in bb, but it is much more > difficult to support it in sendsms interface. To answer your question, it is > not supported in bb, therefore it cannot be set in sqlbox. > > BR, > Nikos > > On Sat, Aug 6, 2011 at 4:11 PM, Sam wrote: > >> Hi, >> >> My operato

Re: Meta data parameters in kannel snapshot version (31/08/2010)

2012-05-30 Thread Sam
Hi All, I am currently trying to specify *meta-data = *in my SMSC config but Kannel is saying I cannot specify "meta-data =" in the config. Please can someone advise me how to get this done? On Wed, Sep 1, 2010 at 11:25 PM, Rene Kluwen wrote: > Instead of relying on Kannel's standard re

Re: Meta data parameters in kannel snapshot version (31/08/2010)

2012-05-30 Thread Sam
Hi Group, When i try to specify 'meta-data' in my config I get the error below. However in the userguide, 'meta-data' was specified as an option. 2012-05-30 15:50:47 [30833] [0] ERROR: Group 'smsc' may not contain field 'meta-data'. -- Sam

Re: Meta data parameters in kannel snapshot version (31/08/2010)

2012-05-30 Thread Sam
kannel version are you using? > > 1.4.3 does not support it. > > Regards > > Alvaro > > On 5/30/12, Sam wrote: > > Hi Group, > > > > When i try to specify 'meta-data' in my config I get the error below. > > However in the userguide, &#

Re: Meta data parameters in kannel snapshot version (31/08/2010)

2012-05-31 Thread Sam
der Malysh wrote: > Hi, > > meta-data is not supported in smsc group. Userguide was wrong, I just > fixed it. > > Thanks, > Alex > > Am 31.05.2012 um 08:52 schrieb Sam: > > Hi Alwaro, > > I am using one of the most recent snapshots as you can see from the log >

Re: Meta data parameters in kannel snapshot version (31/08/2010)

2012-05-31 Thread Sam
Thu, May 31, 2012 at 8:58 AM, Alexander Malysh wrote: > you can pass meta-data as cgi parameter, header or xml tag via smsbox. > Please check userguide how to do it. > > Thanks, > Alex > > Am 31.05.2012 um 09:40 schrieb Sam: > > Humm... Tnx Alex M. > > So where do

Migrate Bearerbox MSG and DLR store from spool to redis

2018-08-08 Thread Sam
Hello, I noticed redis is much faster for msg and dlr queues. Is it possible to migrate existing store in spool to redis? How can this be done?

Re: USSD with Kannel

2018-12-21 Thread Sam
Hello, I am having exactly this same issue and with smsbox getting stalled on the error - smsbox_req_thread: no sender/receiver, dump follows: Did anyone manage to get this resolved? Thanks. On Tue, Sep 27, 2016 at 4:31 PM Stipe Tolj wrote: > Am 13.04.2016 05:35, schrieb Arif Noor: > > Hi Al

SQLBOX not sending vCard correctly ?

2009-10-25 Thread Sam
Hi, I have issues using sqlbox to send vcards. For example when i send over kannel HTTP interface using udh=%06%05%04%23%F4%00%00 and text = text=BEGIN:VCARD%0D%0AVERSION:2.1%0D%0AN:lName;fName%0D%0ATEL;PREF:10001%0D%0ATEL;CELL:20002%0D%0AEMAIL:a% 40b.com%0D%0AEND:VCARD%0D%0A I get it delivered

Re: SQLBOX not sending vCard correctly ?

2009-10-25 Thread Sam
7;re sending 30 30 25 30 30 42 etc, > etc, which is the _string_ %06%05%04..., not the binary values. It's clear > if you see the binary dump on the firs line, on smsbox is > "...#...BEGIN:VCA"... > on sqlbox is "%06%05%04%23%F4%"... > > Regards, > &g

Re: SQLBOX not sending vCard correctly ?

2009-10-25 Thread Sam
he binary values, not their string counterpart, either > with % or not... > > Try with something like ...2, 31, CHAR(0x06, 0x05, 0x04, 0x23, 0xf4, 0x00, > 0x00) ); > > Regards, > > Alejandro > > On Sun, Oct 25, 2009 at 3:18 PM, Sam wrote: > >> Thank you very much

Re: SQLBOX not sending vCard correctly ?

2009-10-25 Thread Sam
< alejandro.guerri...@gmail.com> wrote: > Ah, 0x00 could confuse things since it's the C string terminator. Is it > possible to replace it with something else? > > Regards, > > Alejandro > > > On Sun, Oct 25, 2009 at 10:24 PM, Sam wrote: > >> I think am close

Re: SQLBOX not sending vCard correctly ? [solved]

2009-10-25 Thread Sam
into it > anyway, it should be able to handle 0x00 properly). > > Regards, > > Alejandro > > > On Sun, Oct 25, 2009 at 10:50 PM, Sam wrote: > >> I have googled too and it appears according to this old post >> http://www.mail-archive.com/users@kannel.org/ms

SQLBox and Kannel not calling the dlr-url specified.

2009-10-31 Thread Sam
Hi, AM using SQLbox on Kannel. Kannel does not call dlr-url. I am setting dlr-mask to 31 and specify the required url in the field `dlr_url` of the send_sms table. Please help. My config below. ###kannel.conf group = core admin-port = 13090 admin-

Re: SQLBox and Kannel not calling the dlr-url specified.

2009-11-02 Thread Sam
? > then, > you should have the DLR statuses at the SQLBOX table anyway, according to > that I can see in the configuration. > > your setup is bearerbox<->sqlbox<->smsbox, so sqlbox handles all the > MO/MT/DLR traffic. > > Sam wrote: > > Hi, > > >

sqlbox and wap push

2009-12-08 Thread Sam
Hi, Please can i use sqlbox for wap push? --Sam

Re: sqlbox and wap push

2009-12-09 Thread Sam
Thanks Nikos, I understand the UDH stuff, however how do i convert to wbxml? Please could you do me an example? Also, would this code ( http://www.blogalex.com/wp-content/uploads/2008/09/send_wap_push.php.txt) help in anyway? Thanks in advance. --Sam 2009/12/9 Nikos Balkanas >

Re: sqlbox and wap push

2009-12-09 Thread Sam
9-PPGService-20010713-a > An example would be meaningless. It is different for each message. Wapbox > will do the same thing for you, but it doesn't work with SQLbox. > > BR, > Nikos > > - Original Message - > *From:* Sam > *To:* Nikos Balkanas > *Cc:* use

Re: sqlbox and wap push

2010-01-03 Thread Sam
Hi, Please how do i make SQLBOX to handle a simple Service Load Wap push like the following to a mobile? http://domain.com/images2.jpg"/> N.B. Giving that the the appropriate UDH has been defined. TIA --Sam. 2009/12/9 Nikos Balkanas > I don't have an example. Use

Re: sqlbox and wap push

2010-01-03 Thread Sam
:'.$kannel[port]. '/cgi-bin/sendsms'. '?user='.$kannel['user']. '&pass='.$kannel['pass']. $string; $result = @file( $request ); return 'ok'; } function hex_encode( $text, $joiner=''

Re: sqlbox and wap push

2010-01-03 Thread Sam
n Sun, Jan 3, 2010 at 10:45 PM, Sam wrote: > >> Hi, >> >> I have tried to use Alex php code here http://www.blogalex.com/wp- >> content/uploads/2008/09/send_wap_push.php.txt >> >> by inserting the content of $fields[text] into `msgdata` field of the

Re: sqlbox and wap push

2010-01-08 Thread Sam
;udh" > field, not the %XX stuff, btw. > > Compare the logs when sending from sendsms and sqlbox, you'll probably find > differences. > > Regards, > > Alex > -- > Alejandro Guerrieri > aguerri...@kannel.org > > > > On 03/01/2010, at 23:23, Sam wrote:

Re: sqlbox and wap push

2010-01-10 Thread Sam
## On Sat, Jan 9, 2010 at 1:03 PM, Alejandro Guerrieri < alejandro.guerri...@gmail.com> wrote: > Ok, you could try inserting the binary code instead of the "%" encoded > data. Something like CHAR(0x1B, 0x06, 0x01...) etc. > > Regards, > > Alex > -

Re: sqlbox and wap push

2010-01-13 Thread Sam
hi, You mean change the type of this column on send and sent tables? I am afraid this would affect the normal TEXT sms messages that is supposed to go into this field. Please advise if changing the column type would not impact other normal sms. --Sam On Mon, Jan 11, 2010 at 12:17 AM

Re: sqlbox and wap push

2010-01-23 Thread Sam
Hi, Please can some1 help me out here.. Changing the msgdata column to BLOB may make normal text messages not to work again. Please what do you advise? On Wed, Jan 13, 2010 at 10:55 PM, Sam wrote: > hi, > > You mean change the type of this column on send and sent tables? I am >

Re: sqlbox and wap push

2010-01-24 Thread Sam
to try. Provide a select > from the DB to verify that you have inserted the correct msgtext. The INSERT > statement you have provided is not a log, therefore no verification that > what you think was actually sent. Not really necessary to resend bb logs. > > - Original Message

Re: sqlbox and wap push

2010-01-24 Thread Sam
Thank you for the info.. Interesting enough am not using php at this point. I am running the insert directly on MySQL and yet the msgdata is truncated on 0x00 --Sam 2010/1/25 Nikos Balkanas > Hi, > > Well, as you can see this is not an SQLbox or kannel issue. Assuming that >

Re: Wavecom Modem Not Responding.

2009-09-03 Thread Sam
Hi, Thank you very much Nikos.. It was actually a problem with the modem. -Regards Sam 2009/9/3 Nikos Balkanas : > Hi, > > Please use: > > 1) dmesg | grep tty > To verify that your modem is indeed in dev/ttyS0. If not update > configuration and restart kannel. > > 2

Re: Using "http smsc" with kannel

2003-07-09 Thread sam
Hi, so I have to make 3 functions : conndata->receive_sms conndata->send_sms conndata->parse_reply and to modify the smsc_http_create function accordingly. ok... should take some time but can be done... Just one last question. Can I handle ack from the smsc? i.e. delivery re

manipulating ucp packets sent by kannel

2003-07-11 Thread sam
kannel give me and modify those fields? Thanks, BR, Sam.

manipulating ucp packets sent by kannel

2003-07-15 Thread sam
please! really need help for it! thanks Sam sam a écrit : Hi, I need to connect to an operator which uses some ucp fields to exchange some informations. For example, I have to get an ID from the HPLMN field in a UCP52 message when I receive SMS from a phone and to resend this ID in the AC

Re: manipulating ucp packets sent by kannel

2003-07-16 Thread sam
UCP51 message and making kannel get the HPLMN value in the UCP52 message and add it to the http query when I receive MO sms. So now... the question is can somebody help me adding parameters to http queries to kannel? Thanks! BR, Sam sam a écrit : Hi, I need to connect to an operator which uses

Re: manipulating ucp packets sent by kannel

2003-07-16 Thread sam
good idea! thank you! Sam Jacob Vennervald Madsen a écrit : I think you should be posting this question on the development list. Cheers, Jacob Vennervald On Wed, 2003-07-16 at 12:17, sam wrote: Hi, I watched to the source and it seems It can't be done. the AC field is left empty in the

Setting data_coding

2012-12-17 Thread Sam
Hi, My operator expects us to set data_coding explicitly as 0x0 (i.e data_coding: 0 ) . Kindly advise me on how to set this value in Kannel config. I have read the userguide and don't seem to be able to figure this our. Your prompt support will be very much appreciated. -- Sam

Kannel 1.4.3 don't compile on Debian 5.0.4 gcc-4.3

2010-06-15 Thread Sam Przyswa
tall, please tell us what packages are needed to compile, I also installed docbook-dsssl (docbook-stylesheets) but nothink changed. Please help. Sam.

Make check error

2010-06-16 Thread Sam Przyswa
/check_ppg.sh... FAILURE! Check: checks/check_sendsms.sh... FAILURE! Check: checks/check_smpp.sh... And the last check_smpp.sh stay running after 10mns... What can I do ? Thanks for your help. Sam.

Re: Make check error

2010-06-16 Thread Sam Przyswa
. Sam. - Original Message - From: "Sam Przyswa" To: "Kannel Users List" Sent: Wednesday, June 16, 2010 5:24 PM Subject: Make check error Hi, I well compiled Kannel 1.4.3 on Debian 5.0.4 and gcc-4.3 but I got some chek errors: utils/run-checks checks/

Re: Make check error

2010-06-16 Thread Sam Przyswa
/test_http(main+0x83c) [0x805063c] 2010-06-16 22:15:21 [14494] [0] PANIC: /lib/libc.so.6(__libc_start_main+0xe5) [0x403fd455] 2010-06-16 22:15:21 [14494] [0] PANIC: test/test_http [0x804f521] I don't know where the problem come !? Please help me again. Thanks in advance. Sam.