Project

General

Profile

Dialplan Entry

Added by saad laassiri about 11 years ago

hello,
I'm new to the world of goautodial and I'm not strong in french.
Anyway, I started work on this jus'que CRM and now I got to install Centos and enter the administration page goautodial, and then I made a few steps, but I got to this point:

Dialplan Entry:

U.S.:

exten => _91XXXXXXXXXX, 1, AGI (acted :/ / 127.0.0.1:4577 / call_log)
exten => _91XXXXXXXXXX, 2, Dial (SIP / $ {EXTEN: 1} @ goautodial, tTo)
exten => _91XXXXXXXXXX, 3, Hangup
UK:

exten => _944., 1, AGI (acted :/ / 127.0.0.1:4577 / call_log)
exten => _944, 2, Dial (SIP / $ {EXTEN: 1} @ goautodial, tTo).
exten => _944, 3, Hangup
Australia:

exten => _961., 1, AGI (acted :/ / 127.0.0.1:4577 / call_log)
exten => _961, 2, Dial (SIP / $ {EXTEN: 1} @ goautodial, tTo).
exten => _961, 3, Hangup

But I would like a setup for France, so I do not not know what I should do.

Thank you to answer me as fast as possible


Replies (1)

RE: Dialplan Entry - Added by Levy Ryan Nolasco about 11 years ago

Hi,

Kindly try the dialplan below. Where your campaign dial prefix is 8 and softphone dial prefix is 833+phone number

exten => _833.,1,AGI
exten => _833.,2,Dial(SIP/${EXTEN:1}@goautodial,,tTo)
exten => _833.,3,Hangup

Regards,
Ryan

    (1-1/1)
    Go to top