Sierra Wireless Modem

2009-04-14 Thread Monchanin Eric
Hello guys, I am struggling on a little project which goals is to use kannel with a USB Sierra Wireless modem MC 8775 (it's a 3 bands modem) Once plugged in, the modem appears in the lsusb as : Bus 001 Device 008: ID 1199:6812 Sierra Wireless, Inc. MC8775 Device My configuration file allows me

Re: Sierra Wireless Modem

2009-04-15 Thread Monchanin Eric
u see I send sms using GPRS command ? Is there another way for me to do that with kannel ? Bests, Eric Alvaro Cornejo a écrit : > Why are you using GPRS command to send sms? > > Did your gateway support sms over gprs??? > > Regards > > Alvaro > > On Tue, 2009-04-1

Re: Sierra Wireless Modem

2009-04-16 Thread Monchanin Eric
--| > 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 on

Re: Sierra Wireless Modem

2009-04-16 Thread Monchanin Eric
n 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.com > > > > On Thu, Apr 16, 2009 at 8:44 AM, Monchanin Eric > wrote: > >> Hello Alvaro, >> &g

Re: Sierra Wireless Modem

2009-04-16 Thread Monchanin Eric
aises. Use aplicaciones 2 vias via > SMS y GPRS online > Visitenos en www.perusms.NET www.smsglobal.com.mx y > www.pravcom.com > > > > On Thu, Apr 16, 2009 at 10:56 AM, Monchanin Eric > wrote: > >> Sure, here are the kannel (bearerbox) and

Re: Sierra Wireless Modem

2009-04-20 Thread Monchanin Eric
nd > download them. You might also get their AT reference manual while at it. > > BR, > Nikos > - Original Message - From: "Monchanin Eric" > > To: > Sent: Friday, April 17, 2009 2:20 AM > Subject: Re: Sierra Wireless Modem > > > I tried wit

Routing Question

2009-10-15 Thread Monchanin Eric
Hi to all, I am having a little issue with my dual setting mbuni / kannel. I configured 3 different SMSC in Kannel, 2 for USA and 1 for Europe. Mbuni can use those 3 SMSC to send mm1 notifications to the handsets, but as you may know, Mbuni doesn't specificy the smsc in the sendsms request. M

Re: Routing Question

2009-10-16 Thread Monchanin Eric
-smsc" to a particular sendsms-user ? Bests, Eric Le 16/10/2009 02:02, Nikos Balkanas a e'crit : Hi, In group sendsms-user: forced-smsc default-smsc You can also specify smsc-id in sendsms URL: &smsc= Hope this helps, Nikos - Original Message - From: "Monchanin

Re: How to restart individual SMSC

2009-10-16 Thread Monchanin Eric
Hello, I just played around with the kannel-monitor project, included in kannel's contrib directory. It seems absolutely great : smsc status, one by one, smsc admin (start, stop, restart), one by one, However, I am having this little issue, it might be the case for everyone, when I st

Re: Routing Question

2009-10-16 Thread Monchanin Eric
raffic for this user to those smscs. BR, Nikos - Original Message ----- *From:* Monchanin Eric <mailto:emoncha...@skycore.com> *To:* Nikos Balkanas <mailto:nbalka...@gmail.com> *Cc:* us...@vm1.kannel.org <mailto:us...@vm1.kannel.org> *Sent:* Friday, Oct

Re: Routing Question

2009-10-16 Thread Monchanin Eric
ls via different trunks (cheaper or more expensive) Regards, Cezary - Original Message - *From:* Monchanin Eric <mailto:emoncha...@skycore.com> *To:* Nikos Balkanas <mailto:nbalka...@gmail.com> *Cc:* us...@vm1.kannel.org <mailto:us...@vm1.kannel.org> *Sent:*

Re: Routing Question

2009-10-16 Thread Monchanin Eric
p, I'm really sorry for all this bugging :) Le 16/10/2009 15:45, Nikos Balkanas a e'crit : Yeap. You have also to put in group smsc3: denied-smsc-id = "smsc1;smsc2" Nikos - Original Message - *From:* Monchanin Eric <mailto:emoncha...@skycore.com> *To:*

Re: How to Multiple SMSC's configuration and how to Load balancing B/W Muliple SMSC's

2009-10-16 Thread Monchanin Eric
You can configure multiple smsc with the exact same smsc-id Kannel will randomly send the SMS using any of those smsc if it's active. example : # Bind 1 group = smsc smsc-id = my_unique_bind smsc= smpp host= host1.smsc.com

Re: Routing Question

2009-10-16 Thread Monchanin Eric
problem still happens? e.g force-smsc=smsc1 ? Regards, Alex 2009/10/16 Monchanin Eric <mailto:emoncha...@skycore.com>> That is the case already, here is a piece of my config : ### SMSC1 group = smsc smsc-id = smsc1

Re: Routing Question

2009-10-16 Thread Monchanin Eric
gards, Alejandro On Fri, Oct 16, 2009 at 4:46 PM, Monchanin Eric mailto:emoncha...@skycore.com>> wrote: forcing to only 1 smsc is ok. the sms gets routed to smsc1 and only to smsc1, I sent a dozen messages and none got routed to smsc3 (but then no message is routed to smsc

meta-data parameters

2011-08-24 Thread Monchanin Eric
Dear all, We are working with Openmarket SMPP smsc, and they support TLV parameters, our kannel config is correct so far :) we configure those extra parameters and try to pass them thru the sendsms CGI interface. So far, we successfully pass 1 parameter, using the meta-data= urlencode ( ?smp

Re: meta-data parameters

2011-09-01 Thread Monchanin Eric
:08:56 [19840] [11] DEBUG: SMPP[smsctest1]: throughput (1.00,10.00) Is my sendsms request incorrect, or Openmarket not understanding the smpp request ? Thanks for any help - Le 24/08/2011 22:13, Monchanin Eric a écrit : Dear all, We are working with Openmarket SMPP smsc, and they su

[FIXED] - Re: meta-data parameters

2011-09-02 Thread Monchanin Eric
the correct form for multiple meta-data ?URLENCODE()?URLENCODE(key1)=URLENCODE(value1)&URLENCODE(key2)=URLENCODE(value2)&... passing it in the sendsms URL using meta-data=urlencode ( . ) Bests, Eric Le 01/09/2011 18:45, Monchanin Eric a écrit : Sorry for bumping this up, I'm

constant disconnections

2011-10-07 Thread Monchanin Eric
Hello, We are working with Openmarket smpp binds, and we noticed that the stability of the bind was not very good. The uptime very rarely goes beyond a few minutes, and it's almost constantly in a "re-connecting" status. Although not a real problem (messages are stored in the queue and sent

Re: constant disconnections

2011-10-07 Thread Monchanin Eric
= 1 host = "smsc-xx.openmarket.com" port = 8100 smsc-username = "xx" smsc-password = "x" system-type = default connection-timeout = 30 keepalive = 25 enquire-link-interval = 25 log-file = "/var/log/kannel/smsc_openmarket.log"

country prefixes

2011-11-10 Thread Monchanin Eric
Dear all, I have a question concerning country prefixes - We are sending SMS MT to Mexico, and using the unified-prefix config it allows us to use a full number format in the sendsms call AND allow kannel to strip the prefix before sending the request to the SMPP bind unified-prefix

bind type

2012-07-12 Thread Monchanin Eric
Hello guys, We are currently trying to configure Kannel in the following manner : 1 transmitter bind 1 receiver bind That's one possibility our aggregator offers - I think we can force a "transceiver bind" using transceiver-mode, but by default it seems the bind tries to establish a transmitt

Re: bind type

2012-07-12 Thread Monchanin Eric
eiver-port set to the same value. 2012/7/13 spameden mailto:spame...@gmail.com>> for receiver you need to use: port = 0 receive-port = Y 2012/7/13 Monchanin Eric mailto:emoncha...@skycore.com>> Hello guys, We are currently trying to configure K

Re: delivery report

2012-07-16 Thread Monchanin Eric
You need to route the dlr back to sqlbox - what I did was : create a new smsbox group # SMSBOX SETUP group = smsbox smsbox-id = dlrbox bearerbox-host = localhost bearerbox-port = 13005 sendsms-port= 13013 sendsms-chars = "01

smsc message ID

2008-06-09 Thread Monchanin Eric
Hello everybody, I am currently working on getting delivery receipts on my dlr-url. When I query the sendsms cgi-bin interface : http://localhost/cgi-bin/sendsms?user=username&pass=password&from=xxx&to=xxx&smsc=mysmsc&text=some+text&mclass=1&dlr-mask=31&dlr-url=http%3A%2F%2Flocalho

smsc message ID

2008-06-09 Thread Monchanin Eric
Hello everybody, I am currently working on getting delivery receipts on my dlr-url. When I query the sendsms cgi-bin interface : http://localhost/cgi-bin/sendsms?user=username&pass=password&from=xxx&to=xxx&smsc=mysmsc&text=some+text&mclass=1&dlr-mask=31&dlr-url=http%3A%2F%2Flocalho

receiving messages

2008-06-18 Thread Monchanin Eric
Hello, I currently have a little problem, apparently coming from incoming messages. Here is an extract of my access.log file: 2008-06-18 18:17:18 Log begins 2008-06-18 18:49:41 Receive SMS [SMSC:test-smsc] [SVC:] [ACT:] [BINF:] [from:+27*19] [to:+27***00] [flags:-1:0:-1:0:-1] [msg

Re: receiving messages

2008-06-19 Thread Monchanin Eric
not to send this delivery receipt, by changing the mclass for instance ? If not, is there any way to avoid my smsc to reply this message ? Thank you for your help, Eric Monchanin Eric a écrit : Hello, I currently have a little problem, apparently coming from incoming messages. Here is an extr

receiving MOs

2008-06-28 Thread Monchanin Eric
Hello to all, I am having a serious problem here, trying to get MO from my SMPP connection. Basically, I have an SMPP bind to a provider. I can send SMS to this bind, but when someone sends me an MO, my kannel instance apparently doesn't know what to do with it. the logs in the bearerbox.log

receiving MOs

2008-06-28 Thread Monchanin Eric
Hello to all, I am having a serious problem here, trying to get MO from my SMPP connection. Basically, I have an SMPP bind to a provider. I can send SMS to this bind, but when someone sends me an MO, my kannel instance apparently doesn't know what to do with it. the logs in the bearerbox.log fil

Re: receiving MOs

2008-06-30 Thread Monchanin Eric
er wants to submit a message to a client Deliver_SM (Command ID 5) has to be used (see SMPP Spec 4.6 and 5.1.2.1) 2008/6/26 Monchanin Eric <[EMAIL PROTECTED]>: Hello to all, I am having a serious problem here, trying to get MO from my SMPP connection. Basically, I have an SMPP bind to

Re: Statistics Sent / Received

2005-05-03 Thread Monchanin Eric
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Running kannel 1.4 patched with mbuni, I'm trying to format the access.log file as a CSV file. basically, something like that: access-log = "/var/log/kannel/access.log" access-log-clean = true access-log-format = "%t;%l;%i;%n;%A;%B;%p;%P;%L;%b" Here

SMS success and error

2005-08-17 Thread Monchanin Eric
Hi, I am currently using Kannel to send either SMS or binaries for our application. Now the problem is, that, so far, we have been sending the SMS request using a php function I took from the mailing list some times ago function send_req ($string) { require_once ('/webhome/functions/co

Re: willy's php function

2006-06-23 Thread Monchanin Eric
Hello, Here are my php functions to send a wappush. I wrote this using the mail list history, so I guess that's what u're looking for : I hope this helps These functions work for me since a few time now without any problem. # as u can guess, $fields is an array with 2 params : # $fields ['link

dlr-storage

2006-12-28 Thread Monchanin Eric
Hi All, I am trying to set up my dlr to a postgresql database. I re configured and installed kannel 1.4.0 with --with-pgsql and everything went fine. Then I added the following to my kannel.conf file (+ dlr-storage = pgsql in the core group) group = pgsql-connection