mozes / smpp.twisted

SMPP 3.4 client built on Twisted
Other
46 stars 29 forks source link

Simple patch to configure Bind PDU params (address_range, addr_ton, addr_npi) #1

Closed eagafonov closed 13 years ago

eagafonov commented 13 years ago

It is allowed to configure Bind's address_range, addr_ton, addr_npi parameters using new SMPPClientConfig's members (addressRange, addressTon and addressNpi)

theduderog commented 13 years ago

Thank you very much for the patch.