Hi, 
I am trying to use two URLs destination for my message but it seems i can
only have only once active post-url or get-url. I want a received SMS to be
duplicated to both destinations. 

my sms-service is as follows: 

#--------------------------------------------- 
# SERVICES 
#--------------------------------------------- 
group = sms-service 
keyword-regex = .* 
catch-all = true 
max-messages = 3 
omit-empty = true 
catch-all = true 
get-url = "
http://localhost/playsms/plugin/gateway/kannel/geturl.php?t=%t&q=%q&a=%a"; 
post-url = "
<http://localhost/playsms/plugin/gateway/kannel/geturl.php?t=%t&q=%q&a=%a> 
http://x.x.x.x/-----/inbox/inbox.php?receiver=%P&sender=%p&message_content=%a&time_received=%t&id_tt=%I";
 



How do i achieve this since the above only allows either one of the lines
get-url or post-url but not both at the same time. 

Do I need to define each on its own sms-service despite needed them to
process same SMS?


Regards, 

Mwamba
<http://x.x.x.x/-----/inbox/inbox.php?receiver=%P&sender=%p&message_content=%a&time_received=%t&id_tt=%I>
 



--
View this message in context: 
http://kannel.6189.n7.nabble.com/get-url-or-post-url-to-two-destionations-inboxes-tp28565.html
Sent from the Kannel - User mailing list archive at Nabble.com.

Reply via email to