Hey Everyone,
Have a puzzle
When I set AGENTVMAIL for the Drop Call Settings in the Agent Direct inbound the system is not directing the call to the agents extension.
AGENTVMAIL is working for the other settings in Agent Direct "No Agent No Queue... etc " just not for the Drop Call
It is defaulting to a main voicemail box\ext "700" Deleted this voicemail box from Admin/Voicemail and deleted from var/spool/asterisk/voicemail/default
Checked voicemail.conf and the "700" voicemail box is not there, but the system is still trying to find it rather than AGENTVMAIL
Here is the CLI: (From when it transfers from the call menu to Agent Direct Extension trying to reach is 205)
[Aug 14 11:27:29] -- Executing [205@TollFreeInbound:1] Playback("SIP/vitel-inbound-000000cb", "/var/lib/asterisk/sounds/transfer") in new stack
[Aug 14 11:27:29] -- <SIP/vitel-inbound-000000cb> Playing '/var/lib/asterisk/sounds/transfer' (language 'en')
[Aug 14 11:27:31] -- Executing [205@TollFreeInbound:2] AGI("SIP/vitel-inbound-000000cb", "agi-AGENT_route.agi|999999999999---AGENTDIRECT") in new stack
[Aug 14 11:27:31] -- Launched AGI Script /var/lib/asterisk/agi-bin/agi-AGENT_route.agi
[Aug 14 11:27:31] ERROR[18328]: utils.c:967 ast_carefulwrite: write() returned error: Broken pipe
[Aug 14 11:27:31] ERROR[18328]: utils.c:967 ast_carefulwrite: write() returned error: Broken pipe
[Aug 14 11:27:31] -- AGI Script agi-AGENT_route.agi completed, returning 0
[Aug 14 11:27:31] -- Executing [99909*1*AGENTDIRECT*205*@default:1] Answer("SIP/vitel-inbound-000000cb", "") in new stack
[Aug 14 11:27:31] -- Executing [99909*1*AGENTDIRECT*205*@default:2] AGI("SIP/vitel-inbound-000000cb", "agi-VDAD_ALL_inbound.agi") in new stack
[Aug 14 11:27:31] -- Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDAD_ALL_inbound.agi
[Aug 14 11:27:32] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Aug 14 11:27:32] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Aug 14 11:27:33] -- SIP/vitel-outbound-000000ca answered SIP/251-000000c9
[Aug 14 11:27:33] -- Started music on hold, class 'default', on SIP/vitel-inbound-000000cb
[Aug 14 11:27:38] -- Stopped music on hold on SIP/vitel-inbound-000000cb
[Aug 14 11:27:38] -- Started music on hold, class 'default', on SIP/vitel-inbound-000000cb
[Aug 14 11:27:53] -- Stopped music on hold on SIP/vitel-inbound-000000cb
[Aug 14 11:27:53] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Aug 14 11:27:53] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Aug 14 11:27:53] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Aug 14 11:27:53] -- Playing 'sip-silence' (escape_digits=) (sample_offset 0)
[Aug 14 11:27:53] ERROR[18328]: utils.c:967 ast_carefulwrite: write() returned error: Broken pipe
[Aug 14 11:27:53] -- AGI Script agi-VDAD_ALL_inbound.agi completed, returning 0
[Aug 14 11:27:53] -- Executing [85026666666666700@default:1] Wait("SIP/vitel-inbound-000000cb", "1") in new stack
[Aug 14 11:27:54] -- Executing [85026666666666700@default:2] VoiceMail("SIP/vitel-inbound-000000cb", "700|u") in new stack
[Aug 14 11:27:54] WARNING[18328]: app_voicemail.c:4203 leave_voicemail: No entry in voicemail config file for '700'
[Aug 14 11:27:54] -- Executing [85026666666666700@default:3] Hangup("SIP/vitel-inbound-000000cb", "") in new stack
[Aug 14 11:27:54] == Spawn extension (default, 85026666666666700, 3) exited non-zero on 'SIP/vitel-inbound-000000cb'
[Aug 14 11:27:54] -- Executing [h@default:1] DeadAGI("SIP/vitel-inbound-000000cb", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
[Aug 14 11:27:54] -- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
Settings for Drop Call in Agent Direct:
Drop Call Seconds: 20 HELP
Drop Action: Voicemail HELP
Drop Exten: 8307 HELP
Voicemail: AGENTVMAIL voicemail chooser
Is there another place I need to go delete "700" vm? Checkked the sql db / extensions.conf etc cant find a reference to it
Thanks!