Page 1 of 1

Call getting directly hungup

PostPosted: Thu Feb 15, 2018 5:06 am
by vijaymuddu
I have installed vicidial from scratch, but when trying to call inbound on my E1, call directly gets hungup below is my asterisk cli

Accepting call from '08850348681' to '49063400' on channel 0/12, span 1
-- Executing [49063400@trunkinbound:1] AGI("DAHDI/i1/08850348681-3", "agi-DID_route.agi") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-DID_route.agi
-- AGI Script Executing Application: (Monitor) Options: (wav,/var/spool/asterisk/monitor/MIX/20180215045911_49063400_08850348681)
-- <DAHDI/i1/08850348681-3>AGI Script agi-DID_route.agi completed, returning 0
-- Executing [99909*2***DID@default:1] Answer("DAHDI/i1/08850348681-3", "") in new stack
-- Executing [99909*2***DID@default:2] AGI("DAHDI/i1/08850348681-3", "agi-VDAD_ALL_inbound.agi") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDAD_ALL_inbound.agi
-- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
-- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
-- <DAHDI/i1/08850348681-3>AGI Script agi-VDAD_ALL_inbound.agi completed, returning 0
-- Executing [99909*2***DID@default:3] Hangup("DAHDI/i1/08850348681-3", "") in new stack
== Spawn extension (default, 99909*2***DID, 3) exited non-zero on 'DAHDI/i1/08850348681-3'
-- Executing [h@default:1] AGI("DAHDI/i1/08850348681-3", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
-- <DAHDI/i1/08850348681-3>AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
-- Hungup 'DAHDI/i1/08850348681-3'

What is causing call to Hangup, idealy it should land in to ingroup which i have set in vicidial , i am using default asterisk trunkinbound plan
Please anybody can guide me

Re: Call getting directly hungup

PostPosted: Thu Feb 15, 2018 6:42 am
by blackbird2306
Post us all your DID settings. Especially what is selected for "In-Group ID", "User Unavailable Action" and "User Route Settings In-Group".

Re: Call getting directly hungup

PostPosted: Thu Feb 15, 2018 3:41 pm
by vijaymuddu
Thanks, blackbird for your response

issue has been fixed now there was some problem in database might be some tables were corrupt, did mysql repair and issue resolved