Page 1 of 1

Vicinews Version 1.0

PostPosted: Sun Mar 10, 2013 8:28 am
by bbakirtas
Hi
My new project :) Vicinews v1.0

What is this?
It's news module.Admin send message to all agents.This version haven't choose agent.All agents can be seen messages.

Which versions available?
Goautodial 2.1
VERSION: 2.4-309a
BUILD: 110430-1642


Vicidial 4.0.3
VERSION: 2.6-393a
BUILD: 130124-1721

I'm using Goautodial it works.

Not tested vicidial 4.0.3 agent screen!But admin page tested and works.
User level must above to 6


INSTALL GOAUTODIAL
Download Link : http://burakbakirtas.com/share/goautodial-news.rar

First Update Goautodial Agent Screen
goautodial.org/attachments/143/agent-UI.fix.tar.gz

Create database in asterisk

CREATE TABLE IF NOT EXISTS `vicidial_news` (
`id` int(25) NOT NULL auto_increment,
`subject` text collate utf8_unicode_ci NOT NULL,
`news` text collate utf8_unicode_ci NOT NULL,
`date` varchar(250) collate utf8_unicode_ci NOT NULL,
`author` text collate utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;


Upload files to goautodial-admin
admin_header.php
vicinews.php

Upload files to goautodial-agent
vicidial.php
news.php

INSTALL VICIDIAL
Download Link : http://burakbakirtas.com/share/vicidial-news.rar
Create database in asterisk

CREATE TABLE IF NOT EXISTS `vicidial_news` (
`id` int(25) NOT NULL auto_increment,
`subject` text collate utf8_unicode_ci NOT NULL,
`news` text collate utf8_unicode_ci NOT NULL,
`date` varchar(250) collate utf8_unicode_ci NOT NULL,
`author` text collate utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;


Upload files to goautodial-admin
admin_header.php
vicinews.php

Upload files to goautodial-agent
vicidial.php
news.php

if you want test with vicidial.
http://burakbakirtas.com/vicidial/vicidial/admin.php
username : tester
password : tester



Files
admin_header.php
vicinews.php
vicidial.php
news.php
vicidial_news.sql

vicidial_news SQL
CREATE TABLE IF NOT EXISTS `vicidial_news` (
`id` int(25) NOT NULL auto_increment,
`subject` text collate utf8_unicode_ci NOT NULL,
`news` text collate utf8_unicode_ci NOT NULL,
`date` varchar(250) collate utf8_unicode_ci NOT NULL,
`author` text collate utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;


Done :D

Re: Vicinews Version 1.0

PostPosted: Sun Mar 10, 2013 10:29 am
by brett05
thanks for your share

Re: Vicinews Version 1.0

PostPosted: Fri Mar 15, 2013 12:52 am
by gardo
This is a cool feature. Thanks for sharing to the community.