Displaying 3 results from an estimated 3 matches for "mysqlimpl".
2015 Jul 09
2
Asterisk 13 / realtime voicemail creation
...the set of schemas for Asterisk Realtime databases
> 2. |voicemail|- the schema for ODBC VoiceMail
>
But when trying to use "voicemail" schema, I get the following error :
[root at centrex5 ast-db-manage]# alembic -c config.ini upgrade head
INFO [alembic.migration] Context impl MySQLImpl.
INFO [alembic.migration] Will assume non-transactional DDL.
ERROR [alembic.util] No such revision or branch 'a541e0b5e89'
FAILED: No such revision or branch 'a541e0b5e89'
[root at centrex5 ast-db-manage]#
Any tip ?
I'm using latest asterisk 13 sources.
Regards,
C?dric
---...
2016 Apr 01
3
Asterisk 13.8.0 alembic database update fails.
I get the following error when trying to update date the database via
contrib/ast-db-manage/alembic -c config.ini upgrade head.
Every previous update has always worked any idea what is wrong.
OS=Debian Jessie, fully up to date.
INFO [alembic.migration] Context impl MySQLImpl.
INFO [alembic.migration] Will assume non-transactional DDL.
INFO [alembic.migration] Running upgrade 2d078ec071b7 -> 26d7f3bf0fa5,
add bind_rtp_to_media_address to pjsip
INFO [alembic.migration] Running upgrade 26d7f3bf0fa5 -> 136885b81223,
add regcontext to pjsip
INFO [alembic.migrati...
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
On 15-09-24 04:42 PM, Ryan, Travis wrote:
> Did something change DB-wise with PJSIP and realtime between 13.3.2
> and 13.5.0? I'm getting an unknown column error and unsure where I
> need that column and the type it needs to be.
Yes, the schema can change between versions. Following the instructions
on