Unsubscribe

2013-07-24 Thread David Wachs
Unsubscribe

-Original Message-
From: Alvaro Cornejo cornejo.alv...@gmail.com
Sent: ‎7/‎24/‎2013 7:25 PM
To: Christopher Ward c.j.ward26...@gmail.com; users users@kannel.org
Subject: Re: Translate SMPP requests to different SMS api

Hi Always cc kannel user list. This way you have more chances to get answers.


I never worked with smppbox but if I'm not wrong, you need to use routing 
options in kannel. Try a search on smppbox + routing on kannel list.


Regards


Alvaro



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



On Wed, Jul 24, 2013 at 6:59 PM, Christopher Ward c.j.ward26...@gmail.com 
wrote:

Thanks for the reply. I do have smppbox, but I'm more after how to approach the 
configuration to allow me to HTTP POST to the api on the lamp server.
As in at which point in the Kannel service can I achieve this? 
i.e 
Smppbox -- loop back smsc -- bearer box -- sms box --- HTTP PHP api
What and where do I need to configure in order to HTTP POST? 
Thanks, 
Chris 

You need smppbox for that. Is included in kannel sources.

Regards

Alvaro

On 7/23/13, Christopher Ward c.j.ward26...@gmail.com wrote:
 Currently doing some work on a server that provides SMS services, and
 utilises their own PHP apis to do so.

 However a user wishes to use SMPP in order to send and receive their
 batches of SMS.

 Ideally what I am required to do is configure an SMPP Server to receive
 incoming requests from the client to send messages, but then instead
 translate the requests to an API on the server to handle it instead.

 Essentially I just need to make it appear to the user that SMPP is being
 used to handle their SMS batches whilst instead we use our usual SMS
 send API like normal.

 I know Kannel utilises HTTP requests, so I imagine it would be as simple
 as configuring the gateway as an SMPP server to HTTP POST requests with
 necessary information  (i.e. sender, destination, message, time etc) to
 a url on our Apache server, but I am a bit lost at which point in the
 configuration I can achieve such without setting up any of the SMS
 sending\receiving features of the software itself.

 Running on:
 CentOS 5 virtual server
 LAMP stack
 gateway-1.4.3 source installed
 libxml2 and libxml2-dev

 Any pointers would be greatly appreciated.





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

Unsubscribe

2013-05-03 Thread David Wachs
Stop

-Original Message-
From: Alexander Malysh amal...@kannel.org
Sent: ‎5/‎3/‎2013 8:12 AM
To: Ashish Agarwal ashisha...@gmail.com
Cc: users users@kannel.org
Subject: Re: MO Concatenation using SAR

Hi,

SMPP Spec say:

For GSM networks, the concatenation related TLVs 
(sar_msg_ref_num, sar_total_segments, sar_segment_seqnum)
or port addressing related TLVs
(source_port, dest_port) cannot be used in conjunction with 
encoded User Data Header in the short_message
(user data) field. This means that the above listed TLVs cannot 
be used if the User Data Header Indicator flag is set.

If you see such error then your SMPP-Server is buggy and send both UDHI and 
sar_. Check with your operator...

Alex

Am 03.05.2013 um 14:25 schrieb Ashish Agarwal ashisha...@gmail.com:

 Hello,
 
 The SMSC is sending MO on smpp, but kannel is not able to understand the long 
 message, I get the following error
 
 2013-05-03 17:44:33 [29875] [7] ERROR: SMPP[SMSC1]: sar_msg_ref_num, 
 sar_segment_seqnum, sar_total_segments in conjuction with UDHI used, rejected.
 
 Can anybody help me with configuring TLV values using SAR for proper 
 concatenation reassembling and forward to url?
 
 -- 
 Regards,
 
 Ashish




Mysql Configuration: Unable to find Mysql Client

2005-05-29 Thread David Wachs








Hello,



I am trying to install Kannel with MySQL support. I am
running Fedora Core 2. libmysqlclient is located in /usr/lib/mysql/



When I run:

 ./configure
--with-mysql --with-mysql-dir=/user/lib/mysql



I get back:



Configuring DB support ...

checking whether to compile with
MySQL support... searching

checking for mysql_config...
/usr/bin/mysql_config

checking mysql version... 3.23.58

checking mysql libs...
-L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm

checking for mysql_init in -lmysqlclient...
no

configure: error: Unable to find MySQL
client libraries



What am I doing wrong?



Thanks for your help,

David