Routing Based on Source Address

2013-05-03 Thread Mike Nwaogu
Hello Yall, Hope this meets you well and in good health. I'm at a crossroad in a recent development, I need to route outbound messages coming from my clients through an smsc_a if the source address matches a certain pattern and smsc_b if it doesn't as long as the destination address matches a ce

MO Concatenation using SAR

2013-05-03 Thread Ashish Agarwal
Hello, The SMSC is sending MO on smpp, but kannel is not able to understand the long message, I get the following error 2013-05-03 17:44:33 [29875] [7] ERROR: SMPP[SMSC1]: sar_msg_ref_num, sar_segment_seqnum, sar_total_segments in conjuction with UDHI used, rejected. Can anybody help me with con

Re: MO Concatenation using SAR

2013-05-03 Thread Alexander Malysh
Hi, SMPP Spec say: For GSM networks, the concatenation related TLVs (sar_msg_ref_num, sar_total_segments, sar_segment_seqnum) or port addressing related TLVs (source_port, dest_port) cannot be used in conjunction with encoded User Data Header in t

Unsubscribe

2013-05-03 Thread David Wachs
Stop -Original Message- From: "Alexander Malysh" Sent: ‎5/‎3/‎2013 8:12 AM To: "Ashish Agarwal" Cc: "users" Subject: Re: MO Concatenation using SAR Hi, SMPP Spec say: For GSM networks, the concatenation related TLVs (sar_msg_ref_num, sar_total_segments, sar_segment_s

Re: Routing Based on Source Address

2013-05-03 Thread Alvaro Cornejo
Hi You should be able to dfo that using allow-prefix and/or deny-prefix Regards Alvaro On 5/3/13, Mike Nwaogu wrote: > Hello Yall, > Hope this meets you well and in good health. > I'm at a crossroad in a recent development, I need to route outbound > messages coming from my clients through an

Re: Routing Based on Source Address

2013-05-03 Thread Mike Nwaogu
Thanks for getting back Alvaro, Yes, I tried that but it only addresses routing for the destination numbers. I'm trying to restrict the sender address, which in some cases are even alpha-numeric. Please explain further how to use allow-prefix to achieve this for sender address routing.   Best