Hello Experts,
We are using Vicidial version 2.6-381a with Asterisk 1.4.44-VICI, I am having an issue with one of my user extension 508, the 508 suppose to ring to two extension 508 and 801 simultaneity as per dial plan but it only rings to 508, the dial-plan for 508 which is setup properly to ring to both extns as shown below can someone please help me figure this out. Thanks
exten => 3508,1,AGI(agi://127.0.0.1:4577/call_log)
exten => 3508,n,AGI(agi-NVA_recording.agi,BOTH------Y---Y---Y)
exten => 3508,n,Wait,2
exten => 3508,n,Playback(/var/lib/asterisk/sounds/44048020)
exten => 3508,n,Wait,2
exten => 3508,n,Playback(/var/lib/asterisk/sounds/85100075)
exten => 3508,n,Wait,2
exten => 3508,n,Dial(SIP/508&SIP/801,15,Ttr)
exten => 3508,n,Wait,2
exten => 3508,n,Playback(/var/lib/asterisk/sounds/85100031)
exten => 3508,n,Dial(SIP/508&SIP/801&SIP/505&SIP/507&SIP/509,15,Ttr)
exten => 3508,n,Wait,2
exten => 3508,n,Playback(/var/spool/asterisk/voicemail/default/508/unavail)
exten => 3508,n,VoiceMail(508@default)