jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
1.02k stars 549 forks source link

Uncaught SmppException: Invalid Dest Addr using smpp sending #1173

Open kimseasok opened 8 months ago

kimseasok commented 8 months ago

Hello everyone!

I have problem with SMPP API sending (Noted Http and rest API is working find)

I did some research and found the issue related to TON/NPI settings.

the is my smpp config

cid c10 host x.x.x.x port xxxx username xxxxxxx logrotate midnight password xxxxxx systype logfile //var/log/jasmin//default-c10.log loglevel 20 logprivacy no bind_to 30 elink_interval 30 res_to 120 con_loss_retry yes bind_npi 0 con_loss_delay 10 con_fail_delay 10 pdu_red_to 10 bind transceiver bind_ton 0 src_ton 2 src_npi 1 dst_ton 1 addr_range None src_addr None proto_id None priority 0 validity None ripf 0 def_msg_id 0 coding 0 requeue_delay 120 submit_throughput 1 dlr_expiry 86400 dlr_msgid 0 con_fail_retry yes dst_npi 1 trx_to 300 ssl no

Can anyone kindly help with the issue?