*1) do you have a manual for it?*

http://www.bluocean.biz/gsm_modem.html#usb_gprs
model 2 is the GSM modem..

*2) what kind of GSM modem options have you configured?*

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = hariom
status-password = foo
admin-deny-ip = ""
admin-allow-ip = ""
log-level = 0
log-file = "/var/log/kannel/kannel.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
access-log = "/var/log/kannel/access.log"
store-location= "/var/log/kannel/a-z.log"
smsbox-max-pending = 10
unified-prefix = "91,0091,+91,091"

group = smsc
smsc = at
smsc-id = Bluocean
modemtype = Bluocean
device = /dev/ttyUSB0
 my-number = "+6583640330"
speed = 115200
log-level = 0
log-file = "/var/log/kannel/smsc.log"

group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"
log-level = 0

# MODEM DEFINITIONS
group = modems
id = wavecom
name = "wavecom"
detect-string = "wavecom"
init-string = "ATZ"
reset-string = "ATZ"

group = smsbox
bearerbox-host = localhost
sendsms-port = 13003
global-sender = 9718500594
#sendsms-url = "http://localhost:13003/cgi-bin/sendsms";
access-log = /var/log/kannel/smsaccess.log
log-file = "/var/log/kannel/smsbox.log"
log-level = 0


# SEND-SMS USERS

group = sendsms-user
username = virendra
password = bhati

#---------------------------------------------
# SERVICES

group = sms-service
keyword = default
text = "This facility is down for maintenance."
accept-x-kannel-headers = true
max-messages = 1
concatenation = true
get-url = "
http://localhost/playsms/plugin/gateway/kannel/geturl.php?t=%t&q=%q&a=%a";

group = mysql-connection
id = mydlr
host = localhost
username = root
password =
database = playsms
max-connections = 1

group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = ts
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc3)what does the bearerbox.log say if you enable
log-level = 0 ?

*what does the bearerbox.log say if you enable log-level = 0 ?*
Right now dedicated server center is down when come up then I will provide
that details as well.


On Tue, Oct 9, 2012 at 12:09 AM, <devel-requ...@kannel.org> wrote:

> Send devel mailing list submissions to
>         devel@kannel.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://www.kannel.org/mailman/listinfo/devel
> or, via email, send a message with subject or body 'help' to
>         devel-requ...@kannel.org
>
> You can reach the person managing the list at
>         devel-ow...@kannel.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of devel digest..."
>
> Today's Topics:
>
>    1. GSM Modem is not sending SMS or even not putting into queue
>       (virendra bhati)
>    2. Re: GSM Modem is not sending SMS or even not putting into
>       queue (Andreas Fink)
>    3. [PATCH] Kannel SMPP v5.0 support (Stipe Tolj)
>
>
> ---------- Forwarded message ----------
> From: virendra bhati <virbh...@gmail.com>
> To: devel@kannel.org, devel-requ...@kannel.org
> Cc:
> Date: Mon, 8 Oct 2012 23:09:13 +0530
> Subject: GSM Modem is not sending SMS or even not putting into queue
> Hi Team,
>
> I have installed Kannel and working perfectly with *Ubuntu 12.04.1 LTS*.
> But I am not able to installed *BluOcean™ USB GSM / GPRS Modem*. Could
> you please help me so that I will configure and used my GSM modem for
> sending SMS from Kannel.
>
>
>
> --
>
> Thanks and regards
>
>  Virendra Bhati
> +91-9718500594
> Asterisk Developer
> E-mail-: virbh...@gmail.com
> Skype id:- virbhati2
> New Delhi(India)
> [image: View my profile on 
> LinkedIn]<http://in.linkedin.com/pub/virendra-bhati/6/a30/755>
>
>
>
> ---------- Forwarded message ----------
> From: Andreas Fink <af...@list.fink.org>
> To: virendra bhati <virbh...@gmail.com>
> Cc: devel Devel <devel@kannel.org>
> Date: Mon, 8 Oct 2012 19:42:15 +0200
> Subject: Re: GSM Modem is not sending SMS or even not putting into queue
>
> On 08.10.2012, at 19:39, virendra bhati <virbh...@gmail.com> wrote:
>
> Hi Team,
>
> I have installed Kannel and working perfectly with *Ubuntu 12.04.1 LTS*.
> But I am not able to installed *BluOcean™ USB GSM / GPRS Modem*. Could
> you please help me so that I will configure and used my GSM modem for
> sending SMS from Kannel.
>
>
> do you have a manual for it?
> what kind of GSM modem options have you configured?
> what does the bearerbox.log say if you enable log-level = 0 ?
>
> Usually its only a question of finding the right init strings...(which can
> be tricky at times...)
>
>
>
>
> --
>
> Thanks and regards
>
>  Virendra Bhati
> +91-9718500594
> Asterisk Developer
> E-mail-: virbh...@gmail.com
> Skype id:- virbhati2
> New Delhi(India)
> [image: View my profile on 
> LinkedIn]<http://in.linkedin.com/pub/virendra-bhati/6/a30/755>
>
>
>
>
> ---------- Forwarded message ----------
> From: Stipe Tolj <st...@kannel.org>
> To: devel@kannel.org
> Cc:
> Date: Mon, 08 Oct 2012 20:39:20 +0200
> Subject: [PATCH] Kannel SMPP v5.0 support
> Hi list,
>
> please find attached a patchset that adds all the relevant new PDUs and
> optional TLVs as defined in SMPP v5.0. The diff is against current SVN
> trunk.
>
> Some facts about the patch:
>
> - We add the missing PDUs as defined in SMPP v5.0, even while we're
> currently not handling them. (This is more or less the same case already
> for the submit_multi PDU that is supported in SMPP v3.4)
>
> - We add the missing optional TLVs that are now added to various known
> PDUs. From those we currently use only 'billing_idenfitication' in the
> submit_sm and data_sm PDU. The field carries according to the SMPP v5.0
> spec an arbitrary billing information, so we're mapping this into/from our
> msg->sms.binfo field.
>
> - The patch is not intrusive, meaning it doesn't change any current
> behavior.
>
> - To allow a v5.0 connection to a SMSC, the 'interface-version = 50' can
> be configured in the 'group = smsc' scope.
>
> Please review, any comments are welcome.
>
> Stipe
>
> --
> ------------------------------**------------------------------**-------
> Kölner Landstrasse 419
> 40589 Düsseldorf, NRW, Germany
>
> tolj.org system architecture      Kannel Software Foundation (KSF)
> http://www.tolj.org/              http://www.kannel.org/
>
> mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
> ------------------------------**------------------------------**-------
>
> _______________________________________________
> devel mailing list
> devel@kannel.org
> http://www.kannel.org/mailman/listinfo/devel
>
>


-- 

Thanks and regards

 Virendra Bhati
+91-9718500594
Asterisk Developer
E-mail-: virbh...@gmail.com
Skype id:- virbhati2
New Delhi(India)
[image: View my profile on
LinkedIn]<http://in.linkedin.com/pub/virendra-bhati/6/a30/755>

Reply via email to