Hello Tapan, I change the smsc name, again Thank you very much.Your all dreams come ture.
On 12/24/12, Tapan Kumar Thapa <[email protected]> wrote: > Hello Vijay, > > Hard coding short code is ok however accepted-smsc should be changed as per > smsc name. > > For example: > group = sms-service > accepted-smsc = MTN1 > keyword = default > #keyword-regex = .* > catch-all = yes > get-url = > http://127.0.0.1:8726/MoPredictionWebClient/RecievedSMS?msisdn=%p&message=%a&shortcode=30770 > max-messages = 50 > > group = sms-service > accepted-smsc = MTN2 > keyword = default > #keyword-regex = .* > catch-all = yes > get-url = > http://127.0.0.1:8447/Ska_MTN/smsIn?msisdn=%p&message=%a&shortcode=20770 > max-messages = 50 > > Thanks & Regards > Tapan Thapa > > On Mon, Dec 24, 2012 at 4:54 PM, Vijay kumar Dadhich > <[email protected]>wrote: > >> Hello Tapan, >> >> Thank you very much for your quick responce,I am also using the sme >> but i did the hard code the service-code(short-code). is it right ? >> >> Please find below my kannel configuration file :- >> >> group = sms-service >> accepted-smsc = MTN >> keyword = default >> #keyword-regex = .* >> catch-all = yes >> get-url = >> http://127.0.0.1:8726/MoPredictionWebClient/RecievedSMS?msisdn=%p&message=%a&shortcode=30770 >> max-messages = 50 >> >> >> and >> >> group = sms-service >> accepted-smsc = MTN >> keyword = default >> #keyword-regex = .* >> catch-all = yes >> get-url = >> http://127.0.0.1:8447/Ska_MTN/smsIn?msisdn=%p&message=%a&shortcode=20770 >> max-messages = 50 >> >> >> >> On 12/24/12, Tapan Kumar Thapa <[email protected]> wrote: >> > Hello Vijay, >> > >> > There is no problem in your requirement. >> > >> > Just add two smsc (group = smsc) under same kannel config and you will >> > start receiving MOs. >> > >> > As far as forward those MOs to different urls, use below config. >> > >> > group = sms-service >> > accepted-smsc=smsc1 >> > keyword = default >> > catch-all = true >> > get-url = "http://url1?content=%a&sender=%p&servicecode=%P" >> > max-messages = 50 >> > omit-empty = true >> > >> > group = sms-service >> > accepted-smsc=smsc2 >> > keyword = default >> > catch-all = true >> > get-url = "http://url2?content=%a&sender=%p&servicecode=%P" >> > max-messages = 50 >> > omit-empty = true >> > >> > Thanks & Regards >> > Tapan Thapa >> > >> > On Mon, Dec 24, 2012 at 4:01 PM, Vijay kumar Dadhich >> > <[email protected]>wrote: >> > >> >> Hello Team, >> >> >> >> I am using kannel-1.4.3 , we want to receive mo message from two >> >> different short-code and also we need to forward these data(MO message >> >> information) to two different application, so please help me, is it >> >> possible to get two short-code mo message from get-url and send these >> >> information to two different application? >> >> >> >> You all of are doing great job. >> >> >> >> Thanks in advance. >> >> >> >> -- >> >> Thanks & Regards, >> >> >> >> -Vijay Kumar Dadhich >> >> Entrepreneur >> >> >> >> >> > >> >> >> -- >> Thanks & Regards, >> >> -Vijay Kumar Dadhich >> Entrepreneur >> > -- Thanks & Regards, -Vijay Kumar Dadhich Entrepreneur
