+320 msgmetaset $my_mh USERDATA “Exceeded
+321 Application Reject (AR) retrys – $ackmsg”
+322
+323 return “{KILLREPLY $mh} {ERROR $my_mh}”
+324
+325 } else {
+326
+327 # We haven’t resent enough – do it again
+328 # First, increment counter
+329
+330 incr send_cn
+331 return “{KILLREPLY $mh} {PROTO $my_mh}”
+332 }
+333 }
+334
+335 AE – CE {
+336 # AE in non-recoverable – just send to ERROR databas
+337
+338 # Init Counter
+339 set send_cnt 0
+340
+341 # Tell em bout it and put reason in metadata
At line 330, the variable got cut off it should be send_cnt not send_cn. I fixed mine and sent a note to tech support for future fix. Just an FYI. Thanx!