<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">thank you for sharing your experience</div><div dir="ltr"><br><div>my goal is simple auto calling from esl to a list of numbers(callers) when callers answer phone and then i will bridge to callcenter module</div><div><br></div><div>to check the callers answer or not of originate command, i use the event-name "BACKGROUND_JOB". the message body to check is "_body": "-ERR USER_BUSY\n"/"-ERR NO_ANSWER\n"/"-ERR DESTINATION_OUT_OF_ORDER\n"...</div><div><br></div><div>to check the callers is answered by the agents of callcenter i use the event-name "CUSTOM" and event-nameĀ  "bridge-agent-start"</div><div><br></div><div>that is my dial manger logic</div><div><br></div><div>is there any suggestion</div><div><br></div><div>thank you</div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Sep 5, 2018 at 2:19 AM Matthew Grooms <<a href="mailto:matthew@brightfire.net">matthew@brightfire.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    To originate and connect directly to mod_callcenter, you should be
    able to just call the application with the queue name ...
    <p>originate orgination-string &callcenter(queue-name)</p>
    <p>for example:</p>
    orginate sofia/gateway/mygateway/+15555555555
    &callcenter(1000@default)<br>
    <br>
    It sounds like your trying to do outbound call center dialing. I
    have an extension configured for each call center queue. My external
    dial manager calls into freeswitch to launch a lua script with a
    bunch of arguments. That script does an originate, checks if a
    person or a machine answered ( AMD module + a bunch of other checks
    ) and then transfers people to the extension associated with the
    call center queue. It's not difficult with a little trial and error.
    The hard part is building the dial manger logic :/<br>
    <p>Hope this helps,<br>
    </p>
    <p>-Matthew</p>
    <div class="m_-5614155359163389295moz-cite-prefix">On 8/31/2018 12:32 PM, Do Nguyen Ha
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">
        <div dir="ltr">
          <div dir="ltr">Hi
            <div><br>
            </div>
            <div>i read on the freeswitch website about a syntax of the
              originate command</div>
            <div><br>
            </div>
            <div>there are a lot of examples show how to use it, but
              there is no example to make a new call(callA) and then
              bridge a call(callA) to call center module(callcenter
              application)</div>
            <div><br>
            </div>
            <div>example to make call and bridge a call to another
              number</div>
            <div>originateĀ user/1000 &bridge(user/100)</div>
            <div><br>
            </div>
            <div>please help</div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="m_-5614155359163389295mimeAttachmentHeader"></fieldset>
      <br>
      <pre>_________________________________________________________________________
Professional FreeSWITCH Services
<a class="m_-5614155359163389295moz-txt-link-abbreviated" href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a>
<a class="m_-5614155359163389295moz-txt-link-freetext" href="https://freeswitch.com" target="_blank">https://freeswitch.com</a>

Official FreeSWITCH Sites
<a class="m_-5614155359163389295moz-txt-link-freetext" href="https://freeswitch.com/oss" target="_blank">https://freeswitch.com/oss</a>
<a class="m_-5614155359163389295moz-txt-link-freetext" href="https://freeswitch.org/confluence" target="_blank">https://freeswitch.org/confluence</a>
<a class="m_-5614155359163389295moz-txt-link-freetext" href="https://cluecon.com" target="_blank">https://cluecon.com</a>

FreeSWITCH-users mailing list
<a class="m_-5614155359163389295moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="m_-5614155359163389295moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="m_-5614155359163389295moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="m_-5614155359163389295moz-txt-link-freetext" href="https://freeswitch.com" target="_blank">https://freeswitch.com</a></pre>
    </blockquote>
    <br>
  </div>

_________________________________________________________________________<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a></blockquote></div>