Run WAPBox on non-standard port

2005-07-01 Thread Ross Cawston-Grant
I am attempting to set up a WAP Gateway, which is capable of receiving requests on 9002, rather then the standard 9200-9208. I am running in a cygwin enviroment under Windows XP Pro, and have the gateway setup and working fine (although not on the custom port). Does anyone have any

RE: Run WAPBox on non-standard port

2005-07-01 Thread Paul Keogh
You'd need to make a change in the Bearer Box src code. Search for 9200 and see where its used. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Cawston-Grant Sent: 01 July 2005 07:50 To: users@kannel.org Subject: Run WAPBox on non-standard

SMPP enquire_link interval

2005-07-01 Thread Peter Tatischev
Hello, list One SMPP-related question here - the enquire-link-interval parameter in the SMSC group sets the interval between two subsequent enquire_link messages sent to the SMSC by Kannel. However, it could be reasonable not to send an enquire link if there were other SMPP-messages (e.g.

supported devices enquiry

2005-07-01 Thread Kyriacos Sakkas
Hi all, After some (admittedly brief) searches I failed to come up with a specific list of supported GSM modem devices. We have kannel 1.4 running on Debian testing, and were wondering if anybody has any specific knowledge of which modems work and which don't. We are likely to get a NOKIA 30

Re: supported devices enquiry

2005-07-01 Thread Gareth Reakes
Hey, I have an Seimens MC35I and that works fine. Gareth Kyriacos Sakkas wrote: Hi all, After some (admittedly brief) searches I failed to come up with a specific list of supported GSM modem devices. We have kannel 1.4 running on Debian testing, and were wondering if anybody has

Re: supported devices enquiry

2005-07-01 Thread Ismail Adebayo
Hi Does MultiTech GSM/GPRS Modem work with Kannel? Ismail Hi all, After some (admittedly brief) searches I failed to come up with a specific list of supported GSM modem devices. We have kannel 1.4 running on Debian testing, and were wondering if anybody has any specific knowledge of

Re: Problems with charsets using SMPP

2005-07-01 Thread Kyriacos Sakkas
Three possibilities, A. You are sending in another character set than GSM ASCII, and one SMSC happens to have it as the default or is a clever implementation that can auto detect. For this it is always better if possible to recode outgoing messages as GSM ASCII. Or set the specific language (from

WTLS certificate

2005-07-01 Thread Mait Mandel
hey, does anyone know how to generate a WTLS certificate on you own? without paying $1M to Verisign ... tanx, Mait

Re: WTLS certificate

2005-07-01 Thread Gareth Reakes
Hey, Mait Mandel wrote: hey, does anyone know how to generate a WTLS certificate on you own? without paying $1M to Verisign ... If thats like standard certificates then openssl genrsa -out private.pem openssl req -new -x509 -key private.pem -out public.pem -days 365 You can get them much

Re: SMPP enquire_link interval

2005-07-01 Thread Rodrigo Cremaschi
Hello Peter, It would be wise to do so. But it is recommended that the enquire_link request should be governed by a timer. Check out the SMPP protocol specification version 3.4 (section 7.2) at www.smpp.org. Regards, Rodrigo. On 7/1/05, Peter Tatischev [EMAIL PROTECTED] wrote: Hello, list

vCard via SMS

2005-07-01 Thread Edgar Zavala
Hello, I'm using kannel for a POC and i need to send a personal information on request, is there a way i can send a vCard using SMS insted of the plain text? Regards, Edgar Zavala. -- J. Edgar Zavala S. ak'a Kerberos eMail: jezavala at gmail.com | jezs at ossr dor org PGP:

Re: vCard via SMS

2005-07-01 Thread Edgar Zavala
Hi, I just find how to send the vcard and is now working, thankyou. Regards, Edgar Zavala. On 7/1/05, Edgar Zavala [EMAIL PROTECTED] wrote: Hello, I'm using kannel for a POC and i need to send a personal information on request, is there a way i can send a vCard using