Skip to content

submission to smsbox #3

@Muhamed-Hamid

Description

@Muhamed-Hamid

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions