unsubscribe

2012-04-23 Thread Mohamed Ould Mohamed Salem



 


unsubscribe

Re:8

2011-12-21 Thread Mohamed Ould Mohamed Salem

..Be happy every day!  http://karate-chur.ch/friends.group.php?zSection=02e6



Re: Kannel as an SMSC

2010-06-20 Thread Mohamed Ould Mohamed Salem
No, CVS, but of kannel.
Apparently, smppbox doesnt work with 1.4.3, i had to use cvs version of kannel.





From: Rene Kluwen rene.klu...@chimit.nl
To: medms...@yahoo.fr; Kannel users users@kannel.org
Sent: Fri, June 18, 2010 11:50:20 AM
Subject: RE: Kannel as an SMSC

 
Please note that the most current version of (open) smppbox is
in the svn repository, not the cvs.
But maybe you meant svn in stead of cvs.
 
Either way, good to know that it works for you now.
 
== Rene
 
From:users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of 
Mohamed
Ould Mohamed Salem
Sent: vrijdag 18 juni 2010 19:25
To: Kannel users
Subject: Re: Kannel as an SMSC
 
I got it, 
I downloaded the latest cvs, compiled it and it worked.

thank you,

--- On Fri, 6/18/10, sangprabv sangpr...@gmail.com wrote:

From: sangprabv sangpr...@gmail.com
Subject: Re: Kannel as an SMSC
To: medms...@yahoo.fr
Cc: Kannel users users@kannel.org
Date: Friday, June 18, 2010, 6:35 PM
Please do man patch, you will find the answer.
 
 
 
sangprabv
sangpr...@gmail.com
 
On Jun 18, 2010, at 10:46 PM, Mohamed Ould Mohamed Salem wrote:


I downloaded the SMPPBox, tried to compile it but it gives some errors after 
make:

--
SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
-I/usr/include/mysql -MT smppbox.o -MD -MP -MF .deps/smppbox.Tpo -c -o 
smppbox.o smppbox.c; \
then mv -f .deps/smppbox.Tpo .deps/smppbox.Po; else rm -f 
.deps/smppbox.Tpo; exit 1; fi
smppbox.c:1851:1: warning: OCTSTR redefined
smppbox.c:1827:1: warning: this is the location of the previous definition
smppbox.c:1852:1: warning: SINGLE_GROUP redefined
smppbox.c:1830:1: warning: this is the location of the previous definition
smppbox.c:1855:1: warning: MULTI_GROUP redefined
smppbox.c:1837:1: warning: this is the location of the previous definition
smppbox.c: In function ‘send_pdu’:
smppbox.c:379: warning: passing argument 1 of ‘smpp_pdu_pack’ from incompatible 
pointer type
/usr/local/include/kannel/gw/smsc/smpp_pdu.h:230: note: expected ‘struct 
SMPP_PDU *’ but argument is of type ‘struct Octstr *’
smppbox.c:379: error: too many arguments to function ‘smpp_pdu_pack’
smppbox.c: In function ‘read_pdu’:
smppbox.c:436: error: too many arguments to function ‘smpp_pdu_unpack’
make[2]: *** [smppbox.o] Error 1
make[2]: Leaving directory `/root/trunks/gw'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/trunks'
make: *** [all] Error 2

---
I saw in one thread on the list that it should be patched, probably not the 
right place to ask this question, but patch with what and how?


Yours,
Mohamed
--- On Fri, 6/18/10, Konstantin Vayner pon...@appcell.net wrote:

From: Konstantin Vayner pon...@appcell.net
Subject: Re: Kannel as an SMSC
To: Mohamed Ould Mohamed Salem medms...@yahoo.fr
Date: Friday, June 18, 2010, 3:35 PM
It's an svn tree
Use an svn (subversion) client and point it to that repository
On Fri, Jun 18, 2010 at 4:30 PM, Mohamed Ould Mohamed Salem medms...@yahoo.fr 
wrote:
Sorry for being a nood,

but how do i download it, file by file? or is there a compressed file that i 
missed?


Yours,
Mohamed


 
From:Konstantin Vayner pon...@appcell.net
To: Mohamed Ould Mohamed Salem medms...@yahoo.fr
Cc: Kannel users users@kannel.org
Sent: Fri, June 18, 2010 1:09:13 PM
Subject: Re: Kannel as an SMSC
 
Hi Mohamed,
 
You can use SMPPbox with Kannel - it is an smpp server
 
There is opensource one release by Rene Kluwen - you can find it here: 
https://svn.kannel.org/smppbox/trunk and it is supported by regular community 
means (via this mailing list).
OR
Theres commercial smppbox created, maintained and supported by Stipe Tolj - in 
this case you need to contact him directly regarding pricing and availability.
 
Regards,
  Konstantin
 
On Fri, Jun 18, 2010 at 3:57 PM, Mohamed Ould Mohamed Salem medms...@yahoo.fr 
wrote:
Hello everyone,

I want to connect my kannel box with another sms gateway via SMPP, with neither 
of them being an smsc, is there a way to do this with kannel.
If not, can kannel act as an smsc?


Yours,
Mohamed


  

Kannel as an SMSC

2010-06-18 Thread Mohamed Ould Mohamed Salem
Hello everyone,

I want to connect my kannel box with another sms gateway via SMPP, with neither 
of them being an smsc, is there a way to do this with kannel.
If not, can kannel act as an smsc?


Yours,
Mohamed


  

Re: Kannel as an SMSC

2010-06-18 Thread Mohamed Ould Mohamed Salem
I downloaded the SMPPBox, tried to compile it but it gives some errors after 
make:

--
SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
-I/usr/include/mysql -MT smppbox.o -MD -MP -MF .deps/smppbox.Tpo -c -o 
smppbox.o smppbox.c; \
    then mv -f .deps/smppbox.Tpo .deps/smppbox.Po; else rm -f 
.deps/smppbox.Tpo; exit 1; fi
smppbox.c:1851:1: warning: OCTSTR redefined
smppbox.c:1827:1: warning: this is the location of the previous definition
smppbox.c:1852:1: warning: SINGLE_GROUP redefined
smppbox.c:1830:1: warning: this is the location of the previous definition
smppbox.c:1855:1: warning: MULTI_GROUP redefined
smppbox.c:1837:1: warning: this is the location of the previous definition
smppbox.c: In function ‘send_pdu’:
smppbox.c:379: warning: passing argument 1 of ‘smpp_pdu_pack’ from incompatible 
pointer type
/usr/local/include/kannel/gw/smsc/smpp_pdu.h:230: note: expected ‘struct 
SMPP_PDU *’ but argument is of type ‘struct Octstr *’
smppbox.c:379: error: too many arguments to function ‘smpp_pdu_pack’
smppbox.c: In function ‘read_pdu’:
smppbox.c:436: error: too many arguments to function ‘smpp_pdu_unpack’
make[2]: *** [smppbox.o] Error 1
make[2]: Leaving directory `/root/trunks/gw'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/trunks'
make: *** [all] Error 2

---
I saw in one thread on the list that it should be patched, probably not the 
right place to ask this question, but patch with what and how?


Yours,
Mohamed
--- On Fri, 6/18/10, Konstantin Vayner pon...@appcell.net wrote:

From: Konstantin Vayner pon...@appcell.net
Subject: Re: Kannel as an SMSC
To: Mohamed Ould Mohamed Salem medms...@yahoo.fr
Date: Friday, June 18, 2010, 3:35 PM

It's an svn treeUse an svn (subversion) client and point it to that repository

On Fri, Jun 18, 2010 at 4:30 PM, Mohamed Ould Mohamed Salem medms...@yahoo.fr 
wrote:


Sorry for being a nood,



but how do i download it, file by file? or is there a compressed file that i 
missed?


Yours,
Mohamed


From: Konstantin Vayner pon...@appcell.net


To: Mohamed Ould Mohamed Salem medms...@yahoo.fr
Cc: Kannel users users@kannel.org


Sent: Fri, June 18, 2010 1:09:13 PM
Subject: Re:
 Kannel as an SMSC


Hi Mohamed,
You can use SMPPbox with Kannel - it is an smpp server
There is opensource one release by Rene Kluwen - you can find it 
here: https://svn.kannel.org/smppbox/trunk and it is supported by regular 
community means (via this mailing list).



OR

Theres commercial smppbox created, maintained and supported by Stipe Tolj - in 
this case you need to contact him directly regarding pricing and availability.




Regards,

  Konstantin

On Fri, Jun 18, 2010 at 3:57 PM, Mohamed Ould Mohamed Salem medms...@yahoo.fr 
wrote:





Hello everyone,





I want to connect my kannel box with another sms gateway via SMPP, with neither 
of them being an smsc, is there a way to do this with kannel.
If not, can kannel act as an smsc?


Yours,
Mohamed











  





  




  

Re: Kannel as an SMSC

2010-06-18 Thread Mohamed Ould Mohamed Salem
I did, 
but to patch i need two files an original and one to patch to. I have neither, 
since i cant find the file in the error inside the trunks directory.

--- On Fri, 6/18/10, sangprabv sangpr...@gmail.com wrote:

From: sangprabv sangpr...@gmail.com
Subject: Re: Kannel as an SMSC
To: medms...@yahoo.fr
Cc: Kannel users users@kannel.org
Date: Friday, June 18, 2010, 6:35 PM

Please do man patch, you will find the answer.



sangprabv
sangpr...@gmail.com




On Jun 18, 2010, at 10:46 PM, Mohamed Ould Mohamed Salem wrote:
I downloaded the SMPPBox, tried to compile it but it gives some errors after 
make:

--
SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
-I/usr/include/mysql -MT smppbox.o -MD -MP -MF .deps/smppbox.Tpo -c -o 
smppbox.o smppbox.c; \
    then mv -f .deps/smppbox.Tpo .deps/smppbox.Po; else rm -f 
.deps/smppbox.Tpo; exit 1; fi
smppbox.c:1851:1: warning: OCTSTR redefined
smppbox.c:1827:1: warning: this is the location of the previous definition
smppbox.c:1852:1: warning: SINGLE_GROUP redefined
smppbox.c:1830:1: warning: this is the location of the previous definition
smppbox.c:1855:1: warning: MULTI_GROUP redefined
smppbox.c:1837:1: warning: this is the location of the previous definition
smppbox.c: In function
 ‘send_pdu’:
smppbox.c:379: warning: passing argument 1 of ‘smpp_pdu_pack’ from incompatible 
pointer type
/usr/local/include/kannel/gw/smsc/smpp_pdu.h:230: note: expected ‘struct 
SMPP_PDU *’ but argument is of type ‘struct Octstr *’
smppbox.c:379: error: too many arguments to function ‘smpp_pdu_pack’
smppbox.c: In function ‘read_pdu’:
smppbox.c:436: error: too many arguments to function ‘smpp_pdu_unpack’
make[2]: *** [smppbox.o] Error 1
make[2]: Leaving directory `/root/trunks/gw'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/trunks'
make: *** [all] Error 2

---
I saw in one thread on the list that it should be patched, probably not the 
right place to ask this question, but patch with what and how?


Yours,
Mohamed
--- On Fri, 6/18/10, Konstantin Vayner
 pon...@appcell.net wrote:

From: Konstantin Vayner pon...@appcell.net
Subject: Re: Kannel as an SMSC
To: Mohamed Ould Mohamed Salem medms...@yahoo.fr
Date: Friday, June 18, 2010, 3:35 PM

It's an svn treeUse an svn (subversion) client and point it to that repository

On Fri, Jun 18, 2010 at 4:30 PM, Mohamed Ould Mohamed Salem medms...@yahoo.fr 
wrote:


Sorry for being a nood,



but how do i download it, file by file? or is there a compressed file that i 
missed?


Yours,
Mohamed


From: Konstantin Vayner pon...@appcell.net


To: Mohamed Ould Mohamed Salem medms...@yahoo.fr
Cc: Kannel users users@kannel.org


Sent: Fri, June 18, 2010 1:09:13 PM
Subject: Re:
 Kannel as an SMSC


Hi Mohamed,
You can use SMPPbox with Kannel - it is an smpp server
There is opensource one release by Rene Kluwen - you can find it 
here: https://svn.kannel.org/smppbox/trunk and it is supported by regular 
community means (via this mailing list).



OR

Theres commercial smppbox created, maintained and supported by Stipe Tolj - in 
this case you need to contact him directly regarding pricing and availability.




Regards,

  Konstantin

On Fri, Jun 18, 2010 at 3:57 PM, Mohamed Ould Mohamed Salem medms...@yahoo.fr 
wrote:





Hello everyone,





I want to connect my kannel box with another sms gateway via SMPP, with neither 
of them being an smsc, is there a way to do this with kannel.
If not, can kannel act as an smsc?


Yours,
Mohamed











  





  




  



  

Re: Kannel as an SMSC

2010-06-18 Thread Mohamed Ould Mohamed Salem
I got it, 
I downloaded the latest cvs, compiled it and it worked.

thank you,

--- On Fri, 6/18/10, sangprabv sangpr...@gmail.com wrote:

From: sangprabv sangpr...@gmail.com
Subject: Re: Kannel as an SMSC
To: medms...@yahoo.fr
Cc: Kannel users users@kannel.org
Date: Friday, June 18, 2010, 6:35 PM

Please do man patch, you will find the answer.



sangprabv
sangpr...@gmail.com




On Jun 18, 2010, at 10:46 PM, Mohamed Ould Mohamed Salem wrote:
I downloaded the SMPPBox, tried to compile it but it gives some errors after 
make:

--
SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 
-I/usr/include/mysql -MT smppbox.o -MD -MP -MF .deps/smppbox.Tpo -c -o 
smppbox.o smppbox.c; \
    then mv -f .deps/smppbox.Tpo .deps/smppbox.Po; else rm -f 
.deps/smppbox.Tpo; exit 1; fi
smppbox.c:1851:1: warning: OCTSTR redefined
smppbox.c:1827:1: warning: this is the location of the previous definition
smppbox.c:1852:1: warning: SINGLE_GROUP redefined
smppbox.c:1830:1: warning: this is the location of the previous definition
smppbox.c:1855:1: warning: MULTI_GROUP redefined
smppbox.c:1837:1: warning: this is the location of the previous definition
smppbox.c: In function
 ‘send_pdu’:
smppbox.c:379: warning: passing argument 1 of ‘smpp_pdu_pack’ from incompatible 
pointer type
/usr/local/include/kannel/gw/smsc/smpp_pdu.h:230: note: expected ‘struct 
SMPP_PDU *’ but argument is of type ‘struct Octstr *’
smppbox.c:379: error: too many arguments to function ‘smpp_pdu_pack’
smppbox.c: In function ‘read_pdu’:
smppbox.c:436: error: too many arguments to function ‘smpp_pdu_unpack’
make[2]: *** [smppbox.o] Error 1
make[2]: Leaving directory `/root/trunks/gw'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/trunks'
make: *** [all] Error 2

---
I saw in one thread on the list that it should be patched, probably not the 
right place to ask this question, but patch with what and how?


Yours,
Mohamed
--- On Fri, 6/18/10, Konstantin Vayner
 pon...@appcell.net wrote:

From: Konstantin Vayner pon...@appcell.net
Subject: Re: Kannel as an SMSC
To: Mohamed Ould Mohamed Salem medms...@yahoo.fr
Date: Friday, June 18, 2010, 3:35 PM

It's an svn treeUse an svn (subversion) client and point it to that repository

On Fri, Jun 18, 2010 at 4:30 PM, Mohamed Ould Mohamed Salem medms...@yahoo.fr 
wrote:


Sorry for being a nood,



but how do i download it, file by file? or is there a compressed file that i 
missed?


Yours,
Mohamed


From: Konstantin Vayner pon...@appcell.net


To: Mohamed Ould Mohamed Salem medms...@yahoo.fr
Cc: Kannel users users@kannel.org


Sent: Fri, June 18, 2010 1:09:13 PM
Subject: Re:
 Kannel as an SMSC


Hi Mohamed,
You can use SMPPbox with Kannel - it is an smpp server
There is opensource one release by Rene Kluwen - you can find it 
here: https://svn.kannel.org/smppbox/trunk and it is supported by regular 
community means (via this mailing list).



OR

Theres commercial smppbox created, maintained and supported by Stipe Tolj - in 
this case you need to contact him directly regarding pricing and availability.




Regards,

  Konstantin

On Fri, Jun 18, 2010 at 3:57 PM, Mohamed Ould Mohamed Salem medms...@yahoo.fr 
wrote:





Hello everyone,





I want to connect my kannel box with another sms gateway via SMPP, with neither 
of them being an smsc, is there a way to do this with kannel.
If not, can kannel act as an smsc?


Yours,
Mohamed











  





  




  



  

SMS per seconde

2010-04-14 Thread Mohamed Ould Mohamed Salem
Hello guys,

can anyone tell me a way to calculate the number of inbound and outbound 
messages per seconde.

I can see the average number in the kannel monitoring web interface, but i want 
to know what is the maximum for my configuration.

If there is a tool or a way to find out from the log files, please do tell me.

Yours,
Mohamed.



  

Re: SMS per seconde

2010-04-14 Thread Mohamed Ould Mohamed Salem


I use SMPP.

If i use fakesmsc, that will not take into account the network bandwidth and 
traffic.



From: Alvaro Cornejo cornejo.alv...@gmail.com
To: Mohamed Ould Mohamed Salem medms...@yahoo.fr
Cc: users@kannel.org
Sent: Wed, April 14, 2010 4:40:47 PM
Subject: Re: SMS per seconde

Do you use gsm modems, SMPP, http???

Sorry, No info no way to help


|-|
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, Apr 14, 2010 at 10:24 AM, Mohamed Ould Mohamed Salem
medms...@yahoo.fr wrote:
 Hello guys,

 can anyone tell me a way to calculate the number of inbound and outbound
 messages per seconde.

 I can see the average number in the kannel monitoring web interface, but i
 want to know what is the maximum for my configuration.

 If there is a tool or a way to find out from the log files, please do tell
 me.

 Yours,
 Mohamed.