Page 1 of 1

Routing Extension 8369 AMD not working.

PostPosted: Tue Jul 30, 2024 12:06 am
by Farzvoip
Hello all,

I ahev installed ViciBox_v10.x86_64-10.0.2.iso on my cloud server, but running outbound camp withrouting extension 8369, but its unable to filter AMD properly voicemail is hitting to agents session,

Can anybody help me out from this issue


Thanks


VERSION: 2.14-924a
BUILD: 240716-1453
© 2024 ViciDial Group
Asteris version 13.38.3-vici, installed ViciBox_v10.x86_64-10.0.2.iso
SVN Version: 3856
server Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz

Re: Routing Extension 8369 AMD not working.

PostPosted: Tue Jul 30, 2024 11:02 pm
by williamconley
Try this:

nano +518 /etc/asterisk/extensions.conf

Original:
Code: Select all
exten => 8369,1,AGI(agi://127.0.0.1:4577/call_log)
exten => 8369,n,Playback(sip-silence)
exten => 8369,n,AMD(2000,2000,1000,5000,120,50,4,256)
exten => 8369,n,AGI(VD_amd.agi,${EXTEN})
exten => 8369,n,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----LB-----${CONNECTEDLINE(name)})
exten => 8369,n,Hangup()


duplicatre the 2nd line: Playback(sip-silence)
Code: Select all
exten => 8369,1,AGI(agi://127.0.0.1:4577/call_log)
exten => 8369,n,Playback(sip-silence)
exten => 8369,n,Playback(sip-silence)
exten => 8369,n,AMD(2000,2000,1000,5000,120,50,4,256)
exten => 8369,n,AGI(VD_amd.agi,${EXTEN})
exten => 8369,n,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----LB-----${CONNECTEDLINE(name)})
exten => 8369,n,Hangup()


And: Excellent job posting your system specs. 8-)