vicidial + asterisk 1.2.9.1 - Errors - Please help !!!

Any and all non-support discussions

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

vicidial + asterisk 1.2.9.1 - Errors - Please help !!!

Postby nautsekt » Thu Jul 06, 2006 3:48 am

Hello

Please help me !!!

The followring error occured on vicidial agent login:

Noone is in your session: 100


The followring errors occured while executing vicidial on asterisk.

Code: Select all
> Channel SIP/103-f5a5 was answered.
    -- Executing NoCDR("SIP/103-f5a5", "") in new stack
Jul  2 00:23:45 WARNING[32310]: cdr.c:443 ast_cdr_free: CDR on channel 'SIP/103-f5a5' not posted
Jul  2 00:23:45 WARNING[32310]: cdr.c:445 ast_cdr_free: CDR on channel 'SIP/103-f5a5' lacks end
    -- Executing Dial("SIP/103-f5a5", "SIP/100|55|Ttr") in new stack
Jul  2 00:23:46 WARNING[32310]: chan_sip.c:1980 create_addr: No such host: 100
Jul  2 00:23:46 NOTICE[32310]: app_dial.c:1040 dial_exec_full: Unable to create channel of type 'SIP' (cause 3 - No route to destination)
  == Everyone is busy/congested at this time (1:0/0/1)
  == Manager 'sendcron' logged off from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
    -- Executing DeadAGI("SIP/103-f5a5", "call_log.agi|h") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
+++++ CALL LOG HUNGUP: |1151792620.1|SIP/103-f5a5|h|2006-07-02 0:23:52|min: |
    -- AGI Script call_log.agi completed, returning 0
    -- Executing DeadAGI("SIP/103-f5a5", "VD_hangup.agi|PRI-----NODEBUG-----3-----CHANUNAVAIL----------") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/VD_hangup.agi
Perl Environment Dump:
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Thu Jul 06, 2006 7:14 am

Looking at this you have all sorts of problems. Did you follow the SCRATCH_INSTALL?

is your phone ringing when you login?
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Thu Jul 06, 2006 7:22 am

Yes the Softpfone is ringing.Manuale dial works funny by connect in astguiclient under agc.
When i connect du vicidial.php than i can nothing do.

Noone is in your session ist the error message.

I could repair the other error.
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Thu Jul 06, 2006 7:32 am

what entries do you have in your meetme.conf and in your vicidial_conferences table?
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Thu Jul 06, 2006 7:38 am

In the meetme.conf:

[rooms]
conf => 111
conf => 100,1234


In the vicidial_conferences table:

conf_exten server_ip extension
100 192.168.1.30

111 192.168.1.30

200 192.168.1.30
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Thu Jul 06, 2006 7:43 am

OK, I guess that you didn't follow the SCRATCH INSTALL.

The conferences should be 8600051-8600100. That is what VICIDIAL is written to use, not 100, 111 and 200

I would recommend that you re-read the SCRATCH_INSTALL document and follow it if you want your VICIDIAL setup to work properly.
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Thu Jul 06, 2006 8:11 am

I went exactly to the Scratch guidance with Debian Sarge.
The example configuration did not take over. It functions otherwise also everything. Only with the Login in vicidial.php it comes to the error.
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby marvin » Thu Jul 06, 2006 12:29 pm

Executing Dial("SIP/103-f5a5", "SIP/100|55|Ttr") in new stack


i notice that you are using dial option "r" instead of "o"
marvin
 
Posts: 69
Joined: Wed Jun 21, 2006 1:35 am
Location: Cebu, Philippines

Postby gschaller » Fri Jul 07, 2006 12:29 am

nautsekt wrote:I went exactly to the Scratch guidance with Debian Sarge.
...


Please can you tell me your used packages? My machine is also on Debian sarge, but there are problems with the system. After a while it stops working and I have locks in MySQL.
gschaller
 
Posts: 99
Joined: Thu Jun 29, 2006 1:59 pm

Postby nautsekt » Fri Jul 07, 2006 5:44 am

I examined again everything. I did not get this error out.
I hope you can help me.

thank you

Image
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Fri Jul 07, 2006 6:55 am

please post the results of this linux command: "screen -r"
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Fri Jul 07, 2006 7:18 am

asttest:/etc/asterisk# screen -r
There are several suitable screens on:
9103.ASTlisten (Detached)
9101.ASTlisten (Detached)
9113.ASTlisten (Detached)
9115.ASTlisten (Detached)
9128.ASTsend (Detached)
9191.ASTVDremote (Detached)
32700.ASTVDauto (Detached)
9197.ASTupdate (Detached)
Type "screen [-d] -r [pid.]tty.host" to resume one of them.
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Fri Jul 07, 2006 7:30 am

OK, your screen processes are running, so that's good. Next you need to post what is in your live_channels and live_sip_channels tables when this error happens.

Is your 102 phone still in the conference when that screen appears?
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Fri Jul 07, 2006 7:37 am

The two tables ar empty.
I don´t know if the phone still is in the conference.
After the login, The phone conects to vicidial (i guess) and after 1 sec it hangs up.
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Fri Jul 07, 2006 7:53 am

Please post some Asterisk CLI output of the time during which you login and try to place a call.
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Fri Jul 07, 2006 7:59 am

Code: Select all
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'listencron' logged on from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'listencron' logged on from 127.0.0.1
    -- Saved useragent "X-Lite release 1105d" for peer 102
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
Jul  3 02:45:44 NOTICE[31964]: chan_sip.c:5372 sip_reg_timeout:    -- Registration for '4918051257813641@siplogin.de' timed out, trying again (Attempt #1)
    -- parse_srv: SRV mapped to host siplogin.de, port 5060
       > Channel SIP/102-b5eb was answered.
    -- Executing MeetMe("SIP/102-b5eb", "8600080|q") in new stack
  == Parsing '/etc/asterisk/meetme.conf': Found
    -- Playing 'conf-invalid' (language 'en')
  == Manager 'sendcron' logged off from 127.0.0.1
  == Spawn extension (default, 8600080, 1) exited non-zero on 'SIP/102-b5eb'
    -- Executing DeadAGI("SIP/102-b5eb", "call_log.agi|h") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
+++++ CALL LOG HUNGUP: |1151887543.0|SIP/102-b5eb|h|2006-07-03 2:45:50|min: |
    -- AGI Script call_log.agi completed, returning 0
    -- Executing DeadAGI("SIP/102-b5eb", "VD_hangup.agi|PRI-----NODEBUG-----16---------------") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/VD_hangup.agi
Perl Environment Dump:
0|PRI-----NODEBUG-----16---------------|
AGI Environment Dump:
 -- accountcode =
 -- callerid = unknown
 -- calleridname = S0607030245428600080
 -- callingani2 = 0
 -- callingpres = 0
 -- callingtns = 0
 -- callington = 0
 -- channel = SIP/102-b5eb
 -- context = default
 -- dnid = unknown
 -- enhanced = 0.0
 -- extension = h
 -- language = en
 -- priority = 2
 -- rdnis = unknown
 -- request = VD_hangup.agi
 -- type = SIP
 -- uniqueid = 1151887543.0
AGI Environment Dump: |1151887543.0|SIP/102-b5eb|h|SIP|S0607030245428600080|S0607030245428600080|2|

DEBUG: NODEBUG

VD_hangup : S0607030245428600080  SIP/102-b5eb 2
+++++ VD hangup START : |1151887543.0|SIP/102-b5eb|h|SIP|S0607030245428600080|428600080|2006-07-03 2:45:50||2|S0607030245428600080|


|SELECT lead_id,callerid FROM vicidial_auto_calls where uniqueid = '1151887543.0' limit 1;|

VD hangup: no VDAC record found: 1151887543.0 S0607030245428600080
    -- AGI Script VD_hangup.agi completed, returning 0
[/code]
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby nautsekt » Fri Jul 07, 2006 8:00 am

I can not call after login
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Fri Jul 07, 2006 9:20 am

Playing 'conf-invalid'

This means that you probably don't have an entry for 8600080 in your meetme.conf file
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Sun Jul 09, 2006 4:02 am

Here is the meetme.conf

Code: Select all
; Configuration file for MeetMe simple conference rooms for Asterisk of course.
;
; This configuration file is read every time you call app meetme()

[general]
;audiobuffers=32      ; The number of 20ms audio buffers to be used
            ; when feeding audio frames from non-Zap channels
            ; into the conference; larger numbers will allow
            ; for the conference to 'de-jitter' audio that arrives
            ; at different timing than the conference's timing
            ; source, but can also allow for latency in hearing
            ; the audio from the speaker. Minimum value is 2,
            ; maximum value is 32.
;[rooms]

conf => 8600011
conf => 8600012
conf => 8600013
conf => 8600014
conf => 8600015
conf => 8600016
conf => 8600017
conf => 8600018
conf => 8600019
conf => 8600020
conf => 8600021
conf => 8600022
conf => 8600023
conf => 8600024
conf => 8600025
conf => 8600026
conf => 8600027
conf => 8600028
conf => 8600029
conf => 8600051
conf => 8600052
conf => 8600053
conf => 8600054
conf => 8600055
conf => 8600056
conf => 8600057
conf => 8600058
conf => 8600059
conf => 8600060
conf => 8600061
conf => 8600062
conf => 8600063
conf => 8600064
conf => 8600065
conf => 8600066
conf => 8600067
conf => 8600068
conf => 8600069
conf => 8600070
conf => 8600071
conf => 8600072
conf => 8600073
conf => 8600074
conf => 8600075
conf => 8600076
conf => 8600077
conf => 8600078
conf => 8600079
conf => 8600080
conf => 8600081
conf => 8600082
conf => 8600083
conf => 8600084
conf => 8600085
conf => 8600086
conf => 8600087
conf => 8600088
conf => 8600089
conf => 8600090
conf => 8600091
conf => 8600092
conf => 8600093
conf => 8600094
conf => 8600095
conf => 8600096
conf => 8600097
conf => 8600098
conf => 8600099
conf => 8600100
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Sun Jul 09, 2006 6:07 am

What kind of zaptel card do you have in your system?

If none, what are you using for a zaptel timer and what Linux kernel are you running?
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Sun Jul 09, 2006 8:59 am

I have no zaptel card in the system. Zaptel timer is not configured.
The Linux Kernel 2.6 is on the System.
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Sun Jul 09, 2006 5:02 pm

if no zaptel time and no ztdummy then VICIDIAL will not work with meetme. You can try app_conference but it is experimental and crashes periodically in most installations.

I would recommend getting a cheap X100P card or trying to get ztdummy working.
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Mon Jul 10, 2006 8:10 am

I have install the app_conference.
When i login in vicidial.php under agc the Softphone stays online and the
live_channels and live_sip_channels tables ar in use with one entry.

The Error occurs anyway:
Noone is in your sission:8600080
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Mon Jul 10, 2006 8:14 am

What is the entry in the live_sip_channels/live_channels tables?

Is AST_update.pl running?

What is the output from the Asterisk CLI?
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Mon Jul 10, 2006 8:23 am

live_sip_channel:

SIP/102-9594 192.168.1.30 NULL 8600080 8600080|q


live_channels:

Zap/pseudo-1003885431 192.168.1.30 NULL ring SIP/ring


The AST_update.pl is running !!!


Code: Select all
[app_conference.so] => (Channel Independent Conference Application)
Jul  6 02:06:53 NOTICE[25805]: app_conference.c:68 load_module: loading app_conference module [ $Revision: 1.22 $ ]
  == Registered application 'Conference'
  == Manager registered action DBGet
  == Manager registered action DBPut
  == Parsing '/etc/asterisk/enum.conf': Found
Asterisk Ready.
*CLI>   == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'listencron' logged on from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'listencron' logged on from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
  == Parsing '/etc/asterisk/manager.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
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'updatecron' logged on from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'updatecron' logged on from 127.0.0.1
  == Manager 'updatecron' logged off from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
  == Manager 'sendcron' logged off from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
  == Manager 'sendcron' logged off from 127.0.0.1
    -- Registered SIP '102' at 192.168.1.27 port 5060 expires 1800
    -- Saved useragent "X-Lite release 1105d" for peer 102
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
       > Channel SIP/102-9594 was answered.
    -- Executing MeetMe("SIP/102-9594", "8600080|q") in new stack
  == Parsing '/etc/asterisk/meetme.conf': Found
    -- Created MeetMe conference 1023 for conference '8600080'
  == Manager 'sendcron' logged off from 127.0.0.1
    -- parse_srv: SRV mapped to host siplogin.de, port 5060
Jul  6 02:08:43 NOTICE[26014]: rtp.c:331 process_rfc3389: Comfort noise support incomplete in Asterisk (RFC 3389). Please turn off on client if possible. Client IP: 192.168.1.27
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
  == Manager 'sendcron' logged off from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
  == Manager 'sendcron' logged off from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
  == Manager 'sendcron' logged off from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
  == Manager 'sendcron' logged off from 127.0.0.1
    -- parse_srv: SRV mapped to host siplogin.de, port 5060
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby nautsekt » Mon Jul 10, 2006 8:25 am

After logoff:


Code: Select all
Jul  6 02:16:03 WARNING[26014]: app_meetme.c:1521 conf_run: Unable to write frame to channel: Inappropriate ioctl for device
    -- Hungup 'Zap/pseudo-1003885431'
  == Spawn extension (default, 8600080, 1) exited non-zero on 'SIP/102-9594'
    -- Executing DeadAGI("SIP/102-9594", "call_log.agi|h") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
    -- Unregistered SIP '102'
+++++ CALL LOG HUNGUP: |1152144496.0|SIP/102-9594|h|2006-07-06 2:16:03|min: |
    -- AGI Script call_log.agi completed, returning 0
    -- Executing DeadAGI("SIP/102-9594", "VD_hangup.agi|PRI-----NODEBUG-----16---------------") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/VD_hangup.agi
Perl Environment Dump:
0|PRI-----NODEBUG-----16---------------|
AGI Environment Dump:
 -- accountcode =
 -- callerid = unknown
 -- calleridname = S0607060208158600080
 -- callingani2 = 0
 -- callingpres = 0
 -- callingtns = 0
 -- callington = 0
 -- channel = SIP/102-9594
 -- context = default
 -- dnid = unknown
 -- enhanced = 0.0
 -- extension = h
 -- language = en
 -- priority = 2
 -- rdnis = unknown
 -- request = VD_hangup.agi
 -- type = SIP
 -- uniqueid = 1152144496.0
AGI Environment Dump: |1152144496.0|SIP/102-9594|h|SIP|S0607060208158600080|S0607060208158600080|2|

DEBUG: NODEBUG

VD_hangup : S0607060208158600080  SIP/102-9594 2
+++++ VD hangup START : |1152144496.0|SIP/102-9594|h|SIP|S0607060208158600080|158600080|2006-07-06 2:16:03||2|S0607060208158600080|


|SELECT lead_id,callerid FROM vicidial_auto_calls where uniqueid = '1152144496.0' limit 1;|

VD hangup: no VDAC record found: 1152144496.0 S0607060208158600080
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Mon Jul 10, 2006 11:29 am

You don't seem to have changed all of your meetme entries in your extensions.conf to Conference entries. If you did you would not see any "Zap/pseudo" channels appearing.

Please check that and reload Asterisk.
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Tue Jul 11, 2006 2:48 am

There is still one error after the login when i´m dial.
The diald number is unrechable.



Code: Select all
Starting Local/8600080@default-2ece,1 at default,s,1 still failed so falling back to context 'default'
Jul  6 20:23:44 WARNING[11652]: pbx.c:2357 __ast_pbx_run: Channel 'Local/8600080@default-2ece,1' sent into invalid extension 's' in context 'default', but no invalid handler
    -- Executing DeadAGI("Local/8600080@default-2ece,1", "call_log.agi|h") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
+++++ CALL LOG HUNGUP: |1152210224.12|Local/8600080@default-2ece,1|h|:23:44|min: |
    -- AGI Script call_log.agi completed, returning 0
    -- Executing DeadAGI("Local/8600080@default-2ece,1", "VD_hangup.agi|PRI-----NODEBUG-----0---------------") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/VD_hangup.agi
Perl Environment Dump:
0|PRI-----NODEBUG-----0---------------|
AGI Environment Dump:
 -- accountcode =
 -- callerid = 0000000000
 -- calleridname = M0706202343000000002
 -- callingani2 = 0
 -- callingpres = 0
 -- callingtns = 0
 -- callington = 0
 -- channel = Local/8600080@default-2ece,1
 -- context = default
 -- dnid = unknown
 -- enhanced = 0.0
 -- extension = h
 -- language = en
 -- priority = 2
 -- rdnis = unknown
 -- request = VD_hangup.agi
 -- type = Local
 -- uniqueid = 1152210224.12
AGI Environment Dump: |1152210224.12|Local/8600080@default-2ece,1|h|Local|M0706202343000000002|M0706202343000000002|2|

DEBUG: NODEBUG

nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Tue Jul 11, 2006 5:45 am

That output doesn't show me anything, I need to see more of what is before it.
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Tue Jul 11, 2006 5:53 am

Code: Select all
 > Channel SIP/102-4907 was answered.
    -- Executing MeetMe("SIP/102-4907", "8600080|q") in new stack
  == Parsing '/etc/asterisk/meetme.conf': Found
    -- Created MeetMe conference 1023 for conference '8600080'
  == Manager 'sendcron' logged off from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
    -- Executing MeetMe("Local/8600080@default-6a81,2", "8600080|q") in new stack
       > Channel Local/8600080@default-6a81,1 was answered.
  == Starting Local/8600080@default-6a81,1 at default,900494471884864,1 failed so falling back to exten 's'
  == Starting Local/8600080@default-6a81,1 at default,s,1 still failed so falling back to context 'default'
Jul  6 23:06:33 WARNING[587]: pbx.c:2357 __ast_pbx_run: Channel 'Local/8600080@default-6a81,1' sent into invalid extension 's' in context 'default', but no invalid handler
    -- Executing DeadAGI("Local/8600080@default-6a81,1", "call_log.agi|h") in new stack
Jul  6 23:06:33 WARNING[28076]: channel.c:787 channel_find_locked: Avoided initial deadlock for '0x8193e28', 10 retries!
    -- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
+++++ CALL LOG HUNGUP: |1152219993.14|Local/8600080@default-6a81,1|h|2006-07-06 23:06:34|min: |
    -- AGI Script call_log.agi completed, returning 0
    -- Executing DeadAGI("Local/8600080@default-6a81,1", "VD_hangup.agi|PRI-----NODEBUG-----0---------------") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/VD_hangup.agi
Perl Environment Dump:
0|PRI-----NODEBUG-----0---------------|
AGI Environment Dump:
 -- accountcode =
 -- callerid = 0000000000
 -- calleridname = M0706230632000000007
 -- callingani2 = 0
 -- callingpres = 0
 -- callingtns = 0
 -- callington = 0
 -- channel = Local/8600080@default-6a81,1
 -- context = default
 -- dnid = unknown
 -- enhanced = 0.0
 -- extension = h
 -- language = en
 -- priority = 2
 -- rdnis = unknown
 -- request = VD_hangup.agi
 -- type = Local
 -- uniqueid = 1152219993.14
AGI Environment Dump: |1152219993.14|Local/8600080@default-6a81,1|h|Local|M0706230632000000007|M0706230632000000007|2|

DEBUG: NODEBUG

VD_hangup : M0706230632000000007  Local/8600080@default-6a81,1 2
+++++ VD hangup START : |1152219993.14|Local/8600080@default-6a81,1|h|Local|M0706230632000000007|7|2006-07-06 23:06:34||2|M0706230632000000007|
--    VDhangup Local DEBUG: |PRI|M0706230632000000007||0|
+++++ VDAD START LOCAL CHANNEL: EXITING- 2
    -- AGI Script VD_hangup.agi completed, returning 0
  == Spawn extension (default, 8600080, 1) exited non-zero on 'Local/8600080@default-6a81,2'
    -- Executing DeadAGI("Local/8600080@default-6a81,2", "call_log.agi|h") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
+++++ CALL LOG HUNGUP: |1152219993.15|Local/8600080@default-6a81,2|h|2006-07-06 23:06:35|min: |
    -- AGI Script call_log.agi completed, returning 0
    -- Executing DeadAGI("Local/8600080@default-6a81,2", "VD_hangup.agi|PRI-----NODEBUG-----0---------------") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/VD_hangup.agi
Perl Environment Dump:
0|PRI-----NODEBUG-----0---------------|
AGI Environment Dump:
 -- accountcode =
 -- callerid = 0000000000
 -- calleridname = M0706230632000000007
 -- callingani2 = 0
 -- callingpres = 0
 -- callingtns = 0
 -- callington = 0
 -- channel = Local/8600080@default-6a81,2
 -- context = default
 -- dnid = unknown
 -- enhanced = 0.0
 -- extension = h
 -- language = en
 -- priority = 2
 -- rdnis = unknown
 -- request = VD_hangup.agi
 -- type = Local
 -- uniqueid = 1152219993.15
AGI Environment Dump: |1152219993.15|Local/8600080@default-6a81,2|h|Local|M0706230632000000007|M0706230632000000007|2|

DEBUG: NODEBUG

VD_hangup : M0706230632000000007  Local/8600080@default-6a81,2 2
+++++ VD hangup START : |1152219993.15|Local/8600080@default-6a81,2|h|Local|M0706230632000000007|7|2006-07-06 23:06:36||2|M0706230632000000007|
--    VDhangup Local DEBUG: |PRI|M0706230632000000007||0|
+++++ VDAD START LOCAL CHANNEL: EXITING- 2
    -- AGI Script VD_hangup.agi completed, returning 0
  == Manager 'sendcron' logged off from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
  == Manager 'sendcron' logged off from 127.0.0.1
  == Parsing '/etc/asterisk/manager.conf': Found
  == Manager 'sendcron' logged on from 127.0.0.1
  == Manager 'sendcron' logged off from 127.0.0.1
    -- parse_srv: SRV mapped to host siplogin.de, port 5060
    -- Hungup 'Zap/pseudo-1049831651'
  == Spawn extension (default, 8600080, 1) exited non-zero on 'SIP/102-4907'
    -- Executing DeadAGI("SIP/102-4907", "call_log.agi|h") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
+++++ CALL LOG HUNGUP: |1152219976.12|SIP/102-4907|h|2006-07-06 23:07:39|min: |
    -- AGI Script call_log.agi completed, returning 0
    -- Executing DeadAGI("SIP/102-4907", "VD_hangup.agi|PRI-----NODEBUG-----16---------------") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/VD_hangup.agi
Perl Environment Dump:
0|PRI-----NODEBUG-----16---------------|
AGI Environment Dump:
 -- accountcode =
 -- callerid = unknown
 -- calleridname = S0607062306158600080
 -- callingani2 = 0
 -- callingpres = 0
 -- callingtns = 0
 -- callington = 0
 -- channel = SIP/102-4907
 -- context = default
 -- dnid = unknown
 -- enhanced = 0.0
 -- extension = h
 -- language = en
 -- priority = 2
 -- rdnis = unknown
 -- request = VD_hangup.agi
 -- type = SIP
 -- uniqueid = 1152219976.12
AGI Environment Dump: |1152219976.12|SIP/102-4907|h|SIP|S0607062306158600080|S0607062306158600080|2|

DEBUG: NODEBUG

VD_hangup : S0607062306158600080  SIP/102-4907 2
+++++ VD hangup START : |1152219976.12|SIP/102-4907|h|SIP|S0607062306158600080|158600080|2006-07-06 23:07:39||2|S0607062306158600080|


|SELECT lead_id,callerid FROM vicidial_auto_calls where uniqueid = '1152219976.12' limit 1;|

VD hangup: no VDAC record found: 1152219976.12 S0607062306158600080
    -- AGI Script VD_hangup.agi completed, returning 0

nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany

Postby mflorell » Tue Jul 11, 2006 5:59 am

you don't have anything in your dialplan(extensions.conf) that will process this exten "900494471884864" please check your extensions.conf and see what you have.
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby nautsekt » Tue Jul 11, 2006 7:45 am

Code: Select all
[general]
static=yes
writeprotect=no

[lokal]
; Erreichbarkeit der Nebenstellen 102-109
; untereinander herstellen
exten => _10X,1,NoCDR()
exten => _10X,n,Dial,SIP/${EXTEN}|55|tTo

; Externer Waehlvorgang
[siplogin_out]
exten => _0.,1,Dial,SIP/${EXTEN}@4918051257813641|45|tTo

; Ankommende Anrufe
[ankommend]
exten => .1805.,1,Dial,SIP/102|30|o

[vicidial]
exten => _91NXXNXXXXXX,1,AGI(call_log.agi,${EXTEN})
exten => _91NXXNXXXXXX,2,Dial(SIP/${EXTEN},55,o)
exten => _91NXXNXXXXXX,3,Hangup

[incoming]
exten => 1112223333,1,AGI(call_log.agi,${EXTEN})
exten => 1112223333,2,Dial(sip/102,55,o)
exten => 1112223333,3,Hangup

[default]
include => lokal
include => siplogin_out
include => vicidial
include => incoming


; ZapBarge direct channel extensions
;exten => 8612001,1,ZapBarge(1)
;exten => 8612002,1,ZapBarge(2)
;exten => 8612003,1,ZapBarge(3)
;exten => 8612004,1,ZapBarge(4)
;exten => 8612005,1,ZapBarge(5)
;exten => 8612006,1,ZapBarge(6)
;exten => 8612007,1,ZapBarge(7)
;exten => 8612008,1,ZapBarge(8)
;exten => 8612009,1,ZapBarge(9)
;exten => 8612010,1,ZapBarge(10)
;exten => 8612011,1,ZapBarge(11)
;exten => 8612012,1,ZapBarge(12)
;exten => 8612013,1,ZapBarge(13)
;exten => 8612014,1,ZapBarge(14)
;exten => 8612015,1,ZapBarge(15)
;exten => 8612016,1,ZapBarge(16)
;exten => 8612017,1,ZapBarge(17)
;exten => 8612018,1,ZapBarge(18)
;exten => 8612019,1,ZapBarge(19)
;exten => 8612020,1,ZapBarge(20)
;exten => 8612021,1,ZapBarge(21)
;exten => 8612022,1,ZapBarge(22)
;exten => 8612023,1,ZapBarge(23)
;exten => 8612024,1,ZapBarge(24)


; Extension 102
exten => 102,1,Playback,transfer|skip     ; "Please hold while..."
exten => 102,2,Dial,sip/102|20|to       ; Ring, 20 secs max

; Extension 103
exten => 103,1,Dial,sip/103|30|to    ; Ring, 30 secs max

; ASTERISK AGENTS LOGINS FOR QUEUES (NOT part of VICIDIAL)
; the following assumes phone agent login and exten are 3 digits and the same
; also assumes that 3-digit login is present in agents.conf and queueus.conf
;Agent Logout then stay onhook, DIAL 54 + 3-digit ID
exten => _54XXX,1,AgentCallbackLogin(||)
; the following are used to login and logout of Asterisk Queues from phone
;Agent Login then stay offhook on the phone, DIAL 55 + 3-digit ID
exten => _55XXX,1,AgentLogin(${EXTEN:1})
;Agent Login then stay onhook, phones will ring, DIAL 56 + 3-digit ID
exten => _56XXX,1,AgentCallbackLogin(||${EXTEN:1}@default)



exten => 8600011,1,Meetme,8600011|q
exten => 8600012,1,Meetme,8600012|q
exten => 8600013,1,Meetme,8600013|q
exten => 8600014,1,Meetme,8600014|q
exten => 8600015,1,Meetme,8600015|q
exten => 8600016,1,Meetme,8600016|q
exten => 8600017,1,Meetme,8600017|q
exten => 8600018,1,Meetme,8600018|q
exten => 8600019,1,Meetme,8600019|q
exten => 8600020,1,Meetme,8600020|q
exten => 8600021,1,Meetme,8600021|q
exten => 8600022,1,Meetme,8600022|q
exten => 8600023,1,Meetme,8600023|q
exten => 8600024,1,Meetme,8600024|q
exten => 8600025,1,Meetme,8600025|q
exten => 8600026,1,Meetme,8600026|q
exten => 8600027,1,Meetme,8600027|q
exten => 8600028,1,Meetme,8600028|q
exten => 8600029,1,Meetme,8600029|q
exten => 8600080,1,Meetme,8600080|q
exten => 8600081,1,Meetme,8600081|q





exten => 8600051,1,Meetme,8600051
exten => 8600052,1,Meetme,8600052
exten => 8600053,1,Meetme,8600053
exten => 8600054,1,Meetme,8600054
exten => 8600055,1,Meetme,8600055
exten => 8600056,1,Meetme,8600056
exten => 8600057,1,Meetme,8600057
exten => 8600058,1,Meetme,8600058
exten => 8600059,1,Meetme,8600059
exten => 8600060,1,Meetme,8600060
exten => 8600061,1,Meetme,8600061
exten => 8600062,1,Meetme,8600062
exten => 8600063,1,Meetme,8600063
exten => 8600064,1,Meetme,8600064
exten => 8600065,1,Meetme,8600065
exten => 8600066,1,Meetme,8600066
exten => 8600067,1,Meetme,8600067
exten => 8600068,1,Meetme,8600068
exten => 8600069,1,Meetme,8600069
exten => 8600070,1,Meetme,8600070
exten => 8600071,1,Meetme,8600071
exten => 8600072,1,Meetme,8600072
exten => 8600073,1,Meetme,8600073
exten => 8600074,1,Meetme,8600074
exten => 8600075,1,Meetme,8600075
exten => 8600076,1,Meetme,8600076
exten => 8600077,1,Meetme,8600077
exten => 8600078,1,Meetme,8600078
exten => 8600079,1,Meetme,8600079
exten => 8600080,1,Meetme,8600080
exten => 8600081,1,Meetme,8600081
exten => 8600082,1,Meetme,8600082
exten => 8600083,1,Meetme,8600083
exten => 8600084,1,Meetme,8600084
exten => 8600085,1,Meetme,8600085
exten => 8600086,1,Meetme,8600086
exten => 8600087,1,Meetme,8600087
exten => 8600088,1,Meetme,8600088
exten => 8600089,1,Meetme,8600089
exten => 8600090,1,Meetme,8600090
exten => 8600091,1,Meetme,8600091
exten => 8600092,1,Meetme,8600092
exten => 8600093,1,Meetme,8600093
exten => 8600094,1,Meetme,8600094
exten => 8600095,1,Meetme,8600095
exten => 8600096,1,Meetme,8600096
exten => 8600097,1,Meetme,8600097
exten => 8600098,1,Meetme,8600098
exten => 8600099,1,Meetme,8600099
exten => 8600100,1,Meetme,8600100
; quiet entry and leaving conferences for VICIDIAL
exten => 78600051,1,Meetme,8600051|q
exten => 78600052,1,Meetme,8600052|q
exten => 78600053,1,Meetme,8600053|q
exten => 78600054,1,Meetme,8600054|q
exten => 78600055,1,Meetme,8600055|q
exten => 78600056,1,Meetme,8600056|q
exten => 78600057,1,Meetme,8600057|q
exten => 78600058,1,Meetme,8600058|q
exten => 78600059,1,Meetme,8600059|q
exten => 78600060,1,Meetme,8600060|q
exten => 78600061,1,Meetme,8600061|q
exten => 78600062,1,Meetme,8600062|q
exten => 78600063,1,Meetme,8600063|q
exten => 78600064,1,Meetme,8600064|q
exten => 78600065,1,Meetme,8600065|q
exten => 78600066,1,Meetme,8600066|q
exten => 78600067,1,Meetme,8600067|q
exten => 78600068,1,Meetme,8600068|q
exten => 78600069,1,Meetme,8600069|q
exten => 78600070,1,Meetme,8600070|q
exten => 78600071,1,Meetme,8600071|q
exten => 78600072,1,Meetme,8600072|q
exten => 78600073,1,Meetme,8600073|q
exten => 78600074,1,Meetme,8600074|q
exten => 78600075,1,Meetme,8600075|q
exten => 78600076,1,Meetme,8600076|q
exten => 78600077,1,Meetme,8600077|q
exten => 78600078,1,Meetme,8600078|q
exten => 78600079,1,Meetme,8600079|q
exten => 78600080,1,Meetme,8600080|q
exten => 78600081,1,Meetme,8600081|q
exten => 78600082,1,Meetme,8600082|q
exten => 78600083,1,Meetme,8600083|q
exten => 78600084,1,Meetme,8600084|q
exten => 78600085,1,Meetme,8600085|q
exten => 78600086,1,Meetme,8600086|q
exten => 78600087,1,Meetme,8600087|q
exten => 78600088,1,Meetme,8600088|q
exten => 78600089,1,Meetme,8600089|q
exten => 78600090,1,Meetme,8600090|q
exten => 78600091,1,Meetme,8600091|q
exten => 78600092,1,Meetme,8600092|q
exten => 78600093,1,Meetme,8600093|q
exten => 78600094,1,Meetme,8600094|q
exten => 78600095,1,Meetme,8600095|q
exten => 78600096,1,Meetme,8600096|q
exten => 78600097,1,Meetme,8600097|q
exten => 78600098,1,Meetme,8600098|q
exten => 78600099,1,Meetme,8600099|q
exten => 78600100,1,Meetme,8600100|q
; quiet monitor extensions for meetme rooms (for room managers)
exten => 68600051,1,Meetme,8600051|mq
exten => 68600052,1,Meetme,8600052|mq
exten => 68600053,1,Meetme,8600053|mq
exten => 68600054,1,Meetme,8600054|mq
exten => 68600055,1,Meetme,8600055|mq
exten => 68600056,1,Meetme,8600056|mq
exten => 68600057,1,Meetme,8600057|mq
exten => 68600058,1,Meetme,8600058|mq
exten => 68600059,1,Meetme,8600059|mq
exten => 68600060,1,Meetme,8600060|mq
exten => 68600061,1,Meetme,8600061|mq
exten => 68600062,1,Meetme,8600062|mq
exten => 68600063,1,Meetme,8600063|mq
exten => 68600064,1,Meetme,8600064|mq
exten => 68600065,1,Meetme,8600065|mq
exten => 68600066,1,Meetme,8600066|mq
exten => 68600067,1,Meetme,8600067|mq
exten => 68600068,1,Meetme,8600068|mq
exten => 68600069,1,Meetme,8600069|mq
exten => 68600070,1,Meetme,8600070|mq
exten => 68600071,1,Meetme,8600071|mq
exten => 68600072,1,Meetme,8600072|mq
exten => 68600073,1,Meetme,8600073|mq
exten => 68600074,1,Meetme,8600074|mq
exten => 68600075,1,Meetme,8600075|mq
exten => 68600076,1,Meetme,8600076|mq
exten => 68600077,1,Meetme,8600077|mq
exten => 68600078,1,Meetme,8600078|mq
exten => 68600079,1,Meetme,8600079|mq
exten => 68600080,1,Meetme,8600080|mq
exten => 68600081,1,Meetme,8600081|mq
exten => 68600082,1,Meetme,8600082|mq
exten => 68600083,1,Meetme,8600083|mq
exten => 68600084,1,Meetme,8600084|mq
exten => 68600085,1,Meetme,8600085|mq
exten => 68600086,1,Meetme,8600086|mq
exten => 68600087,1,Meetme,8600087|mq
exten => 68600088,1,Meetme,8600088|mq
exten => 68600089,1,Meetme,8600089|mq
exten => 68600090,1,Meetme,8600090|mq
exten => 68600091,1,Meetme,8600091|mq
exten => 68600092,1,Meetme,8600092|mq
exten => 68600093,1,Meetme,8600093|mq
exten => 68600094,1,Meetme,8600094|mq
exten => 68600095,1,Meetme,8600095|mq
exten => 68600096,1,Meetme,8600096|mq
exten => 68600097,1,Meetme,8600097|mq
exten => 68600098,1,Meetme,8600098|mq
exten => 68600099,1,Meetme,8600099|mq
exten => 68600100,1,Meetme,8600100|mq


;with these lines:
;exten => 8600080,1,Conference(8600080)
;exten => 8600081,1,Conference(8600081)
;...continue through 8600100...
;exten => 78600080,1,Conference(8600080|q)
;exten => 78600081,1,Conference(8600081|q)
;...continue through 78600100...
;exten => 68600080,1,Conference(8600080|Lq)
;exten => 68600081,1,Conference(8600081|Lq)
;...continue through 68600100...


;-------------------------------------------------------------------------------------
;s 'h' exten is VERY important for VICIDIAL usage,
;##### you will have problems if it is not in your dialplan!
;exten => h,1,AGI(call_log.agi,${EXTEN}) ; use regular AGI for older versions
exten => h,1,DeadAGI(call_log.agi,${EXTEN}) ; DeadAGI is new
exten => h,2,DeadAGI(VD_hangup.agi,PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})
nautsekt
 
Posts: 17
Joined: Thu Jul 06, 2006 3:35 am
Location: Germany


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 76 guests