radetsky / smppd3

Based Pearl::SMPP::Server new SMPP Server
3 stars 1 forks source link

Global symbol "$results" requires explicit package name #1

Closed sah-anshu closed 9 years ago

sah-anshu commented 9 years ago

Hi,

I am unable to start the smpp server

root@gateway-2:/usr/src/smppd3# perl smppd3.pl Global symbol "$results" requires explicit package name at ../Pearl-SMPP-Server/Pearl/SMPP/Server.pm line 714. BEGIN not safe after errors--compilation aborted at ../Pearl-SMPP-Server/Pearl/SMPP/Server.pm line 735. Compilation failed in require at smppd3.pl line 28. BEGIN failed--compilation aborted at smppd3.pl line 28.

sah-anshu commented 9 years ago

is this due to perl version. The app is advised to use 5.8 version and its 5.14. Please advice.

root@gateway-2:/usr/src/Pearl-SMPP-Server/Pearl# perl --version This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi (with 89 registered patches, see perl -V for more detail)

radetsky commented 9 years ago

gut pull , please also try to run perl ./smppd3 --debug Latest commit works fine two months at the demo station. But it's not perfect. Will rewrite check_outbound part.

sah-anshu commented 9 years ago

Sir really sorry but i didn't understood which "check_outbound " part you are rewriting and why ? Also i have a quick query. is this project completely working or just a snippet.

I am looking for a module SMPP client ----I think this part works in submit_sm------ SMPPD3 ----------------This part i haven't seen------------------- SMPP Uplink

Please advice.

radetsky commented 9 years ago

it's not a smpp-client. It's smpp-server and it puts all data to mysql database. It's not finished.

sah-anshu commented 9 years ago

Ok i understood , Please suggest any package for smppclient and does it push the DLR from MySQL database or thats still TODO?

radetsky commented 9 years ago

kannel ?

sah-anshu commented 9 years ago

ok but i would prefer to work in perl although i am learning this. Any perl library you can recommend sir which i can use to push SMPP SMS to uplink.

Also does it push the DLR from MySQL database or thats still TODO?

radetsky commented 9 years ago

Net::SMPP

sah-anshu commented 9 years ago

alright sir. one important question, does it push the DLR from MySQL database to their smpp clients or its still TODO?

radetsky commented 9 years ago

It does not anything. It's just a library. If you want to get your task to work you have two ways:

  1. Write some
  2. Buy ready.

If you have 2k$ we can to talk about second way. My email is rad@pearlpbx.com

sah-anshu commented 9 years ago

i will opt for 1st way and contribute to your project.