Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions contrib/realtime/mysql/voicemail_messages.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ CREATE TABLE voicemail_messages (
mailboxuser CHAR(30),
-- Context of the owner of the mailbox
mailboxcontext CHAR(30),
-- Nuevo en asterisk 11
msg_id CHAR(80),
PRIMARY KEY (dir, msgnum)
);