Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
[default]
; dial a long distance outbound number
; This 'o' Dial flag is VERY important for VICIDIAL on outbound calls
exten => 1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => 1NXXNXXXXXX,2,Dial(${TRUNK}/${EXTEN:1},,To)
exten => 1NXXNXXXXXX,3,Hangup
[default]
; dial a long distance outbound number
; This 'o' Dial flag is VERY important for VICIDIAL on outbound calls
exten => _1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1NXXNXXXXXX,2,Dial(${TRUNK}/${EXTEN:1},,To)
exten => _1NXXNXXXXXX,3,Hangup
; Extension 7275551212 - Inbound local number from PRI with 10 digit delivery
exten => NXXNXXXXXX,1,Ringing
exten => NXXNXXXXXX,2,Wait(1)
exten => NXXNXXXXXX,3,AGI(agi://127.0.0.1:4577/call_log--fullCID--${EXTEN}-----${CALLERID}-----${CALLERIDNUM}-----${CALLERIDNAME})
exten => NXXNXXXXXX,4,Answer
exten => NXXNXXXXXX,5,Dial(iax2/2300,30,To)
exten => NXXNXXXXXX,6,Voicemail,u2300
exten => 2300,1,Dial(iax2/2300,30,To)
exten => 2300,n,Voicemail(u2300)
exten => 2300,n,Hangup()
I have been looking into why vicidial stops dialing after few calls. Vicidial is set to dial 5 calls per second with a max of 16 lines. That isn't where the problem lies. I can't try freepbx right now, DAHDI drivers for Rhino cards aren't exactly easy to install. I dug into live monitoring while emulating a dialing environment and found out the pri is going congested with the d-channel going down before a bunch of SAMBE mesasges. I have been spending the last 3 weeks trying to get rid of the congestion. No luck. AT&T, not surprisingly, doesn't want to help figure out where the congestion is being caused. Rhino, the manufacturer of the t1 card, looked into what was going on. They setup the zaptel configs to what they use for AT&T voice pri. Still get congested. Rhino is at a loss since all their known working settings aren't working for me. Since asterisk is coming up with congestion, even freepbx may end up with the same problem. For now, I am sticking with trixbox.
This project is close to being scrapped, along with my job. Countless hours of searching have turned up nothing for the correct settings to connect to an AT&T pri. I have smashed into a brick wall and have no idea what to do.
-- Executing Dial("Local/1XXXXXXXXXX@default-2380,2", "Zap/g1/11XXXXXXXXXX||To") in new stack
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 68 guests