Page 1 of 1

doesn't work inbound calls

PostPosted: Mon Aug 14, 2006 8:42 pm
by m160858
hello,

i have a 1800 number in server A and this server send the call to my server B.

i receive the call on my asterisk but the agc/vicidial.php with the CLOSER campaign dont receive the call and nether the softphone.

what happen?

regards

PostPosted: Mon Aug 14, 2006 9:26 pm
by mflorell
Please post real Asterisk CLI output(not asterisk -r) of a call coming in.

PostPosted: Tue Aug 15, 2006 3:01 pm
by m160858
mflorell wrote:Please post real Asterisk CLI output(not asterisk -r) of a call coming in.


i see a fail message in the insert

-- Executing AGI("SIP/105-dc2c", "call_log.agi|918004170981") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
+++++ CALL LOG START : |1155671773.8|SIP/105-dc2c|918004170981|SIP|7071000|2006-08-15 14:56:13
-- AGI Script call_log.agi completed, returning 0
-- Executing Dial("SIP/105-dc2c", "Zap/g1/0018004170981|55|tTo") in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called g1/0018004170981
-- Zap/1-1 is proceeding passing it to SIP/105-dc2c
-- Zap/1-1 is making progress passing it to SIP/105-dc2c
-- Accepting AUTHENTICATED call from 64.76.202.9:
> requested format = gsm,
> requested prefs = (ulaw|alaw|gsm),
> actual format = gsm,
> host prefs = (gsm),
> priority = mine
-- Executing Ringing("IAX2/64.76.202.9:4569-1", "") in new stack
-- Executing Wait("IAX2/64.76.202.9:4569-1", "1") in new stack
-- Executing Answer("IAX2/64.76.202.9:4569-1", "") in new stack
-- Executing AGI("IAX2/64.76.202.9:4569-1", "agi-VDADcloser_inboundCID.agi|SALESLINE-----8004170981-----Closer---------------999-----1") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDADcloser_inboundCID.agi
Perl Environment Dump:
0|SALESLINE-----8004170981-----Closer---------------999-----1|
AGI Environment Dump:
-- accountcode =
-- callerid = 2122017278
-- calleridname = 2122017278
-- callingani2 = 0
-- callingpres = 0
-- callingtns = 0
-- callington = 0
-- channel = IAX2/64.76.202.9:4569-1
-- context = default
-- dnid = unknown
-- enhanced = 0.0
-- extension = 8004170981
-- language = en
-- priority = 4
-- rdnis = unknown
-- request = agi-VDADcloser_inboundCID.agi
-- type = IAX2
-- uniqueid = 1155671778.10

INBOUND CALL VDCL STARTED
+++++ INBOUND CALL VDCL STARTED : |1155671778.10|SALESLINE|IAX2/64.76.202.9:4569-1|8004170981|IAX2|2122017278-8004170981|2006-08-15 14:56:20
AGI Environment Dump: |1155671778.10|IAX2/64.76.202.9:4569-1|8004170981|IAX2|2122017278|

INBOUND CALL RECEIVED IN FROM VDCL: 2122017278 IAX2/64.76.202.9:4569-1
+++++ INBOUND VDCL START : |1155671778.10|IAX2/64.76.202.9:4569-1|8004170981|IAX2|2006-08-15 14:56:20

|INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now,comments) values('2006-08-15 14:56:20','20060815145620','INBND','8004170981','SALESLINE','VDCL','999','Y','1','2122017278','SALESLINE','1','-5.00','2122017278');|240|
FAIL (unexpected result '')
callerID changed: Y0815145620000000240

|INSERT INTO vicidial_auto_calls values('','192.168.1.1','SALESLINE','LIVE','240','1155671778.10','Y0815145620000000240','IAX2/64.76.202.9:4569-1','1','2122017278','2006-08-15 14:56:20','IN')|

|INSERT INTO vicidial_closer_log (lead_id,campaign_id,call_date,start_epoch,status,phone_code,phone_number,user,processed) values('240','SALESLINE','2006-08-15 14:56:20','1155671780','QUEUE','1','2122017278','VDCL','N')|
-- VDCL : |240|insert to vicidial_closer_log


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 14:56:20" and lead_id != '240';|
WWWWWWWW VDAD XFER WAIT: |1|SALESLINE|IAX2/64.76.202.9:4569-1|Y0815145620000000240|1155671778.10|
-- Zap/1-1 answered SIP/105-dc2c
== Forcing Marker bit, because SSRC has changed


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 14:56:20" and lead_id != '240';|
WWWWWWWW VDAD XFER WAIT: |1|SALESLINE|IAX2/64.76.202.9:4569-1|Y0815145620000000240|1155671778.10|

PostPosted: Tue Aug 15, 2006 3:15 pm
by mflorell
that Fail is not an error and is not causing a problem. If noone is logged in are there any records in your vicidial_auto_calls table? If so make sure you delete it because it looks like VICIDIAL is waiting for a non-existant call to be sent on to an agent before sending this live call on.

PostPosted: Tue Aug 15, 2006 4:50 pm
by m160858
mflorell wrote:that Fail is not an error and is not causing a problem. If noone is logged in are there any records in your vicidial_auto_calls table? If so make sure you delete it because it looks like VICIDIAL is waiting for a non-existant call to be sent on to an agent before sending this live call on.


who must be login in? the agents or the conferences?
my outbound calls works when I am login into the conference; but just records in vicidial_auto_calls when i login like agent.

how can i do for loggin both agents and conferences in the same time?

PostPosted: Tue Aug 15, 2006 6:44 pm
by mflorell
I really don't know what you are asking here. In VICIDIAL an agent must stay on the phone to receive phone calls.

PostPosted: Tue Aug 15, 2006 7:03 pm
by m160858
mflorell wrote:I really don't know what you are asking here. In VICIDIAL an agent must stay on the phone to receive phone calls.


Repeat:

1.- if i login like agent (example: SIP/105) and i try to call from vicidial (agc/vicidial.php) ... the call never arrives at my softphone

2.- if i login to a meet room (example: 8600051) and i try to call from vicidial (agc/vicidial.php) ... the call arrives at my softphone

3.- if i login like agent (example: SIP/105) and i try to receive from vicidial (agc/vicidial.php) ... the call never arrives at my softphone and nether insert data to the DB (vicidial_auto_calls)

4.- if i login to a meet room (example: 8600051) and i try to call from vicidial (agc/vicidial.php) ... the call never arrives at my softphone but insert data to the DB (vicidial_auto_calls)

PostPosted: Tue Aug 15, 2006 8:11 pm
by mflorell
You most likely have misconfigured something. Please post the most recent records in the vicidial_manager table and Asterisk CLO output after an unsuccessful agent login to vicidial.php.

PostPosted: Tue Aug 15, 2006 8:46 pm
by m160858
mflorell wrote:You most likely have misconfigured something. Please post the most recent records in the vicidial_manager table and Asterisk CLO output after an unsuccessful agent login to vicidial.php.


Mmmm, my vicidial_manager table is empty.
Otherwise, this my CLI (asterisk -r). I'm a server A that receive the call and then send it to the server B (my vicidial)

-- Executing AGI("SIP/105-41bc", "call_log.agi|918004170981") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
-- AGI Script call_log.agi completed, returning 0
-- Executing Dial("SIP/105-41bc", "Zap/g1/0018004170981|55|tTo") in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called g1/0018004170981
-- Zap/1-1 is proceeding passing it to SIP/105-41bc
-- Zap/1-1 is making progress passing it to SIP/105-41bc
-- Accepting AUTHENTICATED call from 64.76.202.9:
> requested format = gsm,
> requested prefs = (ulaw|alaw|gsm),
> actual format = gsm,
> host prefs = (gsm),
> priority = mine
-- Executing Ringing("IAX2/64.76.202.9:4569-1", "") in new stack
-- Executing Wait("IAX2/64.76.202.9:4569-1", "1") in new stack
-- Executing Answer("IAX2/64.76.202.9:4569-1", "") in new stack
-- Executing AGI("IAX2/64.76.202.9:4569-1", "agi-VDADcloser_inboundCID.agi|SALESLINE-----8004170981-----Closer---------------999-----1") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDADcloser_inboundCID.agi
-- Zap/1-1 answered SIP/105-41bc
== Forcing Marker bit, because SSRC has changed
-- Channel 'IAX2/64.76.202.9:4569-1' unable to transfer
== Forcing Marker bit, because SSRC has changed


this is my CLI

-- Executing AgentLogin("SIP/105-c8b4", "5105") in new stack
-- Playing 'agent-incorrect' (language 'en')
-- Playing 'agent-loginok' (language 'en')
-- Started music on hold, class 'default', on SIP/105-c8b4
== Agent '105' logged in (format gsm/gsm)
-- Executing AGI("SIP/106-8cd9", "call_log.agi|918004170981") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/call_log.agi
+++++ CALL LOG START : |1155692452.5|SIP/106-8cd9|918004170981|SIP|106|2006-08-15 20:40:52
-- AGI Script call_log.agi completed, returning 0
-- Executing Dial("SIP/106-8cd9", "Zap/g1/0018004170981|55|tTo") in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called g1/0018004170981
-- Zap/1-1 answered SIP/106-8cd9
== Forcing Marker bit, because SSRC has changed
-- Accepting AUTHENTICATED call from 64.76.202.9:
> requested format = gsm,
> requested prefs = (ulaw|alaw|gsm),
> actual format = gsm,
> host prefs = (gsm),
> priority = mine
-- Executing Ringing("IAX2/64.76.202.9:4569-2", "") in new stack
-- Executing Wait("IAX2/64.76.202.9:4569-2", "1") in new stack
-- Executing Answer("IAX2/64.76.202.9:4569-2", "") in new stack
-- Executing AGI("IAX2/64.76.202.9:4569-2", "agi-VDADcloser_inboundCID.agi|SALESLINE-----8004170981-----Closer---------------999-----1") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDADcloser_inboundCID.agi
Perl Environment Dump:
0|SALESLINE-----8004170981-----Closer---------------999-----1|
AGI Environment Dump:
-- accountcode =
-- callerid = 2122017278
-- calleridname = 2122017278
-- callingani2 = 0
-- callingpres = 0
-- callingtns = 0
-- callington = 0
-- channel = IAX2/64.76.202.9:4569-2
-- context = default
-- dnid = unknown
-- enhanced = 0.0
-- extension = 8004170981
-- language = en
-- priority = 4
-- rdnis = unknown
-- request = agi-VDADcloser_inboundCID.agi
-- type = IAX2
-- uniqueid = 1155692457.7

INBOUND CALL VDCL STARTED
+++++ INBOUND CALL VDCL STARTED : |1155692457.7|SALESLINE|IAX2/64.76.202.9:4569-2|8004170981|IAX2|2122017278-8004170981|2006-08-15 20:40:58
AGI Environment Dump: |1155692457.7|IAX2/64.76.202.9:4569-2|8004170981|IAX2|2122017278|

INBOUND CALL RECEIVED IN FROM VDCL: 2122017278 IAX2/64.76.202.9:4569-2
+++++ INBOUND VDCL START : |1155692457.7|IAX2/64.76.202.9:4569-2|8004170981|IAX2|2006-08-15 20:40:58

|INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now,comments) values('2006-08-15 20:40:58','20060815204058','INBND','8004170981','SALESLINE','VDCL','999','Y','1','2122017278','SALESLINE','1','-5.00','2122017278');|254|
FAIL (unexpected result '')
callerID changed: Y0815204058000000254

|INSERT INTO vicidial_auto_calls values('','192.168.1.1','SALESLINE','LIVE','254','1155692457.7','Y0815204058000000254','IAX2/64.76.202.9:4569-2','1','2122017278','2006-08-15 20:40:58','IN')|

|INSERT INTO vicidial_closer_log (lead_id,campaign_id,call_date,start_epoch,status,phone_code,phone_number,user,processed) values('254','SALESLINE','2006-08-15 20:40:58','1155692458','QUEUE','1','2122017278','VDCL','N')|
-- VDCL : |254|insert to vicidial_closer_log


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|
== Parsing '/etc/asterisk/manager.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


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|
-- Hungup 'Zap/1-1'
== Spawn extension (default, 918004170981, 2) exited non-zero on 'SIP/106-8cd9'


|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='192.168.1.1' and campaign_id = 'SALESLINE' and call_time < "2006-08-15 20:40:58" and lead_id != '254';|
WWWWWWWW VDAD XFER WAIT: |4|SALESLINE|IAX2/64.76.202.9:4569-2|Y0815204058000000254|1155692457.7|
== Spawn extension (default, 8004170981, 4) exited non-zero on 'IAX2/64.76.202.9:4569-2'
-- Hungup 'IAX2/64.76.202.9:4569-2'

vicidial_auto_calls table

32 192.168.1.1 SALESLINE LIVE 254 1155692457.7000000 Y0815204058000000254 IAX2/64.76.202.9:4569-2 1 2122017278 2006-08-15 20:40:58 IN

PostPosted: Wed Aug 16, 2006 6:25 am
by mflorell
VICIDIAL does not use "Asterisk Agents" That's probably your biggest problem on that side. I suggest you download the VICIDIAL Agent Manual from eflo.net

As for the IAX would not transfer. I've never seen that error before. How do you have your IAX.conf setup on each side?