From e61168a39c6caa8e5d9ee4e29e9503937ed52899 Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Fri, 5 Nov 2010 15:38:55 +0300 Subject: [PATCH] Avoid duplication of "IMSI" in SC.Register.Msg. "IMSI" is also a prefix to phone's imsi-number, so when you output this error message, you get something like IMSIIMSI310260550682564. --- public-trunk/smqueue/smqueue.config.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public-trunk/smqueue/smqueue.config.example b/public-trunk/smqueue/smqueue.config.example index b058d88..1ea5ef3 100644 --- a/public-trunk/smqueue/smqueue.config.example +++ b/public-trunk/smqueue/smqueue.config.example @@ -85,7 +85,7 @@ SC.Register.Msg.TakenA The phone number SC.Register.Msg.TakenB is already in use. Try another, then call that one to talk to whoever took yours. # Message for internal errors, sent as << phonenumber << << imsi SC.Register.Msg.ErrorA Error in assigning -SC.Register.Msg.ErrorB to IMSI +SC.Register.Msg.ErrorB to # Bounds for valid number length SC.Register.Digits.Max 10 SC.Register.Digits.Min 7