<div>I&#39;ve been doing similar things in an ESME (direct SMSC connection) but without rules, as the conditions were much simpler, and just handling SMS messages themselves.</div>
<div> </div>
<div>I guess you&#39;ll base your decision on billing records, possibly in connection with subscriber data. Billing records might be a bit bulky; and the class(es) representing them s.b. well structured (bean style). But I have seen telecommunication provider solutions where the data (from the subscriber DB) hat to be accessed using property keys, which would not be so nice for writing rules (with any such system, probably).</div>

<div> </div>
<div>Also, do you need to distribute your goodies in real time (so that a caller is informed right away - marketing will love that for obvious reasons) or can you do it after time &#39;Y&#39;? The former is a little more intricate, especially distributing on a fractional rate (and not by &quot;every n-th&quot;).</div>

<div> </div>
<div>-W</div>
<div><br><br> </div>
<div><span class="gmail_quote">On 6/18/09, <b class="gmail_sendername">Thilina Anjitha</b> &lt;<a href="mailto:thilina@hsenidmobile.com">thilina@hsenidmobile.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Hi,<br><br>I&#39;m planning to use drools to define rules and execute promotions for telecommunication events such as voice call, SMS, MMS, etc.. events. So we can expect very large amount of events per day.<br><br>
We need to define different business rules to provide promotions, bonuses to the subscribers. Some of the example promotions are listed here.<br><br>1. During the period of X-Y, every 10th MMS sender gets $ 2.00 worth of free SMS. And the winners will be notified via SMS.<br>
2. During the period of X-Y, random 100 calls to Japan of the CHAT tariff plan get free movie tickets. And the winners will be notified via SMS. The same subscriber will not be selected as winner again and again.<br>3. During the period of X-Y, any subscribers have usage for voice call or SMS get bonuses as follows :<br>
$ 10 - 20 : get 20% as bonus of free SMS<br>$ 20 - 50 : get 50% as bonus of free air time<br>$ 50 - 70 : get 70% as bonus of free IDD<br><br>I&#39;m in the evaluation period of the Drools for the system. If anybody give recommendations or flexibilities/limitations of the drools for our application.<br>
<br>Thanks,<br>Thilina<br>
<ol type="1"><br></ol></div><br>_______________________________________________<br>rules-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br><br></blockquote></div><br>