Hello Alvaro, I guess the solution that you provide is for get requests only.I am connecting my local kannel instance to a production server,and as the code gets solid,it would be over https.A get request spells a lot of issue with security. Thanks Rupin
2009/2/28 Alvaro Cornejo <[email protected]> > You need to add the variables you need and add them to your url > > something like: > > http://someseervername.com/somefoldername/test.php?sender=%p&msg=%a etc. > > Check manual for available codes > > > > > On Sat, 2009-02-28 at 01:22 +0530, Rupin Chheda wrote: > > I have been able to successfully set up Kannel and make it talk with > > my remote server. > > I am using post-xml method to send data to the remote server. > > When I try to read the data from the php script,what variable should i > > use in my $_POST[?] square braces in which the xml would be available > > to me? > > > > I am just adding my services group from the kannel.conf > > > > > ******************************************************************************************************* > > group = sms-service > > keyword-regex = .* > > catch-all = yes > > max-messages = 10 > > post-xml="http://someseervername.com/somefoldername/test.php" > > > ******************************************************************************************************* > > Thanks > > Rupin > >
