Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
exten => _90X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _90X.,2,Dial(SIP/01144${EXTEN:2}@SIP01,,tTo)
exten => _90X.,3,Hangup
exten => _90XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _90XXXXXXXXXX,2,Dial(SIP/${EXTEN}@SIP01,,tTo)
exten => _90XXXXXXXXXX,3,Hangup
williamconley wrote:if you uploaded the phone numbers into vicidial with 01423223879 as a sample phone (which has the phone code included as part of the phone number), then you can set the campaign to "omit" the phone code field (which may have another digit in it, depending on how you uploaded). This way any entries in phone code will be ignored and no longer something we care about. That's a setting on the campaign. Omit Phone Code. Set to Yes.
Then put a 9 in the campaign "dial prefix".
Then the campaign will dial "901423223879" and that is what will be sent to the Dialplan Entry in the Carrier for your Vicidial server. Next we want that carrier dialplan entry to just pass that through without changing it because it's "correct" already, right?
So:
- Code: Select all
exten => _90XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _90XXXXXXXXXX,2,Dial(SIP/${EXTEN}@SIP01,,tTo)
exten => _90XXXXXXXXXX,3,Hangup
Note that the Dial Pattern is now quite specific to this situation. It will only be activated by dialing a 12 digit extension starting with 90 and will pass that extension straight through without any changes to SIP01 (whoever that is).
This is good because it will allow for future expansion without collision with this dial pattern. The new patterns will be able to be active without disabling this one. So future number uploads can be handled properly without shutting this campaign down.
I will suggest, however, that you will need to bypass your Trixbox server when you go into production. There is not a Trixbox server built that can keep up with a Vicidial server at full production.
Not to mention that Trixbox is discontinued anyway. LOL
PS: We also convert from ACT! SQL version to SugarCRM CE for clients trying to get away from that legacy system.
williamconley wrote:put your own phone number in the queue. you'll find out about the delay if there is one quite easily.
vicidial's delay is minimal, but dependent upon your system's power as well.
if you have a virtual system or a large lag time to the VOIP provider ... vicidial can't control those at all.
did you post details about your system? i don't think i see them ... too bad.
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 118 guests