[PATCH] smpp bug with concatenated text message automatically split with concatenation = yes

2003-03-05 Thread Benjamin Lee
and friends I still recall. Some are dead and some are living, In my life I've loved them all. But of all these friends and lovers, -- Benjamin Lee Level 2 71-75 City Rd, South Melbourne, VIC 3006 Australia Phone +61 3 8699 1333 Mobile +61 414 717 573 Fax +61 3 8699

Re: [PATCH] smpp bug with concatenated text message automatically split with concatenation = yes

2003-03-06 Thread Benjamin Lee
error(0, "Failed to convert msgdata from charset <%s> to <%s>, > will send as is.", > - "ISO-8859-1", octstr_get_cstr(smpp->alt_charset)); > -} else { > -charset_latin1_to_gsm(pdu->u.submit_sm.short_message); > > -} > -} > +pdu->u.submit_sm.short_message = octstr_duplicate((buffer ? buffer : > msg->sms.msgdata)); > } > +octstr_destroy(buffer); > pdu->u.submit_sm.sm_length = octstr_len(pdu->u.submit_sm.short_message); > > /* -- Benjamin Lee Level 2 71-75 City Rd, South Melbourne, VIC 3006 Australia Phone +61 3 8699 1333 Mobile +61 414 717 573 Fax +61 3 8699 1388

SMPP v3.4 protocol - submit_sm / data_coding / short_message / GSM 03.40 7 bit alphabet and missing packing?

2003-03-10 Thread Benjamin Lee
are we all doing it wrong (including kannel)?... maybe we should be packing the Bytes into septets? Anybody on the SMPP developers forum on this list? Anyway... Later. -- Benjamin Lee Level 2 71-75 City Rd, South Melbourne, VIC 3006 Australia Phone +61 3 8699 1333 Mobile +61 414 717 573 Fax +61 3 8699 1388

Re: SMPP v3.4 protocol - submit_sm / data_coding / short_message / GSM 03.40 7 bit alphabet and missing packing?

2003-03-11 Thread Benjamin Lee
Oh yeah, of course I'd rather that 7 bit encoding in 8 bit octets be correct to the SMPP standard... because 7 bit packed isn't very readable... sheesh... ;-P On Tuesday, 2003-03-11 at 06:20:35 PM, Benjamin Lee scribbled: > > Hi all, > > I need to confirm something

Database interfaces (was Re: Reconciliation of DLR with original message?)

2003-03-12 Thread Benjamin Lee
want to ask my clients to install MySQL >as well. >If there is no Oracle connectivity, I would be interested in assisting >with >the development of such functionality, but would need pointers for >where >to start. >Thanks >Jason -- Benjamin

Re: Database interfaces (was Re: Reconciliation of DLR with original message?)

2003-03-12 Thread Benjamin Lee
Whoops, I forgot... there's already libsdb support... On Wednesday, 2003-03-12 at 08:34:09 PM, Benjamin Lee scribbled: > > How about we add sqlrelay support? > > http://sqlrelay.sourceforge.net/ > > Then, out of the box we can support: > > OracleMySQL &

Re: Database interfaces

2003-03-12 Thread Benjamin Lee
actually is though, never used it. > > that's exactly why we diagree in using too much external dependency > library. > > Basically you make the quality of Kannel then up to a software quality > part of SQLrelay, which is not what the developers want. > > Stipe > -- B

Re: Experience with Australian SMSC (Telstra or Optus)

2003-03-14 Thread Benjamin Lee
Kannel I have to provide >evidence >that it is compliant (or actually that Telstra / Optus are) with SMPP >v3.4 >I guess I was wondering if anyone had any use cases for australian >deployment. >Thanks in advance >Jason -- Benjamin Lee Level 2 71-75 City Rd,

[RFC] autodetect smpp source_addr_ton should not remove + (plus)

2003-03-25 Thread Benjamin Lee
configurable? */ octstr_delete(pdu->u.submit_sm.source_addr, 0, 1); pdu->u.submit_sm.source_addr_ton = GSM_ADDR_TON_INTERNATIONAL; } -- Benjamin Lee Level 2 71-75 City Rd, South Melbourne, VIC 3006 Australia Phone +61 3 8699 1333 Mobile +61 414 717 573 Fax +61 3 8699 1388

[PATCH] SMPP sender-prefix ala unified-prefix

2003-03-25 Thread Benjamin Lee
Those of you connected to a large multinational SMSC who does not support NATIONAL TON... ;-) ... may find this patch useful where you want users to be able to set their originator / source address in national format. It is based on the unified prefix code. -- Benjamin Lee Level 2 71-75 City

Re: [RFC] autodetect smpp source_addr_ton should not remove + (plus)

2003-03-26 Thread Benjamin Lee
I realised -- post the send key press -- that my diatribe wasn't completely coherent... it was late... and I can only blame the lack of caffeine... ;-) I'll try again shortly... On Wednesday, 2003-03-26 at 10:28:18 AM, Stipe Tolj scribbled: > Benjamin Lee wrote: > > > &

Re: [PATCH] SMPP sender-prefix ala unified-prefix

2003-03-26 Thread Benjamin Lee
igned data > Hi, > > why not make this global available as unified-prefix is ? > > On Tuesday 25 March 2003 17:28, Benjamin Lee wrote: > > Those of you connected to a large multinational SMSC who does not > > support NATIONAL TON... ;-) ... may find this patch useful whe

userguide.xml wrong slashes

2003-07-02 Thread Benjamin Lee
I think the current CVS HEAD has some slash typos in the userguide.xml. See attached which changes <\ to http://realthought.net/ __ Force has no place where there is need of skill. -- Herodotus Index: userguid

Re: userguide.xml wrong slashes

2003-07-07 Thread Benjamin Lee
Sweet. My cvs update -dP -A appears kosher too. On Tuesday, 2003-07-08 at 01:14:55 AM, David Holland scribbled: > On Thu, Jul 03, 2003 at 03:05:12AM +1000, Benjamin Lee wrote: > > I think the current CVS HEAD has some slash typos in the userguide.xml. > > See attached whic

Re: email2sms

2003-07-11 Thread Benjamin Lee
hoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > -- Benjamin Lee Melbourne, Australia "Always real."http://www.realthought.net/ __ If you floa

Re: PDU's per TCP Packet

2003-07-11 Thread Benjamin Lee
gle PDU per TCP packet. Please confirm?? > > > >In this regard, can something be done so that multiple PDU's be >sent in a single packet? This should help in getting higher throughput >over public network like intenet. > > > >Any ideas??

Re: Character set

2003-07-14 Thread Benjamin Lee
string dump ends. > > 2003-07-09 12:46:39 [6] DEBUG: SMPP PDU dump ends. > > > > > > I had a look at the kannel source and I saw it converts from > > gsm-7 to latin > > by default if no alt_charset is set. > > I'm just getting rubbish with this th

Re: Character set

2003-07-14 Thread Benjamin Lee
Now I realise why I had no answer. ;-P On Tuesday, 2003-07-15 at 01:27:15 AM, Benjamin Lee scribbled: > Of all the SMSCs I've used... they all use GSM 7 bit packed octets, rather > than septets. > > A while back I was curious as to whether this was correct according to the >

Re: Character set

2003-07-14 Thread Benjamin Lee
says its 8 bit packed data, it wont do the 7 to 8 bit > conversion of course. > > > > > > Andreas Fink > Global Networks Switzerland AG > > -- > Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 > Global Networks, Inc. Clarastrasse 3, 4058 B

[OT] fingerprinting (was Re: at2 DLR weirdness)

2003-07-20 Thread Benjamin Lee
sting suite... ;-) -- Benjamin Lee Melbourne, Australia "Always real."http://www.realthought.net/ __ A pretty foot is one of the greatest gifts of nature... please send me your last pair of shoes, already worn o

Re: wap push si/sl

2003-07-24 Thread Benjamin Lee
r web > interface what is said after "Sendsms " and check if that mode > is found in $aModeFields = array( "somemode" => ...") > > -- Benjamin Lee Melbourne, Australia "Always real."http://www.realthought.net/ __ Leveraging always beats prototyping.

Re: [RFT] Kannel Keyword Handling

2003-07-30 Thread Benjamin Lee
> @Alex: can you have a deeped look at Netikos version for the keyword > matching features they implemented in their Kannel tree?! > > Stipe -- Benjamin Lee Melbourne, Australia "Always real."http://www.realthought.net/ __ You will never amount to much. -- Munich Schoolmaster, to Albert Einstein, age 10

Re: [RFC] Number portability hooks

2003-08-11 Thread Benjamin Lee
7;s ??? > > Steve > > -- > NetTek Ltd Phone/Fax +44-(0)20 7483 2455 > SMS steve-pager (at) gbnet.net [body] gpg 1024D/468952DB 2001-09-19 -- Benjamin Lee Melbourne, Australia "Always real."http://www.realthought.net/

Re: [RFC] Number portability hooks

2003-08-14 Thread Benjamin Lee
ny ideas and comments please?! An HTTP 'callback' sounds good as an initial implementation. Generic and flexible. Just my two cents. -- Benjamin Lee Melbourne, Australia "Always real."http://www.realthought.net/ _

Re: binary sms

2003-08-14 Thread Benjamin Lee
in > order to send concatenated sms? Is it also a must to insert % in the text > field (example: &text=%02%4A%3A.) ? > > Hope someone here can enlighten me on this. > > Regards > Robin > > > -- Benjamin Lee Melbourne, Australia "Always real."http://www.realthought.net/ __ And now for something completely the same.

Re: [RFC] Number portability hooks

2003-08-14 Thread Benjamin Lee
Just to clarify to all... I meant that it's probably the same here in Australia... as we tend to lag a little behind the United Kingdom... I apologise if my previous email did not read this way... I wasn't contesting anything, just confirming. On Monday, 2003-08-11 at 11:07:47 PM, Be

Re: Problems receiving @ symbol in cvs-20030811

2003-08-14 Thread Benjamin Lee
> Maybe they use a Comverse SMSC (a good default for screwed up > SMSC's...) > > Andreas Fink > Global Networks Switzerland AG > > Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 > Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland

Re: Kannel Gateway in Realtime

2003-08-26 Thread Benjamin Lee
gt; >Do you Yahoo!? > >Yahoo! SiteBuilder - Free, easy-to-use web site design software > >http://sitebuilder.yahoo.com > > _ > Get Your Own .NU Web Address Now! ---> http://WWW.NUNAMES.NU -- Benjamin Lee Melbourne,

Re: Possible bug in splitting messages?

2003-09-04 Thread Benjamin Lee
D02102F0210370310264214370310244214370310224210370230] > > [udh:7:0605041581] > > When fetching with the service I use the X-Kannel-UDH header. > > Any ideas? Is this a bug, or have I forgot something when using a service? -

Re: Compile problems when compiling with MySQL support

2003-09-04 Thread Benjamin Lee
-D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2 >-I/usr/local/mysql/include -o wmlscript/wmlsc wmlscript/wmlsc.o libgw.a >libwmlscript.a libwap.a libgwlib.a -lpthread -lresolv -lnsl -lm >-L/usr/lib -lxml2 -lz -lm -L/usr/local/mysql/lib -lmysqlclient >/usr/bin/ld:

Re: Possible bug in splitting messages?

2003-09-10 Thread Benjamin Lee
Arne, Before you lodge a bug, did you try: Content-Type: application/octet-stream ?? On Friday, 2003-09-05 at 01:51:04 PM, Benjamin Lee scribbled: > Maybe the service needs to respond with a > > Content-Type: application/octet-stream > > ?? > > On Friday, 2003-09-05 a

Re: X-Kannel Header Problem

2003-10-05 Thread Benjamin Lee
oesn't work? > my $output = $ua->request($request); > --- perl code snippet --- > > --- php test receipt --- > [Connection] => Keep-Alive > [Host] => localhost > [Keep-Alive] => 300 > [User-Agent] => libwww-perl/5.69 > [X-Kannel-D

Re: X-Kannel Header Problem

2003-10-07 Thread Benjamin Lee
all on Christmas, and return a present. ;-P (N.B. X-Kannel headers are not application/x-www-form-urlencoded content.) So, in summary, just do POST *with* X-Kannel headers or GET *without* X-Kannel headers (everything encoded in the QUERY_STRING). I believe the Kannel userguide allud

Re: GSM 03.38 packed data in SMPP messages

2003-12-26 Thread Benjamin Lee
ing field as GSM DCS & setting the packing bit? > > Strictly speaking, packed text is not allowed in SMPP. I don't know of any > other SMPP SMSC that does this by default. > > -- > Ian Cass > -- Benjamin Lee Melbourne, Australia "Always real."

Re: International SMS

2004-01-06 Thread Benjamin Lee
Answer: > 2004-01-06 17:27:11 [3] DEBUG: HTTP: Destroying HTTPClient area > 0x80adc40. > 2004-01-06 17:27:11 [3] DEBUG: HTTP: Destroying HTTPClient for > `65.36.154.35'. > > > Nicholas Calugar > 619-546-9803 > 866-404-2428 > > Chatter > 3577

Re: International SMS

2004-01-09 Thread Benjamin Lee
Nicholas, Try this patch. I haven't tried it... ;-) but it may work. On Wednesday, 2004-01-07 at 12:54:40 PM, Benjamin Lee scribbled: > Sounds like you aren't encoding your plus '+' sign in your CGI query. > > + is encoded as %2B > > On Wednesday, 2004-01-

Re: kannel cvs-20040120 bearerbox startup problems

2004-01-23 Thread Benjamin Lee
; reply-couldnotrepresent = "couldnotrepresent" > reply-requestfailed = "requestfailed" > reply-emptymessage = "emptymessage" > #unified-prefix = "00358,0" > > # SEND-SMS USERS > > group = sendsms-user > username = tester > password =

Re: kannel cvs-20040120 bearerbox startup problems

2004-01-23 Thread Benjamin Lee
Most definitely! ;-P -- Benjamin Lee Melbourne, Australia "Always real."http://www.realthought.net/ __ Be valiant, but not too venturous. Let thy attire be comely, but not costly. -- John Lyly

[PATCH] dict double free

2004-01-23 Thread Benjamin Lee
/bb_boxc.c smsboxc_run() by dict_destroy It's only a very minor memory handling _problem_. Cheers, Ben. -- Benjamin Lee Melbourne, Australia "Always real."http://www.realthought.net/ __ Computers are

Re: sms priority flag in SMPP

2004-03-10 Thread Benjamin Lee
ds, > Yury Mikhienko. > IT ERP group head, ZAO "Mobikom-Kavkaz" > tel: (8632) 704188 -- Benjamin Lee Melbourne, Australia +61 416 BEN LEE http://www.realthought.net/ __ The truth is what is; what s

Re: Regarding loops and memory leak

2004-09-12 Thread Benjamin Lee
lib/gwlib.h" > > int main(void) { > Octstr *os; > int i; > > gwlib_init(); > > while(1) { >os = octstr_format("sadfasdfasdfas"); >octstr_append(os, octstr_imm("asdfasdfasdfasdf")); >octstr_destroy(os); >gwthread_s

Re: Problems compiling the latest CVS version

2004-09-16 Thread Benjamin Lee
nction `smsbox_req_handle': > gw/smsbox.c:2137: structure has no member named `priority' > make: *** [gw/smsbox.o] Error 1 > > > I think this has something to do with the latest patch -> priority queue > > hope you could help. thanks in advance. --

Re: password to SMPP too long

2004-10-13 Thread Benjamin Lee
bove 3.4 but Google should send you to the SMPP Forum where the protocol specifications live. > Would there be any problems if this was changed even if the > standard says 8 characters? Hmm... I would guess "no" but... violating standards... doesn't go down well w

Re: [PATCH] Log file limit and timestamp precision

2004-10-13 Thread Benjamin Lee
appen again. If the size of a log file grows above 100Mb it renames > it and start writing into a new one. My another modification in the logging > system modify the time precision to milliseconds. I have too much log lines > with the same timestamp, I suppose it is very useful at bursts. &

Re: System error 24: Too many open files

2004-11-08 Thread Benjamin Lee
, or is it really too > many outgoing DLR's blocking it? > > PS: Connection to SMSC is _very_ fast. > > PS2: I never encountered this problem with Linux. > > Thanks, > -- > Enver ALTIN |http://skyblue.gen.tr/ > So

Re: SMS-service

2004-11-22 Thread Benjamin Lee
= > > == > group = sms-service > keyword = Best > get-url = http://x.x.x.x/Navigator/SMS?MOBILENO=%p&KEYVALUE=%S > > group = sms-service > keyword = default > text = "No action" > > ==

Re: Error Sending Concatenated SMS

2004-11-23 Thread Benjamin Lee
ne, entering mainloop > 2004-11-23 08:45:20 [7] DEBUG: sms_router: list_len = 0 > 2004-11-23 08:45:20 [5] DEBUG: > SMPP[SMPP:193.99.99.99:8001/8001:testlogin:smpp]: Sending PDU: > 2004-11-23 08:45:20 [5] DEBUG: SMPP PDU 0x81219d8 dump: > 2004-11-23 08:45:20 [5] DEBUG: type_name: bin

Re: [Kannel-Users] Re: SMPP re-connect termination.

2004-12-06 Thread Benjamin Lee
fig: > >> > >>group = smsc > >>smsc = smpp > >>smsc-id = zzz > >>denied-smsc-id = "another_smsc" > >>transceiver-mode = 1 > >>host = xx.xx.xx.xx > >>port = > >>our-host = oo.oo.oo.oo > >>smsc-user

Re: New Features Question

2005-01-18 Thread Benjamin Lee
don't want the CVS tree to get too far ahead of me. If you want, I > can send an e-mail to whomever with the diff output for you to look at > right now. Otherwise I can hold off until it's been running and tested > for a while. Just let me know how you want to do this.

Re: New Features Question

2005-01-21 Thread Benjamin Lee
opened *my* big mouth... ;-O I should take a look at the code. ;-) Stay tuned... -- Benjamin Lee Melbourne, AU +61.4.16.BEN.LEE http://www.realthought.net/ Open Source / Linux / BSD __ One learns to itch where one can scratch. -- Ernest Bramah

Re: [Fwd: Requesting DLR for binary messages]

2005-02-02 Thread Benjamin Lee
rk. > > What can I do? What actually I'm looking for is a brief 10-lines > explanation about that, which fields of UDH are used for what. Alex > suggested me to take a look at ETSI 03.38 and 03.40, although they look > a bit like Cyrillic to me ;) > > Any clues? >

[PATCH] trivial configure in debian docbook unstable patch

2005-02-19 Thread Benjamin Lee
Trivial fix to find docbook .dsl files on Debian unstable. See attached.. -- Benjamin Lee mailto:[EMAIL PROTECTED] Melbourne, Australiahttp://www.realthought.net Open Source / Linux / BSD / GNU tel:+61.4.16.BEN.LEE

Re: GSM Phone as Virtual SMSC

2005-03-04 Thread Benjamin Lee
Mobile Phone" > need-sleep = true > keepalive-cmd = "AT+CBC;+CSQ" > enable-mms = true > > group = smsc > smsc-id = gsmmodem > smsc = at > modemtype = nokiaphone > device = /dev/ > > These ought to do the trick -- Benjamin Lee

Re: Authorization failed for sendsms

2005-03-30 Thread Benjamin Lee
} } info(0, "sendsms used by <%s>", octstr_get_cstr(username)); return t; } > IP non allowed, cannot write in ..., user unknowng or similar so to > understand > where is the problem? > Please I hope you can help me. > Giovanni > -- Benjami

Re: Authorization failed for sendsms

2005-03-31 Thread Benjamin Lee
On Thursday, 2005-03-31 at 08:12:56 PM, Giovanni Venturi scribbled: > Alle 09:00, giovedì 31 marzo 2005, Benjamin Lee ha scritto: > > I think this is the relevant code: > > > > /* > > * new authorisation, usable by POST and GET > > */ > > static UR

Re: Panic upon receiving SMS

2005-04-13 Thread Benjamin Lee
NIC: bearerbox [0x80bfa1c] > 2005-04-12 13:34:20 [5619] [5] PANIC: /lib/tls/libpthread.so.0 [0x4007e2b6] > 2005-04-12 13:34:20 [5619] [5] PANIC: /lib/tls/libc.so.6(__clone+0x57) > [0x420de407] > -- Benjamin Lee mailto:[EMAIL PROTECTED] Melb

Paul, working against your tree

2005-05-28 Thread Benjamin Lee
r.net/ and it does not appear to be up at the moment. Cheers, Ben. -- Benjamin Lee mailto:[EMAIL PROTECTED] Melbourne, Australiahttp://www.realthought.net Linux / BSD / GNU tel:+61.4.16.BEN.LEE Open S

Re: SMPP reconnection on invalid username/password

2006-01-19 Thread Benjamin Lee
on is detected as dead. -- Benjamin Lee mailto:[EMAIL PROTECTED] Melbourne, Australiahttp://www.realthought.net Linux / BSD / GNU tel:+61 4 16 BEN LEE Open Source "... invest in your company, not the

Re: [Kannel-Users] Re: SMPP re-connect termination.

2012-03-23 Thread Benjamin Lee
Niel, Wow, this is really old... ;-P Could you please describe / elaborate exactly what you mean by a *stale* SMPP connection? On Tuesday, 2012-02-21 at 01:30:51 AM, Niel scribbled: > > > Benjamin Lee users.sf.net> writes: > > > > > I agree with Alexan

Re: [Kannel-Users] Re: SMPP re-connect termination.

2012-03-25 Thread Benjamin Lee
> >> smsc-password = > >> transceiver-mode = true > >> system-type = VMA > >> throughput = 119 > >> > >> group = smsc > >> smsc = smpp > >> smsc-id = smsc1 > >> allowed-smsc-id = smsc1 > >> host = > >>

Re: regarding kannel configuration with mongodb

2012-04-03 Thread Benjamin Lee
ing mongo/mongo.h presence... no > > > checking for mongo/mongo.h... no > > > checking for mongo_connect in -lmongoc... no > > > configure: error: Unable to find MongoDB client libraries > > > > > > > > > > > > please t

Re: regarding kannel configuration with mongodb

2012-04-03 Thread Benjamin Lee
er]# cp src/*.h > /var/tmp/root/usr/local/include/mongo/. > [root@localhost mongo-c-driver]# popd [...] By the way, you should *probably not* work on your system as root (unless it is a snapshot-ed virtual machine). ;-O Good luck. Peace out. -- Benjamin Lee mail