Remote Agents considered Active User?

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Remote Agents considered Active User?

Postby bangsters » Mon Jan 28, 2008 1:12 pm

Hi.

I am currently demoing vicidial. I did not log in any user, but I did create a Remote Agent. However, if I check the real time status of the campaign, it shows taht there are no active agents logged in, so no call is being made.

am I doing something wrong? I thought the remote agents, once their status is set to active and the channels set to active, then calls will be transferred to them....

please advice.

thanks
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby mflorell » Mon Jan 28, 2008 2:36 pm

Is there an associated vicidial_users entry for the remote agent?

What is the status of the remote agent?

Have you read the Manager Manual?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby bangsters » Mon Jan 28, 2008 2:56 pm

mflorell wrote:Is there an associated vicidial_users entry for the remote agent?


How exactly do you do this?

What is the status of the remote agent?


Remote agent has a status of Active

Have you read the Manager Manual?


browsed through the basic manual. But i don't have the full version tho
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby mflorell » Mon Jan 28, 2008 5:20 pm

You FIRST create a vicidial_users user(let's say a user ID of 1000)

Next, you create a remote agent with a User ID Start of 1000
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby bangsters » Tue Jan 29, 2008 8:53 am

looks like going the trunking route via iax. but it won't work for some reason. How do I call the extensions from the TB Pro server? I have configured iax.conf for both boxes and also configured extensions.conf.
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby mflorell » Tue Jan 29, 2008 7:22 pm

I'm afraid I won't be much help on the TB side of things since I've never used that product. As for the VICIDIAL side, you just need to set up an IAX trunk and make some extensions that will send calls to a specific extension on the TB server.

Something like this:

[globals]
TRUNKIAX=IAX2/ASTtest1:test@10.10.10.16:4569

[default]
exten => 1234,1,Dial(${TRUNKIAX}/1234|30|o)
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby bangsters » Tue Jan 29, 2008 10:19 pm

Hi.

I got everything working with the trunks. I can dial an extension located on the TB PRO server from the vicidial server.

Only problem now is if I log into the agent web portal and start dialing the, the call goes through to the lead/list. But after the call gets picked up, the agent's phone does not ring. It stops there, even in cli.

After the client answers the call, this is the cli result: -- SIP/gafachi-09b75230 answered Local/8600053@default-f91c,1

cli does not show anything else after that, unless the client hangs up. So I guess I might be missing something in the extensions.conf because there is no step being done by vicidial after the call gets picked up.

This is my extensions.conf:

[default]

exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _X.,2,Dial(SIP/${EXTEN}@gafachi,70,Ttor)
exten => _X.,3,Dial,SIP/${EXTEN}@vicidial
exten => _X.,4,Hangup

;exten => _1NXXNXXXXXX,1,Dial,SIP/${EXTEN}@gafachi
;exten => _1NXXNXXXXXX,2,Hangup
exten => _011.,1,Dial,SIP/${EXTEN}@gafachi
exten => _011.,2,Hangup
exten => _5XX,1,Dial,SIP/${EXTEN}@vicidial

I believe I'm missing something else
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby mflorell » Wed Jan 30, 2008 12:41 am

Do you have some Asterisk CLI output?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby bangsters » Wed Jan 30, 2008 8:27 am

below is the output...after i answer my cell phone, the cli stops there and doesn't ring the agent's extension (ext 500)... I believe this is what makes the agent's ext ring: exten => _X.,3,Dial,SIP/${EXTEN}@vicidial

below is the output

-- Executing MeetMe("Local/8600052@default-a4d0,2", "8600052") in new stack
== Parsing '/etc/asterisk/meetme.conf': > Channel Local/8600052@default-a4d0,1 was answered.
Foundialnow*CLI>
-- Executing AGI("Local/8600052@default-a4d0,1", "agi://127.0.0.1:4577/call_log") in new stack
-- Created MeetMe conference 1023 for conference '8600052'
-- Playing 'conf-onlyperson' (language 'en')
-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing Dial("Local/8600052@default-a4d0,1", "SIP/17327636594@gafachi|30|hTtor") in new stack
-- Called 17327636594@gafachi
== Manager 'sendcron' logged off from 127.0.0.1
-- SIP/gafachi-09b73880 is making progress passing it to Local/8600052@default-a4d0,1
-- SIP/gafachi-09b73880 is ringing
-- SIP/gafachi-09b73880 is making progress passing it to Local/8600052@default-a4d0,1
-- SIP/gafachi-09b73880 answered Local/8600052@default-a4d0,1
vicidialnow*CLI>
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby mflorell » Wed Jan 30, 2008 10:31 am

Is your agent using vicidial.php?

If so, the agent's phone should ring when they login.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby bangsters » Wed Jan 30, 2008 10:47 am

mflorell wrote:Is your agent using vicidial.php?


Yes they are. In the GUI, it says Live Call (Manual Dialling)....then after the phone picks up, the agent's phone/extensino does not ring at all.... and their is nothing showing in the CLI after the call is answered by the Lead.

I can give you access to my server if you need to check the extensions.conf. I think the problem might be there....
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby mflorell » Wed Jan 30, 2008 1:17 pm

You are going to have to walk me through step by step exactly what your agent is doing to log in.

It sounds like you are using remote agents and vicidial.php for the same user which you cannot do.

If you want to use vicidial.php you will have to set up a phones table entry for the agent's phone and use an EXTERNAL phone type to connect to the phone on your TB system.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby bangsters » Wed Jan 30, 2008 1:25 pm

i did not setup remote agents.

I successfully trunked both Vicidial and Trixbox Pro servers. So if I log into vicidial and dial 500, it will ring extension 500 of TB server.

On the TB Pro server, my extensions are 5xx. Currently, I'm testing it using extension 500.

In Vicidial Server, I have setup one phone, extension 500, dialplan is also 500.

Then I go to vicidial.php and login. try to call a lead. The number rings (my cell phone for testing purposes). However, as soon as I pick up the call, instead of vicidial transferring to extension 500, I don't receive anything meaning the extension does not ring.

would yo be able to provide any exten commands?

Mine are below:

exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _X.,2,Dial(SIP/${EXTEN}@gafachi,30,Tto)
exten => _X.,3,Dial(SIP/${EXTEN}@vicidial,,Tto)
exten => _X.,4,Hangup

at step2, it works as it dials the number. however, after I pickup, I assume it should go to the 3rd step which it doesn't

thanks
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby bangsters » Wed Jan 30, 2008 6:19 pm

OK I fond out something else....

With my dialplan:
exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _X.,2,Dial(SIP/${EXTEN}@gafachi,30,Tto)
exten => _X.,3,Dial(SIP/${EXTEN}@vicidial,,Tto)
exten => _X.,4,Hangup

If I switch the 2nd and 3rd steps, and proceed to vicidial.php, it then manages to ring the extension. This means that the trunking is working just fine. However, just as the earlier problem, this time after the call is answered on the extension, step 3 does not go. The phone number in the list is not dialed at all.....

Also, in CLI, I can see that the conference is being created, and I'm getting an exited non-zero message in cli ( == Spawn extension (default, 8600052, 1) exited non-zero on 'Local/8600052@default-2152,2'):

If someone can help please let me know....I've already delayed the project for too long because of this problem. any help is much appreciated.

thanks

-- Executing MeetMe("Local/8600052@default-2152,2", "8600052") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
> Channel Local/8600052@default-2152,1 was answered.
-- Executing Dial("Local/8600052@default-2152,1", "SIP/500@vicidial") in new stack
-- Called 500@vicidial
-- Created MeetMe conference 1023 for conference '8600052'
-- Playing 'conf-onlyperson' (language 'en')
-- SIP/vicidial-09b75eb8 answered Local/8600052@default-2152,1
== Spawn extension (default, 17327636594, 1) exited non-zero on 'Local/8600052@default-2152,1'
-- Executing DeadAGI("Local/8600052@default-2152,1", "agi://127.0.0.1:4577/call_log") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing DeadAGI("Local/8600052@default-2152,1", "agi://127.0.0.1:4577/VD_hangup--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----33-----33)") in new stack
-- AGI Script agi://127.0.0.1:4577/VD_hangup--HVcause ... -33-----33) completed, returning 0
-- Hungup 'Zap/pseudo-268047477'
== Spawn extension (default, 8600052, 1) exited non-zero on 'Local/8600052@default-2152,2'
-- Executing DeadAGI("Local/8600052@default-2152,2", "agi://127.0.0.1:4577/call_log") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing DeadAGI("Local/8600052@default-2152,2", "agi://127.0.0.1:4577/VD_hangup--HVcauses--PRI-----NODEBUG-----0---------------)") in new stack
-- AGI Script agi://127.0.0.1:4577/VD_hangup--HVcause ... ----------) completed, returning 0
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby bangsters » Wed Jan 30, 2008 8:33 pm

wooohooooooo!!!!!!!! I got it working!!!! TB PRO CCE and Vicidial working, well not fully yet... I got the manual dialing to work...now I need to get auto/predictive to work as well....

Setup is as follows: 2 servers. One server is TB PRO CCE edition for inbound campaigns. All sip phones are connected to this box. Second server is Vicidial Server using VicidialNow. The two servers are SIP trunked.

EDIT: Looks like auto dial is not working....manual dial is working but not predictive. below is my extensions.conf. And nothing comes up in my CLI when I log into vicidial.php


extensions.conf
[default]

exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log)
exten => h,2,DeadAGI(agi://127.0.0.1:4577/VD_hangup--HVcause ... -NODEBUG-$

exten => _X.,1, AGI(call_log.agi,${EXTEN})
exten => _X.,2,Dial(SIP/${EXTEN}@gafachi,70,tTo)
exten => _X.,3,Hangup
exten => _5XX,1,Dial(SIP/${EXTEN}@vicidial,30,tTo) ; for extensions
exten => _011.,1,Dial,SIP/${EXTEN}@gafachi
exten => _011.,2,Hangup
;exten => _500,1,Dial,SIP/500

screen -r output

There are several suitable screens on:
2801.ASTsend (Detached)
2436.ASTfastlog (Detached)
3525.ASTVDauto (Detached)
2810.ASTVDremote (Detached)
2612.asterisk (Detached)
2804.ASTlisten (Detached)
2798.ASTupdate (Detached)
2434.ASTVDadapt (Detached)
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby bangsters » Thu Jan 31, 2008 12:01 pm

i tried the ones on the forum and still no luck....
...any idea what could be wrong? i'd like to get this fixed so I can document it and hopefully it helps other TB Pro/Vicidial integrators.


thanks!!
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby mflorell » Thu Jan 31, 2008 4:31 pm

It looks like you are not using 2.0.4, any reason?

What does the Asterisk CLI output look like when you try to auto-dial?

Have you attached to the ASTVDauto screen to see if it sees your active agents?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby bangsters » Thu Jan 31, 2008 10:52 pm

2.0.4 of vicidial? i catually installed the latest vicidialnow, i assume that it has the latest vicidial version.

there is no activity in the cli when I try to auto dial...

is this what you're referring to?


loop counter: |5725317|
TIME DEBUG: -5|-5|0| GMT: 03:51
2008-01-31 22:51:16|LIVE AGENTS LOGGED IN: 0 ACTIVE CALLS: 0|
2008-01-31 22:51:16|OLD TRUNK SHORTS CLEARED: 1 |''||
2008-01-31 22:51:16| : agents: dial_level: 0|
2008-01-31 22:51:16| : Calls to place: 0 (0 - 0) 0 |
2008-01-31 22:51:16|CAMPAIGN DIFFERENTIAL: 0 0 (0 - 0)|
2008-01-31 22:51:16|LOCAL TRUNK SHORTAGE: 0|0 (0 - 96)|
2008-01-31 22:51:16| : CALLING|
TIME DEBUG: -5|-5|0| GMT: 03:51
2008-01-31 22:51:16|| lagged call vla agent PAUSED 0E0|20080131225046|20080131225106|20080131225116||
2008-01-31 22:51:16|| lagged call vac agent DELETED 0E0|2008-01-31 22:49:16||

loop counter: |5725316|
TIME DEBUG: -5|-5|0| GMT: 03:51
2008-01-31 22:51:18|LIVE AGENTS LOGGED IN: 0 ACTIVE CALLS: 0|
2008-01-31 22:51:18|OLD TRUNK SHORTS CLEARED: 1 |''||
2008-01-31 22:51:18| : agents: dial_level: 0|
2008-01-31 22:51:18| : Calls to place: 0 (0 - 0) 0 |
2008-01-31 22:51:18|CAMPAIGN DIFFERENTIAL: 0 0 (0 - 0)|
2008-01-31 22:51:18|LOCAL TRUNK SHORTAGE: 0|0 (0 - 96)|
2008-01-31 22:51:18| : CALLING|
TIME DEBUG: -5|-5|0| GMT: 03:51
2008-01-31 22:51:18|| lagged call vla agent PAUSED 0E0|20080131225048|20080131225108|20080131225118||
2008-01-31 22:51:18|| lagged call vac agent DELETED 0E0|2008-01-31 22:49:18|
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby mflorell » Fri Feb 01, 2008 1:12 am

This shows no agents logged in.

What is the campaign dial_level and dial_method?

Did the agent click RESUME?

What are the contents of the vicidial_live_agents table right after the agent logs in?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby bangsters » Fri Feb 01, 2008 3:40 pm

When I logged in to the client section, my phone rang and I answered it, and was then connected to the conference bridge. However, after that the system does not start dialing even if i have already selected "Resume".

The campaign is set to RATIO and dial level 1.1. Also, when I log in, it shows in the realtime monitor that there is an agent waiting.

Furthermore, I tried playing around, ASTVDauto shows up in screen -r. So I tried running screen -r ASTVDauto and now it started to auto dial. But the problem afterwards is it just keeps dialing even if all agents are in calls, it just keeps dialing and dialing the next lead...

..and after that I will need to run screen -r ASTVDauto again just to have it auto dial....

....what am I doing wrong? lol...

btw, it shows in my admin screen
VERSION: 2.0.95 BUILD: 70402-1157

It's not the latest version is it? Because this version does not even have the statuses in the admin section....
bangsters
 
Posts: 44
Joined: Sat Jan 26, 2008 6:07 pm

Postby mflorell » Fri Feb 01, 2008 10:33 pm

You are using an older version. I would suggest upgrading at least to 2.0.4
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nekder » Tue Feb 05, 2008 10:56 am

im a little confuse

what is the purpose of vdremote.php screen?

what is the diference between using a remote agent, and a extenal phone?

im trying to create an auto-dial campaign without live agents and play messages. the manual tutorial tells me that i need to use a remote agent o do this...

please, could you explain me this feature??

id read the manual, but i cant make this work..
the remote agent doesnt appear as active in the campaign real time screen...


thanks a lot.
nekder
 
Posts: 55
Joined: Mon Jan 21, 2008 2:59 pm

TRIXBOX AND VICIDIALER

Postby Freddy_rixcom » Mon Feb 18, 2008 5:19 am

hI ALL!
this one is for bangster and mflorell.
I've build up a trixbox server and i've installed vicidial on it following install_from_scratch instruction.
I've updated asterisk, installed perl and every components manual say to install.
Now in extensions_custom.conf i've included a vicidial_extensions.conf that work fine. manual dialing it's ok.
Ratio dialing doesn't work. After a lot of debugging i've found that my agent has not a callerID in MYSQL vicidial_live_agents tab.
i read agi-VDADtransfer.agi and i think to understand that when fastagi run agi-VDADtransfer.agi to ext 8365, it looks for a callerID to transfer calls and if it doesn't find any agents it hang up calls.
So, if this is exact how it could be possible to specify a callerid for live agents?
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am

Postby mflorell » Mon Feb 18, 2008 12:19 pm

I would suggest not installing VICIDIAL on top of Trixbox at this time, You will have a much easier time trying VICIDIALnow or just installing from scratch.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Remote Agents login

Postby Freddy_rixcom » Tue Mar 11, 2008 5:35 am

HI all,
i'm trying to setup an auto-dial campaign to dial without any live agents and play a message. I've followed instruction founded in Vicidial Manager Manual bought on internete but when i log into VDremote.php and set status active,
auto calls don't start and vdautodial log show non live agents.
how can i set up this feature?
I urgently need an help.
Thanks in advance.
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am

Postby mflorell » Tue Mar 11, 2008 9:21 am

Is there a vicidial_users record associated with the remote agent?

what is the output of "screen -r"?

astGUIclient version?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Remote Agents login

Postby Freddy_rixcom » Wed Mar 12, 2008 1:05 pm

Hi,
there is an agent associated with remote agent. I used remote agent 9401 and i used user 9401.
User 9401 is level 4 and remote agent has an external extensions, 6001 that is an annoucements in my dial plan.
Astguiclient version 2.0.4
typing screen -r this is the output
[root@riscomtb astguiclient]# screen -r
-- B-channel 0/24 successfully restarted on span 1
-- B-channel 0/25 successfully restarted on span 1
-- B-channel 0/26 successfully restarted on span 1
-- B-channel 0/27 successfully restarted on span 1
-- B-channel 0/28 successfully restarted on span 1
-- B-channel 0/29 successfully restarted on span 1
-- B-channel 0/30 successfully restarted on span 1
-- B-channel 0/31 successfully restarted on span 1
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Manager 'admin' logged on from 127.0.0.1
Mar 12 18:47:07 NOTICE[8444]: chan_iax2.c:5799 update_registry: Restricting registration for peer '2201' to 60 seconds (requested 300)
Mar 12 18:47:07 NOTICE[8444]: chan_iax2.c:5799 update_registry: Restricting registration for peer '2202' to 60 seconds (requested 300)

== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
Mar 12 18:48:02 NOTICE[8444]: chan_iax2.c:5799 update_registry: Restricting registration for peer '2201' to 60 seconds (requested 300)
Mar 12 18:48:02 NOTICE[8444]: chan_iax2.c:5799 update_registry: Restricting registration for peer '2202' to 60 seconds (requested 300)
Mar 12 18:48:57 NOTICE[8444]: chan_iax2.c:5799 update_registry: Restricting registration for peer '2201' to 60 seconds (requested 300)
Mar 12 18:48:57 NOTICE[8444]: chan_iax2.c:5799 update_registry: Restricting registration for peer '2202' to 60 seconds (requested 300)
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1

Now: i've build up a vicidial installation on a trixbox server.
Following install from scratch and Freepbx installation i've made a dialplan based on vicidial_extension.conf and everything works fine but remote agent.
manual dialing: ok
predictive dialing: ok
i've make some changes to run asterisk as asterisk and non as root; to do this i should insert a file named asterisk in /var/spool/cron/ and insert all vicidial cron entries and modify /usr/src/astguiclient/start_asterisk_boot.pl
writing
`/usr/bin/screen -L -d -m -S asterisk /usr/sbin/asterisk -U asterisk -G asterisk -vvvvvvvvvvvvvvvvvvvvvgc`;
instead of
`/usr/bin/screen -L -d -m -S asterisk /usr/sbin/asterisk -vvvvvvvvvvvvvvvvvvvvvgc`;
and
`/usr/bin/screen -d -m -S asterisk /usr/sbin/asterisk -U asterisk -G asterisk -vvvvgc`;
with this configuration, i've got vicidial ok and trixbox ok.
Therefore remote agent doesn't seem to be logged even if i change status on VDremote.php
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am

Postby Freddy_rixcom » Wed Mar 12, 2008 1:28 pm

these are my processes:
root 19:14 init [3]
2 root 19:14 [migration/0]
3 root 19:14 [ksoftirqd/0]
4 root 19:14 [migration/1]
5 root 19:14 [ksoftirqd/1]
6 root 19:14 [migration/2]
7 root 19:14 [ksoftirqd/2]
8 root 19:14 [migration/3]
9 root 19:14 [ksoftirqd/3]
10 root 19:14 [events/0]
14 root 19:14 [khelper]
15 root 19:14 [kblockd/0]
16 root 19:14 [kblockd/1]
17 root 19:14 [kblockd/2]
18 root 19:14 [kblockd/3]
80 root 19:14 [pdflush]
81 root 19:14 [pdflush]
83 root 19:14 [aio/0]
84 root 19:14 [aio/1]
85 root 19:14 [aio/2]
86 root 19:14 [aio/3]
1523 root 19:14 [kauditd]
11 root 19:14 [events/1]
1685 root 19:14 [kmirrord]
1686 root 19:14 [kmir_mon]
12 root 19:14 [events/2]
13 root 19:14 [events/3]
19 root 19:14 [khubd]
82 root 19:14 [kswapd0]
159 root 19:14 [kseriod]
241 root 19:14 [scsi_eh_0]
262 root 19:14 [kjournald]
1259 root 19:14 udevd
1704 root 19:14 [kjournald]
2912 root 19:15 syslogd -m 0
2916 root 19:15 klogd -x
2926 root 19:15 irqbalance
2944 rpc 19:15 portmap
2963 root 19:15 rpc.statd
2993 root 19:15 rpc.idmapd
3123 root 19:15 /usr/sbin/sshd
3136 root 19:15 xinetd -stayalive -pidfile /var/run/xinetd.pid
3148 ntp 19:15 ntpd -u ntp:ntp -p /var/run/ntpd.pid -g
4557 root 19:15 ntpd -u ntp:ntp -p /var/run/ntpd.pid -g
3157 root 19:15 /usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf
3218 root 19:15 /bin/sh /usr/bin/mysqld_safe --defaults-file=/etc/my.cnf --pid-file=/var/run/mys ...
3248 mysql 19:15 /usr/libexec/mysqld --defaults-file=/etc/my.cnf --basedir=/usr --datadir=/var/li ...
3295 ircd 19:15 ircd
3313 root 19:15 sendmail: accepting connections
3321 smmsp 19:15 sendmail: Queue runner@01:00:00 for /var/spool/clientmqueue
3333 root 19:15 /usr/sbin/httpd
3368 asterisk 19:15 /usr/sbin/httpd
3369 asterisk 19:15 /usr/sbin/httpd
3370 asterisk 19:15 /usr/sbin/httpd
3371 asterisk 19:15 /usr/sbin/httpd
3372 asterisk 19:15 /usr/sbin/httpd
3373 asterisk 19:15 /usr/sbin/httpd
3374 asterisk 19:15 /usr/sbin/httpd
3375 asterisk 19:15 /usr/sbin/httpd
3342 root 19:15 crond
5357 root 19:26 crond
5359 asterisk 19:26 /usr/bin/perl /usr/src/astguiclient/AST_manager_kill_hung_congested.pl
5360 root 19:26 crond
5361 asterisk 19:26 /usr/bin/perl /usr/src/astguiclient/AST_CRON_mix_recordings_BASIC.pl
5378 asterisk 19:26 /usr/sbin/sendmail -FCronDaemon -i -odi -oem -oi -t
3361 xfs 19:15 xfs -droppriv -daemon
3378 root 19:15 smbd -D
3394 root 19:15 smbd -D
3382 root 19:15 nmbd -D
3465 root 19:15 /usr/sbin/atd
3481 root 19:15 /usr/local/fonality/hud/hudlite-server
3492 dbus 19:15 dbus-daemon-1 --system
3512 uucp 19:15 /usr/sbin/faxq
3519 uucp 19:15 /usr/sbin/hfaxd -i hylafax
4127 root 19:15 /usr/bin/SCREEN -L -d -m -S asterisk /usr/sbin/asterisk -U asterisk -G asterisk ...
4128 asterisk 19:15 /usr/sbin/asterisk -U asterisk -G asterisk -vvvvvvvvvvvvvvvvvvvvvgc
4186 asterisk 19:15 -bash -c cd /var/www/html/panel && /var/www/html/panel/safe_opserver &
4187 asterisk 19:15 sh /var/www/html/panel/safe_opserver
4189 asterisk 19:15 /usr/bin/perl -w /var/www/html/panel/op_server.pl
4196 root 19:15 /usr/sbin/ntpd
4210 root 19:15 /usr/bin/perl /usr/libexec/webmin/miniserv.pl /etc/webmin/miniserv.conf
5425 root 19:26 [miniserv.pl] <defunct>
5426 root 19:26 /usr/libexec/webmin/proc/index_tree.cgi
4214 root 19:15 /sbin/mingetty tty1
4215 root 19:15 /sbin/mingetty tty2
4216 root 19:15 /sbin/mingetty tty3
4217 root 19:15 /sbin/mingetty tty4
4218 root 19:15 /sbin/mingetty tty5
4219 root 19:15 /sbin/mingetty tty6
4220 uucp 19:15 /usr/sbin/faxgetty ttyIAX
4221 uucp 19:15 /usr/sbin/iaxmodem iaxmodem-cfg.ttyIAX
4222 uucp 19:15 /usr/sbin/faxgetty ttyIAX0
4223 uucp 19:15 /usr/sbin/iaxmodem iaxmodem-cfg.ttyIAX0
4596 asterisk 19:16 /usr/bin/SCREEN -d -m -S ASTupdate /usr/src/astguiclient/AST_update.pl
4598 asterisk 19:16 /usr/bin/perl /usr/src/astguiclient/AST_update.pl
4599 asterisk 19:16 /usr/bin/SCREEN -d -m -S ASTsend /usr/src/astguiclient/AST_manager_send.pl
4600 asterisk 19:16 /usr/bin/perl /usr/src/astguiclient/AST_manager_send.pl
4602 asterisk 19:16 /usr/bin/SCREEN -d -m -S ASTlisten /usr/src/astguiclient/AST_manager_listen.pl
4603 asterisk 19:16 /usr/bin/perl /usr/src/astguiclient/AST_manager_listen.pl
4605 asterisk 19:16 /usr/bin/SCREEN -d -m -S ASTVDauto /usr/src/astguiclient/AST_VDauto_dial.pl
4606 asterisk 19:16 /usr/bin/perl /usr/src/astguiclient/AST_VDauto_dial.pl
4615 asterisk 19:16 /usr/bin/SCREEN -d -m -S ASTVDadapt /usr/src/astguiclient/AST_VDadapt.pl --debug
4616 asterisk 19:16 /usr/bin/perl /usr/src/astguiclient/AST_VDadapt.pl --debug
4619 asterisk 19:16 /usr/bin/SCREEN -d -m -S ASTfastlog /usr/src/astguiclient/FastAGI_log.pl --debug
4621 asterisk 19:16 /usr/bin/perl /usr/src/astguiclient/FastAGI_log.pl --debug
4624 asterisk 19:16 /usr/bin/perl /usr/src/astguiclient/FastAGI_log.pl --debug
4625 asterisk 19:16 /usr/bin/perl /usr/src/astguiclient/FastAGI_log.pl --debug
4626 asterisk 19:16 /usr/bin/perl /usr/src/astguiclient/FastAGI_log.pl --debug
4627 asterisk 19:16 /usr/bin/perl /usr/src/astguiclient/FastAGI_log.pl --debug
4628 asterisk 19:16 /usr/bin/perl /usr/src/astguiclient/FastAGI_log.pl --debug
Freddy_rixcom
 
Posts: 36
Joined: Fri Feb 15, 2008 7:16 am


Return to Support

Who is online

Users browsing this forum: No registered users and 260 guests