Hello,
I'm working to integrate a new SMS carrier/gateway (Mobile Messenger - http://www.mobilemessenger.com <http://www.mobilemessenger.com/> ) on the HTTP interface and I'm wondering if it's possible to send more than 1 message per request. I assume it's possible to call the send-sms ULR with a "&to=phone1;phone2." parameter, and the gateway I want to integrate also supports this sort of parameter. My question is: in "gw/smsc/smsc_http.c", is it possible to create copies of the original Msg parameter received for each of the phone numbers specified as destination and then call either bb_smscconn_sent() or bb_smscconn_send_failed() multiple times in the _parse_reply() function? Please let me know if I didn't make myself clear on this issue. I'm looking forward to your reply. Cata.
