RE: Problems connecting to a new SMSC

2003-08-14 Thread Jarrod Hermer
Attached are my bearerbox (kannel.conf) and smsbox (VodacomMGA1.conf) config files. kannel.conf Description: Binary data VodacomMGA1.conf Description: Binary data

Re: [RFC] Number portability hooks

2003-08-14 Thread Stipe Tolj
An HTTP 'callback' sounds good as an initial implementation. Generic and flexible. yep. I'm also in a favor of this. Where API should be very simplified like: earerbox calls http://www.foob.com/?msisdn=msisdn and that HTTP server replies with either an smsc-id as body/header(?!) or nothing

Re: binary sms

2003-08-14 Thread Benjamin Lee
Robin, In both cases, it looks as if you have not URL encoded your 'text' values. As Shridhar Raju wrote recently, you need something like: (Ringtone) http://198.198.1.150:13013/cgi-bin/sendsms?username=testerpassword=foobart

[RFC] get rid of --with-dlr option

2003-08-14 Thread Alexander Malysh
Hi there, I would like to propose to get rid of --with-dlr option. I do not see any sense in this option. If a user say --enable-mysql (for example) then we can enable mysql dlr storage per default, because the dependency on the mysql client lib already here (equals for other db's). Votes and

Re: openwave otap wap specifications

2003-08-14 Thread Angus M Wood
On Mon, 11 Aug 2003 14:27:25 +0200 (CEST), [EMAIL PROTECTED] wrote: is there someone who knows the specifications of the openwave browser for OTA WAP provisioning messages? How can i get them? Last time I spoke to Openwave about this issue (admittedly, about 1.5 years ago) the official

Re: Problems connecting to a new SMSC

2003-08-14 Thread Alexander Malysh
Hi, if these two sms groups connected to the same telco then you have 4 connections in your config (here you can try with transceiver mode). If it is not the case, then it's not possible that smpp driver will try to get more as 2 connections at the same time... On Thursday 14 August 2003

Changing SMSC on phone to use Kannel

2003-08-14 Thread Alex Kinch
Hi, Can I change the SMSC on my mobile phone to use Kannel to send messages? Alex

Re: [RFC] get rid of --with-dlr option

2003-08-14 Thread Alexander Malysh
On Friday 08 August 2003 16:51, Stipe Tolj wrote: David Tully wrote: +1 Makes no sense to me to have to use 3 directives when you want to compile DLR mysql support.. --with-dlr=mysql --enable-mysql --with-mysql=/usr/.. Unless there is another reason for them all?! ok, from my

Re: [RFC] get rid of --with-dlr option

2003-08-14 Thread Stipe Tolj
Alexander Malysh wrote: On Friday 08 August 2003 16:51, Stipe Tolj wrote: David Tully wrote: +1 Makes no sense to me to have to use 3 directives when you want to compile DLR mysql support.. --with-dlr=mysql --enable-mysql --with-mysql=/usr/.. Unless there is another reason

RE: Anam and Kannel

2003-08-14 Thread Paul Keogh
does anyone know what version of Kannel the Anam WirelessWindow gateway is built off? how about asking Paul directly?! ;) Mostly the current CVS, +/- a few features.

Re: Problems connecting to a new SMSC

2003-08-14 Thread Alexander Malysh
Hi, please send us your config for bearerbox... Thanks. On Thursday 14 August 2003 18:44, Jarrod Hermer wrote: Hi All, Our operator upgraded to a new local developed SMSC and implemented a rule which does not allow more than 2 connections at any one time. Ever since I have been having

Re: Problems connecting to a new SMSC

2003-08-14 Thread Alex Judd
Jarrod Having not seen this error before can you attach your config file as well?

Re: Problems receiving @ symbol in cvs-20030811

2003-08-14 Thread Alexander Malysh
Hi, can you please try to define: alt-charset = LATIN1 within your smsc group for this connection... On Thursday 14 August 2003 19:04, Bill Brigden wrote: Hi, Using kannel cvs-20030811, I have sent a mobile originating message that comes in via smpp 3.4: This is bill's test... @ ? But

Re: Patch: To add timeouts to SMPP connections

2003-08-14 Thread Aaron Brady
Looks good, however I'd potentially make it more configurable so that the X x wait is one of the default settings and can be configured should it need be. If it's easy enough, then I don't see why not, but I'm not altogether familiar with the internals of Kannel, so other than using your below

Problems connecting to a new SMSC

2003-08-14 Thread Jarrod Hermer
Hi All, Our operator upgraded to a new local developed SMSC and implemented a rule which does not allow more than 2 connections at any one time. Ever since I have been having hassles with Kannel cvs-20030310 running under cygwin. I am able to receive messages and send messages. According to the

Re: [RFC] Number portability hooks

2003-08-14 Thread Steve Kennedy
On Mon, Aug 11, 2003 at 12:20:38PM +0200, Stipe Tolj wrote: as many countries deploy MSISDN number portability in their GSM networks, which means you as a end-customer can take your MSISDN to an other operator when you switch, makes things a bit more complicated on the SMS gateway side.

Problems receiving @ symbol in cvs-20030811

2003-08-14 Thread Bill Brigden
Hi, Using kannel cvs-20030811, I have sent a mobile originating message that comes in via smpp 3.4: This is bill's test... @ ? But smsbox posts it to me like: This+is+bill's+test...+%A1+%3F+%22 And the bearerbox log says: 2003-08-14 18:01:03 [8] DEBUG: SMPP PDU 0x81e04c8 dump: 2003-08-14

Re: [RFC] Number portability hooks

2003-08-14 Thread Steve Kennedy
On Mon, Aug 11, 2003 at 05:01:50PM +0200, Nisan Bloch wrote: I would prefer to see some sort of lookup interface.. Something like a HLR box. Of more importance is how to implement the lookup and when (as this will incur a msg cost)? Use some third party? Do some SS7 integration? Booktrout

phpmyadmin

2003-08-14 Thread Nisan Bloch
hi very interesting.. i fiddled with this this weekend... http://www.garvinhicking.de/tops/texte/mimetutorial?print=true esp the schema, relationship setup stuff and the pdf generation. we could even set up some relations and then let the support people use the relations in adhoc reports ..

RE: [RFC] Number portability hooks

2003-08-14 Thread Paul Keogh
Ideally this would look like the SMSCConn abstraction layer itself for the resolving of the network. A first scratch may be an simple HTTP lookup to an resolving server which then answers with a given smsc-id we simply inject to the Msg struct and then route via this smsc-id. Any ideas

RE: binary sms

2003-08-14 Thread Robin
Thanks. It works. Just wondering if anyone here know if there's any php script for rtttl-parser for sending it to kannel? Knew that there's one for perl but not sure if there's any for php. Regards Robin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: [RFC] Number portability hooks

2003-08-14 Thread Paul Keogh
now, in Germany we have an access to an centralized database which holds all ported numbers. So actually if you want to route messages to Operator SMSCs, you must resolve the MSISDN at that database to know if it has been ported to an other operator and hence route it to the new one instead

Re: [RFC] Number portability hooks

2003-08-14 Thread Alex Kinch
We'd be interested - +1 from me. Alex - Original Message - From: Alexei [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 11, 2003 4:41 PM Subject: Re: [RFC] Number portability hooks Sounds illegal to me to make this information public. But anyone with SS7 access can do

Re: Problems receiving @ symbol in cvs-20030811

2003-08-14 Thread Benjamin Lee
Bill, As Andreas says, it is indeed the SMPP provider. Is your provider M081L3way? Many months ago, I pointed out to them the incorrect GSM encoding of the @ character on MO messages... and they may not have fixed it yet -- don't take my word for it though, I haven't retested in a while. Cheers,

Re: [RFC] Number portability hooks

2003-08-14 Thread Dave White
At 12:20 PM 8/11/03 +0200, you wrote: Any ideas and comments please?! Yeah. For interactive services, where an app responds to an MO SM with an MT SM within a timeframe of at most a few minutes, you can do most NP work very simply under certain conditions, namely when all bearerbox

Re: [RFC] Number portability hooks

2003-08-14 Thread Alexei
Sounds illegal to me to make this information public. But anyone with SS7 access can do lookup and instantly tell the MNC+MCC of operator. If there's enough interest, we might offer such public service with HTTP interface and instant results.. Just my 2c. On Mon, 2003-08-11 at 17:42, Alex Kinch

Re: [RFC] Number portability hooks

2003-08-14 Thread Steve Kennedy
On Mon, Aug 11, 2003 at 12:51:16PM +0200, Stipe Tolj wrote: The question is would we do some kind of internal caching for this? This would speed up things drastically. Maybe using a *huge* Dict hash? Has anyone used huge Dict hashs? Look at cdb, good for multiple reads, not so good for

Re: [RFC] Number portability hooks

2003-08-14 Thread Alex Kinch
Steve, I've been following this thread with interest. We're planning to collect information on a user's mobile operator via our soon-to-be-launched reverse billing operation. We also operate a bulk SMS and business messaging site, so this sort of information would be useful for least cost

Re: [RFC] Number portability hooks

2003-08-14 Thread Andreas Fink
On Montag, August 11, 2003, at 05:15 Uhr, Steve Kennedy wrote: On Mon, Aug 11, 2003 at 05:01:50PM +0200, Nisan Bloch wrote: I would prefer to see some sort of lookup interface.. Something like a HLR box. Of more importance is how to implement the lookup and when (as this will incur a msg

[PATCH] WSP Encoding-Version support

2003-08-14 Thread Stipe Tolj
Hi list, attached patch adds the WSP Encoding-Version handling properly?! to the WSP session state machine et all. Please review. This patch is against cvs-20030625, so beware if you try to apply to current cvs head tree. Here is a summary: * wap/wsp.h: added WSP_1_x enumeration values to

[FYI] Oracle dbpool/dlr support commited

2003-08-14 Thread Alexander Malysh
Hi there, just to keep all informed ;) I have just commited Oracle 8i/9i support for dbpool and dlr storage. So all , who make use of libsdb for Oracle, please test it and report your success/fail stories! P.S. Oracle support based on OCI library and was tested with 9i and 8i. Oracle version

Re: binary sms

2003-08-14 Thread Kwok Peng Tuck
Hmm, with kannel you don't need to do that, just make sure that for the sendsms user tester , the attributes concatenation and max-messages is set Try : concatenation=true max-messages=10 HTH Robin wrote: Thanks. How do i insert UDH in a way to send concatenated sms? Regards Robin

MMS : Kannel support

2003-08-14 Thread Rory Campbell-Lange
I have spent some time looking on the archive for examples of sending MMS messages. I gather that one needs to send an MMS notification to the handset, which then picks up the actual MMS message from a server supporting wap push. Has anyone documented this procedure completely? Any specific

Problems with DLR

2003-08-14 Thread Hitokiri Batousai
Hi! I'm having problems with Kannel 1.2.1 when I use postgresql via libSDB to store DLRs. When Kannel receives delivery reports from the SMSC (EMI), it crashes. I'm attaching some parts of my log files, the table for the dlr on postgresql, and part of my configuration. #SMS Kannel Configuration