Displaying 1 result from an estimated 1 matches for "te_id".
Did you mean:
t_id
2015 Jan 20
1
Mailbox password change problem on realtime engine
...e a uniqueid column and that is primary
key with auto increment.
I checked the mysql log and no attempt is made to change the password.
Any idea about the source of the problem?
This is my voicemail table:
CREATE TABLE IF NOT EXISTS `voicemail` (
`uniqueid` int(11) NOT NULL AUTO_INCREMENT,
`te_id` int(11) NOT NULL,
`context` char(80) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'default',
`mailbox` char(80) COLLATE utf8_unicode_ci NOT NULL,
`password` char(80) COLLATE utf8_unicode_ci NOT NULL,
`fullname` char(80) COLLATE utf8_unicode_ci DEFAULT NULL,
`email` char(80) COLLATE u...