Ooops, may happen such naive mistakes :) Another issue;
After calling the API successfully, the web service is trigered taking my parameters I send. But I dont understand why kannel replies with an empty SMS <Empty reply from service provider>. How kannel calls this reply script? How can I disable or re-enable it again depending on my need? THanks guys On Wed, Mar 4, 2009 at 10:23 AM, Jovan Kostovski <[email protected]> wrote: > On Wed, Mar 4, 2009 at 9:13 AM, Elton Hoxha <[email protected]> wrote: > > get-url = > > " > http://10.1.21.236:2468/GetMOSms.asmx/GetSms?originator=%p&destination=%P > > You are missing one double quote at the end of the get-url parameter value > ;) > The line should be: > > get-url = " > http://10.1.21.236:2468/GetMOSms.asmx/GetSms?originator=%p&destination=%P" > > > BR, Jovan >
