Closed badlee closed 12 years ago
There is no username field defined in SMPP 3.4, issue 1.2. According to the protocol specification, system_id "dentifies the ESME system requesting to bind... with the SMSC." In my experience, carriers typically use system_id instead of username.
If your carrier requires username, you can modify the PDU definitions in ./lib/smpp-definitions.js.
Thank you for your reply, I have to settle the problem with my carrier and he made this optional field.
Best regards.
I worte a SMPP application with nodejs and shorty,
I try to connect to an carrier, but i can't set system-username, How make it?...
With kannel the config is :
My config with shorty is :
For kannel all is ok but for shorty i can't connect to the carrier, please help me.