Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

submission to smsbox #3

Open
Muhamed-Hamid opened this issue Jun 11, 2017 · 0 comments
Open

submission to smsbox #3

Muhamed-Hamid opened this issue Jun 11, 2017 · 0 comments

Comments

@Muhamed-Hamid
Copy link

Hi Badlee,

I'm trying to test your script but when sending over scripting or echobox only update with the sent is over your web interface but no actual send to the smsbox or the bearerbox, is there something i'm missing or another way to do that, btw i'm running bearerbox from kannel project and smsbox from your project.

app = new kannel.smsbox(
	(process.argv[2] || __dirname+"/../../kannel/kannel.conf")+"?"+
	"host=smsbox[-1:].bearerbox-host&"+
	"port=core[-1:].smsbox-port&"+
	"id=smsbox[-1:].smsbox-id&"+
	"frequence=smsbox[-1:].frequence-time&"+
	"http_port=smsbox[-1:].sendsms-port&"+
	"admin_port=core[-1:].admin-port&"+
	"users=sendsms-user&"+
	"services=sms-service&"+
	"admin_pwd=core[-1:].admin-password&"
);

PORT = app.conf.http_port || PORT;

The above should connect and use the configurations to submit but this don't happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant