Setting EDR/CDR/Alarms
In our environment, we try to group our logs using CDR and Alarms so that our operation team can perform investigation efficiently. e.g If CDR record is create, then notifySmsReception is delivered to service provider. if an Alarm record is created, then the notification fails.
This work well for most api e.g. notifysmsreception.. We use the below settings
EDR
<edr id="7007" description="receivedMobileOriginatedSMS">
<filter>
<method>
<name>void receivedMobileOriginatedSMS</name>
<class>com.bea.wlcp.wlng.plugin.sms.smpp.south.SMPPContextMapper</class>
</method>
</filter>
</edr>
CDR
<!-- MO SMS -->
<cdr>
<filter>
<method>
<name>void receivedMobileOriginatedSMS</name>
<class>com.bea.wlcp.wlng.plugin.sms.parlay.mmm.south.OSAMMMContextMapper</class>