Re: Hardware GSM Modem to use with Kannel

2010-07-23 Thread Matt Wiseman
Thing is, I can't see where to buy these in the US. The only GSM modem I can find is http://www.amazon.com/gp/product/B00383EMFA/ref=ord_cart_shr?ie=UTF8&m=A1J7L387A6CBZG I've had bad luck with Multi-Tech MultiModem GPRS MTCBA-G-F4 under linux. On Fri, 2010-07-23 at 19:21 +0300, Nikos Balkana

Errors with bearerbox

2010-11-08 Thread Matt Wiseman
I'm currently getting this error trying to start a new install of kannel. I've verified the file is there, I chmod'd it to 777 *AND* am trying to run it as root... still no love. Thoughts? smsu...@smsserver1:~$ sudo bearerbox --verbosity 4 --logfile /var/log/kannel/bearerbox.log /etc/kannel/kan

Re: Errors with bearerbox

2010-11-08 Thread Matt Wiseman
.log" log-level = 4 access-log = "/var/log/kannel/smsbox_access.log" # SEND-SMS USERS group = sendsms-user username = sms_user password = sms_pass forced-smsc = gsm_modem # SMS SERVICES # there should be default always group = sms-service keyword = default text = "No servi

Re: Errors with bearerbox

2010-11-08 Thread Matt Wiseman
; bR, > Nikos > - Original Message - > From: "Matt Wiseman" > To: "Alex" > Cc: > Sent: Monday, November 08, 2010 12:28 PM > Subject: Re: Errors with bearerbox > > > > That worked, but still having an issue.. I'll paste the log

Re: throughput

2010-11-10 Thread Matt Wiseman
I ran into similar situations myself, as when I hit the url to send a msg, I'd get "accepted for delivery" with no notification that there's eleventy million msg's already in queue waiting to go out.. What I ended up doing is writing a world accessible page, that turned around and hit the intern

Multiple Modems & Questions

2009-07-22 Thread Matt Wiseman
ool. Also, I'm getting a lot of 28 and 515 errors with these Multitech MTCBA-G-U-F4's does anyone have any experience with them or can you recommend me a better serial/usb modem? -- Matt Wiseman

Re: Multiple Modems & Questions

2009-07-22 Thread Matt Wiseman
---| > Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier > celular y Nextel > en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via > SMS y GPRS online > Visitenos en www.perusms.NET www.smsglobal.com.mx y > www.pravcom.c

Re: Multiple Modems & Questions

2009-07-22 Thread Matt Wiseman
p&message=%a"; > omit-empty = true > > #telstra user > group = sendsms-user > username = t > password = t > > If each modem had a different SIM for a different operator (we use it > for monitoring in this way) you could then sent a message via a > particular modem

Recommended Modems

2009-07-23 Thread Matt Wiseman
ny suggestions? I'm finding I'm getting a lot of +CMS ERROR: 28 and ERROR 515 currently and constantly have to stop kannel, and reboot the modems. You guys have any experience with this? -- Matt Wiseman

Re: Recommended Modems

2009-07-23 Thread Matt Wiseman
to many HW Manufacturers. On Thu, 2009-07-23 at 20:42 +0300, Nikos Balkanas wrote: > Hi, > > Not under windows. In general emulators such as cygwin are neither fast nor > stable and not recommended for server/gateway applications. > > BR, > Nikos > - Original Message -

Re: Need Help

2009-07-24 Thread Matt Wiseman
1) should be a matter of just encoding your stuff right 2) there are several ways to accomplish this, I tried emailing you offlist, but your email address bounced. On Fri, 2009-07-24 at 23:15 +0530, Rishab Shekhar wrote: > > Hi > > Recently i have implemented kannel gateway with ubundu linux.I

Error starting smsbox

2009-08-05 Thread Matt Wiseman
I'm starting smsbox with the following script.. cat ./start_kannel.sh #!/bin/sh rm /var/log/kannel/* bearerbox --verbosity 4 --logfile /var/log/kannel/bearerbox.log /etc/kannel/kannel.conf & sleep 10 smsbox --verbosity 4 --logfile /var/log/kannel/smsbox.log /etc/kannel/kannel.conf & and getti

Modem Compatability

2010-03-11 Thread Matt Wiseman
I'm trying to find modems to use with my kannel install. So far the only one I've been able to make work is the Multilink MTCBA-G-F2. I've tried Multilink MTCBA-G-U-F4 but have been unsuccessful with the modem drivers. I'm currently looking at AirLink Raven XT GPRS as they're a serial modem and

Re: Modem Compatability

2010-03-11 Thread Matt Wiseman
ommend? I'm a little desperate here, and sans nokia phones, what do you guys recommend? On Thu, 2010-03-11 at 13:42 -0800, Matt Wiseman wrote: > I'm trying to find modems to use with my kannel install. So far the > only one I've been able to make work is the Multilink MTCBA-G

Re: Modem Compatability

2010-03-11 Thread Matt Wiseman
ot; > detect-string = "Sierra Wireless" > detect-string2 = "C885" > reset-string = "ATZ" > message-storage = "SM" > enable-mms=true > speed = 14400 > > > I was also experimenting with sqlbox so nothing in operation yet. > > >