Agent Login Call Never Made - cannot call Conf Room Numbers
Posted: Thu Aug 01, 2013 6:37 am
Observation : the login call is never made
Environment
Scratch install, Guide Vicidial for dummies, old but very very usefull (conc all dependencies, CPAN, php-mysqlini, ...)
AstGuiclient VERSION: 2.7-401a - BUILD: 130508-2256
PHP 5.3
Asterisk 1.8.11.1
Ubuntu 10.4 LTS - kernel 2.6.32-49
Using Dahdi v 2.2.1
MeetMe module is installed and running in asterisk
Screen -ls
crontab -l
ps xa | grep ast
I configured one carrier (SIP) with dialout dialplan (it runs all right, cause I can call numbers outside)
(I'm from Belgium : country code 32, in-house call-centre only to call in-country numbers)
extensions.conf (kinda long file, some relevant extracts can be found in the OBSERVATIONS PART)
meetme.conf
meetme-vicidial.conf
asterisk -r (start)
<TOO SPAMY>
Look - I have to shorten .... it is too difficult to filter out the code -
THE AGENT CALL IS NEVER MADE .... NOTHING HAPPENS ON THE CLI - AGENT SCREEN TIMES OUT (I HAVE SIP DEBUG OF WHAT HAPPENS, BUT IT IS IMPOSSIBLE TO EDIT IT HERE ON THIS BOARD...
When calling a conference number following error occurs (8600001)
[Aug 1 12:36:12] == Using SIP RTP CoS mark 5
[Aug 1 12:36:12] WARNING[2972]: pbx.c:4218 pbx_extension_helper: No application 'Meetme,${EXTEN1}|F' for extension (default, 8600051, 1)
_____ I MADE A BEAUTIFULL ANALYSE ... BUT THE PHPBGB KEEPS ON TELLING ME : TOO SPAMY... OFF SITE URLS (YEAH RIGHT this is Verry annoying
Environment
Scratch install, Guide Vicidial for dummies, old but very very usefull (conc all dependencies, CPAN, php-mysqlini, ...)
AstGuiclient VERSION: 2.7-401a - BUILD: 130508-2256
PHP 5.3
Asterisk 1.8.11.1
I installed version 1.6 through apt-get and then customised the repositories and installed (and upgraded) to 1.8 with apt-get using the method described on the asterisk website
upgraded all dependencies
Ubuntu 10.4 LTS - kernel 2.6.32-49
Is a desktop (Gnome). It runs a KB, Xibo Server, and plenty other software (I know 9_9 )
I am currently working after hours to get this demo up and running (3 weeks on it)
My bosses opinion is : if you want to change our system, you must at least have the knowledge
This said some in-depth documentation would be welcome.
Using Dahdi v 2.2.1
# dahdi_test
Opened pseudo dahdi interface, measuring accuracy...
99.998% 99.990% ^C
# service dahdi status
### Span 1: DAHDI_DUMMY/1 "DAHDI_DUMMY/1 (source: HRtimer) 1" (MASTER)
vandaele*CLI> dahdi show status
Description Alarms IRQ bpviol CRC Fra Codi Options LBO
DAHDI_DUMMY/1 (source: HRtimer) 1 UNCONFI 0 0 0 CAS Unk 0 db (CSU)/0-133 feet (DSX-1)
vandaele*CLI> dahdi show version
DAHDI Version: 2.2.1 Echo Canceller:
root@vandaele:<space inserted here in order not to look SPAMMY>/dev/dahdi# ll
totaal 0
drwxr-xr-x 2 root root 140 2013-07-31 15:45 ./
drwxr-xr-x 19 root root 3940 2013-08-01 07:21 ../
crw-rw---- 1 root asterisk 196, 254 2013-07-31 15:45 channel
crw-rw---- 1 root asterisk 196, 0 2013-07-31 15:45 ctl
crw-rw---- 1 root asterisk 196, 255 2013-07-31 15:45 pseudo
crw-rw---- 1 root asterisk 196, 253 2013-07-31 15:45 timer
crw-rw---- 1 root asterisk 196, 250 2013-07-31 15:45 transcode
MeetMe module is installed and running in asterisk
vandaele*CLI> core show applications like meetme
-= Matching Asterisk Applications =-
MeetMe: MeetMe conference bridge.
MeetMeAdmin: MeetMe conference administration.
MeetMeChannelAdmin: MeetMe conference Administration (channel specific).
MeetMeCount: MeetMe participant count.
-= 4 Applications Matching =-
vandaele*CLI> module show like meetme
Module Description Use Count
app_meetme.so MeetMe conference bridge 0
1 modules loaded
Screen -ls
.root@vandaele:<space inserted here in order not to look SPAMMY>/etc/apt# screen -list
There are screens on:
25841.ASTfastlog (01-08-13 11:42:03) (Detached)
25839.ASTVDadapt (01-08-13 11:42:03) (Detached)
25836.ASTVDremote (01-08-13 11:42:03) (Detached)
25833.ASTVDauto (01-08-13 11:42:03) (Detached)
25830.ASTlisten (01-08-13 11:42:03) (Detached)
25827.ASTsend (01-08-13 11:42:03) (Detached)
25824.ASTupdate (01-08-13 11:42:03) (Detached)
25684.asterisk (01-08-13 11:41:25) (Detached)
25660.astshell20130801114123 (01-08-13 11:41:23) (Detached)
9 Sockets in /var/run/screen/S-root
crontab -l
- Code: Select all
# m h dom mon dow command
ps xa | grep ast
- Code: Select all
25660 ?
I configured one carrier (SIP) with dialout dialplan (it runs all right, cause I can call numbers outside)
- Code: Select all
exten => _932XXXXXXXX.,<Deleted cause too spammy>
(I'm from Belgium : country code 32, in-house call-centre only to call in-country numbers)
extensions.conf (kinda long file, some relevant extracts can be found in the OBSERVATIONS PART)
- Code: Select all
[general]
static=yes
writeprotect=no
[globals]
<too spammy>
#include extensions-vicidial.conf
meetme.conf
- Code: Select all
[rooms]
conf => 8600
conf => 8601,1234
#include meetme-vicidial.conf
meetme-vicidial.conf
- Code: Select all
; WARNING- THIS FILE IS AUTO-GENERATED BY VICIDIAL, ANY EDITS YOU MAKE WILL BE LOST
; ViciDial Conferences:
conf => 8600051
conf => 8600052
conf => 8600053
...
; Conferences:
conf => 8600001
conf => 8600002
asterisk -r (start)
<TOO SPAMY>
Look - I have to shorten .... it is too difficult to filter out the code -
THE AGENT CALL IS NEVER MADE .... NOTHING HAPPENS ON THE CLI - AGENT SCREEN TIMES OUT (I HAVE SIP DEBUG OF WHAT HAPPENS, BUT IT IS IMPOSSIBLE TO EDIT IT HERE ON THIS BOARD...
When calling a conference number following error occurs (8600001)
[Aug 1 12:36:12] == Using SIP RTP CoS mark 5
[Aug 1 12:36:12] WARNING[2972]: pbx.c:4218 pbx_extension_helper: No application 'Meetme,${EXTEN1}|F' for extension (default, 8600051, 1)
_____ I MADE A BEAUTIFULL ANALYSE ... BUT THE PHPBGB KEEPS ON TELLING ME : TOO SPAMY... OFF SITE URLS (YEAH RIGHT this is Verry annoying