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-stand

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. submit_s

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 o

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 a

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 knowledg

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 t

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 m

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, li

Re: Configuring a PPG

2005-07-01 Thread Aarno Syvänen
You can use any sms you want (SMS is a separate layer). Aarno On 29.6.2005, at 21.06, Diego Belotti wrote: I'm trying to configure the ppg but I have some question: What type of group smsc I need for the ppg, I could have a smsc=smpp or I need a smsc=http? Thanks for the answers Diego

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: 0x6B60B

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 usi