Page 1 of 1

Upgrading 2.4

PostPosted: Thu Mar 25, 2010 11:16 am
by mawed
I thought I could get the latest files from the astGuiClient Project Site, but seems like that was an earlier version. 2.2.0-235 So I found the
svn://svn.eflo.net:43690/agc_2-X/trunk
I dowloaded it to a test machine, ran the install.pl and upgrade2.4.sql
Seemed to work ok.

I'm just curious if that's the right way to get and install the latest stable version.

PostPosted: Sat Mar 27, 2010 9:28 pm
by williamconley
learn to use "subversion" or "svn"

start with vicibox or vicibox redux .iso (which i assume you already did, but ...), then use SVN to upgrade to the latest "code" (and the necessary .sql update file), after reading the "UPGRADE" document that will download with your SVN or any other release.

generally results in a very stable solution

kinda fast, too
(but, yes may result in the same thing as what you already did!)

PostPosted: Sun Mar 28, 2010 9:21 am
by mawed
Thanks. I figured it was right but never heard of or used SVN before.
Just a humble suggestion but it may be helpful with a 'locked' sticky or two. One that points to latest ISO+version and one that informs of a new SVN+version. But I appreciate all you're doing allready :)

I did install the latest SVN version and it worked like a charm. :D

Thanks to all of you!

PostPosted: Sun Mar 28, 2010 9:34 am
by williamconley
sticky?

dude! it has a web site! LOL

vicibox.com

PostPosted: Mon Mar 29, 2010 3:38 pm
by mawed
Yes but I'm not sure that's the latest version, and there's only one version and nothing about upgrades what I can see. But was just a suggestion would make it easier to find for the forum users. :)

PostPosted: Mon Mar 29, 2010 3:57 pm
by williamconley
latest "stable" version. 2.2.0 is still in "RC" (I think it's at release candidate 6 now), not actually released. although production has begun on 2.4.

those wanting more "in-depth" than simply the latest release in an .iso can of course use SVN, which allows full access to all versions at any moment in time.

PostPosted: Tue Mar 30, 2010 11:27 am
by mflorell
We are at RC7 now actually, and still fixing more bugs that clients and bug tracker contributors have been pointing out. Just made some more fixes this weekend and have a few more to do this week so we should be at RC8 next weekend.

You can easily upgrade ViciDial once you have installed a vicibox ISO, just follow all of the UPGRADE document notes once you have downloaded the update or SVN updated code.

About Configuration problem

PostPosted: Sun Aug 29, 2010 5:07 am
by charudatta
Sir I am New to VicidialNow
Installe trunk 2.4
Asterisk 1.2.30.2
My Serve Is IBM 1.8.Xenon 4 GB 72 GB
Audiocodec Mp124 with Hard phone
and VOip provider on IP based no user name no password

So i have to configure this
my mannula call works but no auto dial working

[tata]
host=ip provided
context=outbound
nat=yes
disallow=all
allow=g729
allow=alaw
allow=ulaw
dtmfmode=rfc2833
trustrpid=yes
sendrpid=yes
type=friend
fromdomain=ip provided

TATA=SIP/ip provided

Dial Plan
exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _X.,2,Dial(${TATA}/${EXTEN:1},,tTo)
exten => _X.,3,Hangup

no auto call

Audiocodec
has a global ip
Extension from 101 to 124

i m confused

and on my old voip provider i login it works autodial to but agent go on pause after an taking few call.
Agent are on resume but in Realtime they show on pasue or on dispo or on dead call for long time till they dont logoff nad login not getting call

Re: About Configuration problem

PostPosted: Mon Aug 30, 2010 12:26 pm
by williamconley
charudatta wrote:Sir I am New to VicidialNow
Installe trunk 2.4
Asterisk 1.2.30.2
My Serve Is IBM 1.8.Xenon 4 GB 72 GB
Audiocodec Mp124 with Hard phone
and VOip provider on IP based no user name no password

So i have to configure this
my mannula call works but no auto dial working

[tata]
host=ip provided
context=outbound
nat=yes
disallow=all
allow=g729
allow=alaw
allow=ulaw
dtmfmode=rfc2833
trustrpid=yes
sendrpid=yes
type=friend
fromdomain=ip provided

TATA=SIP/ip provided

Dial Plan
exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _X.,2,Dial(${TATA}/${EXTEN:1},,tTo)
exten => _X.,3,Hangup

no auto call

Audiocodec
has a global ip
Extension from 101 to 124

i m confused

and on my old voip provider i login it works autodial to but agent go on pause after an taking few call.
Agent are on resume but in Realtime they show on pasue or on dispo or on dead call for long time till they dont logoff nad login not getting call


1) you should open your own thread, as this is more of an installation issue and not an upgrade at all (unless this system was installed and working at an earlier version before you brought it up to 2.4, which i somehow doubt :) )

2) when you post, please post your entire configuration including (but not limited to) your installation method and OS with kernel or version, vicidial version and build, asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box.

Similar to This:
Vicibox X.X from .iso | Vicidial X.X.X Build XXXX | Asterisk X.X.X | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation

this IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)

3) inside [tata]: "context=trunkinbound" (this context is only used on inbound calls, as [tata] is the outbound context! will come in handy when you try your first inbound call)

4) global variable should be TATA=SIP/tata (no ip here)

5) dial plan: use a sample provided or follow this advice: (NEVER use "_X." anywhere in a vicidial GUI interface dial plan, it overrides all other phone numbers and disables the system)

replace "_X." with "_9X." and use "9" as the dial prefix for the campaign. You may or may not need to change "EXTEN:1" to "EXTEN:2" depending on the digits required by the carrier. I'd need to know your country's dial pattern to get that.

updateing Vicidialnow 1.3 to SVN 2.4

PostPosted: Tue Aug 31, 2010 4:43 am
by charudatta
Sir I have installed VicidialNow 1.3
Now udating to 2.4 by installing Subversion is that a right way
i dont want to use that color ful verion normal its ok

About dialplan

PostPosted: Tue Aug 31, 2010 4:54 am
by charudatta
i haveto dial with 00 prefix

exten => _9001.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9001.,2,Dial(${SIPLIVE}/${EXTEN:2},,tTor)
exten => _9001.,3,Hangup

exten => _90044.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _90044.,2,Dial(${SIPLIVE}/${EXTEN:2},,tTor)
exten => _90044.,3,Hangup

if i use this dial plan
will i work
with
My Voip provider is TATA
they provide on IP for Call
How to Setup this

Astrisk 1.2.3

Vicidial VERSION: 2.0.5-174
BUILD: 90522-0506 Server : IBM Xeno 1.8

Ran 4 GB
HDD Scsi : 72 GB
No digm Sangoma Card
Audio Codec MP124 24 Extensions
Hard Phones
All in on server