Guys,
I'm using Mysql and serctl Revision: 1.62. Add user works finded, but the add alias does not seem to be working, as you can see below.
serctl alias add 0112132337000 sip:2011@66.159.236.42 sip:2011@66.159.236.42 200 Added to table ('0112132337000','sip:2011@66.159.236.42') to 'aliases' [root@home root]# serctl alias show 0112132337000 404 No registered contacts found
I enabed FIFO_DBG in serctl "FIFO_DBG=1" and got.
serctl alias add 0112132337000 sip:2011@66.159.236.42 sip:2011@66.159.236.42 entering fifo_cmd ul_add aliases 0112132337000 sip:2011@66.159.236.42 1073741823 1.00 0 200 Added to table ('0112132337000','sip:2011@66.159.236.42') to 'aliases' FIFO command was: :ul_add:ser_receiver_26630 aliases 0112132337000 sip:2011@66.159.236.42 1073741823 1.00 0
[root@home root]# serctl alias show 0112132337000 entering fifo_cmd ul_show_contact aliases 0112132337000 404 No registered contacts found FIFO command was: :ul_show_contact:ser_receiver_26639 aliases 0112132337000
How do I trouble shoot this more? Any ideas?
-Greg