<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Thanks guys. The conference_enforce_security=true was the issue. I’m able to add a pin to the originate command line and webapi now with that entry.<div class=""><br class=""></div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jan 31, 2020, at 6:06 AM, Nathan Neulinger <<a href="mailto:nneul@mst.edu" class="">nneul@mst.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" class="">
<div class="">
<div class="moz-cite-prefix">See if below helps if you add it to the
originate webapi call: (You'll need to encode it for query
parameter usage.)<br class="">
</div>
<div class="moz-cite-prefix"><br class="">
</div>
<div class="moz-cite-prefix"><a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_conference" class="">https://freeswitch.org/confluence/display/FREESWITCH/mod_conference</a></div>
<div class="moz-cite-prefix"><br class="">
</div>
<div class="moz-cite-prefix">---------------------------</div>
<div class="moz-cite-prefix">conference_enforce_security <br class="">
<div class="">Allows the conference security to be overridden. This applies
in two different scenarios, one for inbound and one for
outbound.<br class="">
<br class="">
By default, conference security is always applied to inbound
calls and is always skipped for outbound calls.<br class="">
<br class="">
Inbound<br class="">
<br class="">
<action application="set"
data="conference_enforce_security=false"/><br class="">
<action application="conference" data="3000"/><br class="">
Outbound<br class="">
<br class="">
originate {conference_enforce_security=true}sofia/internal/1001
&conference(3000)</div>
<div class="">-------------------------<br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<hr id="rwhMsgHdrDivider" style="border:0;border-top:1px solid
#B5C4DF;padding:0;margin:10px 0 5px 0;width:100%;" class="">
<div style="font-family: Tahoma !important; font-size: 13px !important;" class=""><b class="">From:</b> David
Villasmil [<a class="moz-txt-link-freetext" href="mailto:david.villasmil.work@gmail.com">mailto:david.villasmil.work@gmail.com</a>]</div>
<div style="font-family: Tahoma !important; font-size: 13px !important;" class=""><b class="">Sent:</b> Friday,
January 31, 2020, 4:02 AM</div>
<div style="font-family: Tahoma !important; font-size: 13px !important;" class=""><b class="">To:</b> FreeSWITCH
Users Help <a class="moz-txt-link-rfc2396E" href="mailto:freeswitch-users@lists.freeswitch.org"><freeswitch-users@lists.freeswitch.org></a></div>
<div style="font-family: Tahoma !important; font-size: 13px !important;" class=""><b class="">Cc:</b> Nathan
Neulinger <a class="moz-txt-link-rfc2396E" href="mailto:nneul@mst.edu"><nneul@mst.edu></a></div>
<div style="font-family: Tahoma !important; font-size: 13px !important;" class=""><b class="">Subject:</b>
[Freeswitch-users] Requiring Pin of "1" for all conferences +
announcement</div>
<br class="">
</div>
</div>
<blockquote type="cite" cite="mid:CAFGRPVpNc05C_b7HUy_Shhx-vcAkCW8GuCQuKLza0gt9POjg8g@mail.gmail.com" style="border:none !important; margin-left:0px !important;
margin-right:0px !important; margin-top:0px !important;
padding-left:0px !important; padding-right:0px !important" class="">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" class="">
<div class="">
<div dir="auto" class="">Does that api request treats & as fs or as a
variable separator? I wonder... never used the web api,
though. </div>
<div dir="auto" class=""><br class="">
</div>
<div dir="auto" class="">I think you’d be better off using ESL.</div>
<div dir="auto" class=""><br class="">
</div>
<div dir="auto" class="">Regards,</div>
<div dir="auto" class=""><br class="">
</div>
<div dir="auto" class="">David</div>
</div>
<div class=""><br class="">
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Fri, 31 Jan 2020 at
08:48, Spencer Angerbauer <<a href="mailto:spencer.angerbauer@gmail.com" moz-do-not-send="true" class="">spencer.angerbauer@gmail.com</a>>
wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="border:none !important;
margin-left:0px !important; margin-right:0px !important;
margin-top:0px !important; padding-left:0px !important;
padding-right:0px !important">
<div style="word-wrap:break-word;line-break:after-white-space" class="">Thanks
Nathan for the quick reply. We are creating our
conferences through the webapi and triggering a web
request for each number joining a particular call with the
same conference ID… so for example, if we were bridging 3
calls, we are sending a GET post to the API sequentially
by the following example phone numbers:
<div class=""><br class="">
</div>
<div class="">
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica
Neue";color:rgb(220,161,13)" class=""><a href="http://12.34.56.78:8080/webapi/originate?sofia/gateway/signalwire/15555555555%20&conference(1234)" target="_blank" style="font-family:"Helvetica
Neue"" moz-do-not-send="true" class="">http://12.34.56.78:8080/webapi/originate?sofia/gateway/signalwire/15555555555%20&conference<span style="font-family:"Helvetica
Neue";color:rgb(0,0,0)" class="">(1234)</span></a></div>
</div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica
Neue";color:rgb(220,161,13)" class=""><a href="http://12.34.56.78:8080/webapi/originate?sofia/gateway/signalwire/17777777777%20&conference(1234)" target="_blank" style="font-family:"Helvetica
Neue"" moz-do-not-send="true" class="">http://12.34.56.78:8080/webapi/originate?sofia/gateway/signalwire/17777777777%20&conference<span style="font-family:"Helvetica
Neue";color:rgb(0,0,0)" class="">(1234)</span></a></div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica
Neue";color:rgb(220,161,13)" class=""><a href="http://12.34.56.78:8080/webapi/originate?sofia/gateway/signalwire/18888888888%20&conference(1234)" target="_blank" style="font-family:"Helvetica
Neue"" moz-do-not-send="true" class="">http://12.34.56.78:8080/webapi/originate?sofia/gateway/signalwire/18888888888%20&conference<span style="font-family:"Helvetica
Neue";color:rgb(0,0,0)" class="">(1234)</span></a></div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica
Neue";color:rgb(220,161,13)" class=""><span style="font-family:"Helvetica
Neue";color:rgb(0,0,0)" class=""><br class="">
</span></div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica
Neue";color:rgb(220,161,13)" class=""><span style="font-family:"Helvetica
Neue";color:rgb(0,0,0)" class=""><br class="">
</span></div>
<div style="margin:0px;font-stretch:normal;line-height:normal" class=""><font style="font-family:"Helvetica
Neue";color:rgb(0,0,0)" face="Helvetica Neue" class="">We’ve
tried to pass the pin via the webapi post without
luck, and as mentioned below have tried to even
hard-set the xml in conference.conf.xml to hardcoded
to “1” as the PIN with no luck.</font></div>
<div style="margin:0px;font-stretch:normal;line-height:normal" class=""><font style="font-family:"Helvetica
Neue";color:rgb(0,0,0)" face="Helvetica Neue" class=""><br class="">
</font></div>
<div style="margin:0px;font-stretch:normal;line-height:normal" class=""><font style="font-family:"Helvetica
Neue";color:rgb(0,0,0)" face="Helvetica Neue" class="">Is
there a way to require the pin from the Webapi example
above or even from the originate example here?:</font></div>
<div style="margin:0px;font-stretch:normal;line-height:normal" class=""><font style="font-family:"Helvetica
Neue";color:rgb(0,0,0)" face="Helvetica Neue" class=""><br class="">
</font></div>
<div style="margin:0px;font-stretch:normal;line-height:normal" class="">
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica
Neue"" class="">originate
sofia/gateway/signalwire/15555555555
&conference(1234)</div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica
Neue"" class=""><br class="">
</div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica
Neue"" class="">Thank you again Nathan for your quick
response today!</div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica
Neue"" class=""><br class="">
</div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:"Helvetica
Neue"" class="">-Spence</div>
</div>
</div>
<div style="word-wrap:break-word;line-break:after-white-space" class="">
<div class=""><br class="">
<div class=""><br class="">
<blockquote type="cite" style="border:none !important;
margin-left:0px !important; margin-right:0px
!important; margin-top:0px !important;
padding-left:0px !important; padding-right:0px
!important" class="">
<div class="">On Jan 30, 2020, at 7:02 PM, Nathan Neulinger
<<a href="mailto:nneul@mst.edu" target="_blank" moz-do-not-send="true" class="">nneul@mst.edu</a>>
wrote:</div>
<br class="">
<div class="">
<div class="">
<div class="">
<div id="m_-4667350391026142155rwhMsgHeader" class="">How
are you creating your conference?</div>
<div class=""><br class="">
</div>
<div class="">If you have that pin setting in the
conference profile named "mysettings", you
should be able to create your conference
using the "conference" application
specifying that profile.<br class="">
</div>
<div class=""><br class="">
</div>
<div class="">i.e.</div>
<div class=""><br class="">
</div>
<div class=""><action application="conference"
data="myconfname@mysettings" /></div>
<div class=""><br class="">
</div>
<div class="">or you can just do it on that create<br class="">
</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><action application="conference"
data="myconfname+1" /></div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">See docs here: <a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_conference" target="_blank" moz-do-not-send="true" class="">https://freeswitch.org/confluence/display/FREESWITCH/mod_conference</a>
</div>
</div>
<div class=""><br class="">
</div>
<div class="">-- Nathan<br class="">
</div>
<div class=""><br class="">
<hr id="m_-4667350391026142155rwhMsgHdrDivider" style="border-width:1px 0px
0px;border-top-style:solid;padding:0px;margin:10px
0px
5px;width:100%;border-top-color:rgb(181,196,223)" class="">
<div style="font-family:Tahoma;font-size:13px!important" class=""><b style="font-family:Tahoma" class="">From:</b>
Spencer Angerbauer [<a href="mailto:spencer.angerbauer@gmail.com" target="_blank" style="font-family:Tahoma" moz-do-not-send="true" class="">mailto:spencer.angerbauer@gmail.com</a>]</div>
<div style="font-family:Tahoma;font-size:13px!important" class=""><b style="font-family:Tahoma" class="">Sent:</b>
Thursday, January 30, 2020, 6:33 PM</div>
<div style="font-family:Tahoma;font-size:13px!important" class=""><b style="font-family:Tahoma" class="">To:</b>
FreeSWITCH Users Help <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank" style="font-family:Tahoma" moz-do-not-send="true" class=""><freeswitch-users@lists.freeswitch.org></a></div>
<div style="font-family:Tahoma;font-size:13px!important" class=""><b style="font-family:Tahoma" class="">Subject:</b>
[Freeswitch-users] Requiring Pin of "1"
for all conferences + announcement</div>
<br class="">
</div>
</div>
<blockquote type="cite" style="border:none
!important; margin-left:0px !important;
margin-right:0px !important; margin-top:0px
!important; padding-left:0px !important;
padding-right:0px !important" class=""> Just following
up after troubleshooting a variety of items…
is there an easier way to hard code the XML to
require PIN “1” in the conference.conf.xml
files for every and all conference calls on
the freeswitch pbx? It seems the issue is
requiring a PIN on a web api call or an
originate call from the console. I am simply
trying to hard set Pins for all conferences to
be “1” for testing purposes. Any help would
be greatly appreciated. Am I missing an
additional required parameter?
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class=""><br class="">
</div>
<div class="">-Spence<br class="">
<div class=""><br class="">
<blockquote type="cite" style="border:none
!important; margin-left:0px !important;
margin-right:0px !important;
margin-top:0px !important;
padding-left:0px !important;
padding-right:0px !important" class="">
<div class="">On Jan 23, 2020, at 10:28 PM,
Spencer Angerbauer <<a href="mailto:spencer.angerbauer@gmail.com" target="_blank" moz-do-not-send="true" class="">spencer.angerbauer@gmail.com</a>>
wrote:</div>
<br class="">
<div class="">
<div style="word-wrap:break-word;line-break:after-white-space" class="">Ive
also update all conference.con.xml
to include the following:
<div class=""><br class="">
</div>
<div class="">
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:Courier;background-color:rgb(215,211,183);color:rgb(132,134,4)" class=""><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(59,35,34)" class=""> </span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier" class=""><!--
Conference pin --></span></div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:Courier;background-color:rgb(215,211,183);color:rgb(20,152,2)" class=""><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(59,35,34)" class="">
</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(19,147,159)" class=""><param</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier" class="">
name=</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(176,0,178)" class="">"pin"</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier" class="">
value=</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(176,0,178)" class="">"1"</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier" class="">/</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(19,147,159)" class="">></span></div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:Courier;background-color:rgb(215,211,183);color:rgb(176,0,178)" class=""><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(59,35,34)" class="">
</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(19,147,159)" class=""><param</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(20,152,2)" class="">
name=</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier" class="">"moderator-pin"</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(20,152,2)" class="">
value=</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier" class="">"1”</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(20,152,2)" class="">/</span><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(19,147,159)" class="">></span></div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:Courier;background-color:rgb(215,211,183);color:rgb(176,0,178)" class=""><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(19,147,159)" class=""><br class="">
</span></div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:Courier;background-color:rgb(215,211,183);color:rgb(176,0,178)" class=""><span style="font-variant-ligatures:no-common-ligatures;font-family:Courier;color:rgb(19,147,159)" class=""><br class="">
</span></div>
<div class=""><br class="">
</div>
<div class="">But still no luck on pin
being required upon entrance
into a conference...</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<blockquote type="cite" style="border:none !important;
margin-left:0px !important;
margin-right:0px !important;
margin-top:0px !important;
padding-left:0px !important;
padding-right:0px !important" class="">
<div class="">On Jan 23, 2020, at 5:39
PM, Spencer Angerbauer <<a href="mailto:spencer.angerbauer@gmail.com" target="_blank" moz-do-not-send="true" class="">spencer.angerbauer@gmail.com</a>>
wrote:</div>
<br class="">
<div class="">
<div style="word-wrap:break-word;line-break:after-white-space" class="">Yes,
I have tried that and
unfortunately the bridge
just hangs up right after
it does an outgoing
connection...<br class="">
<div class=""><br class="">
<blockquote type="cite" style="border:none
!important;
margin-left:0px
!important;
margin-right:0px
!important;
margin-top:0px
!important;
padding-left:0px
!important;
padding-right:0px
!important" class="">
<div class="">On Jan 23, 2020,
at 5:19 PM, David
Villasmil <<a href="mailto:david.villasmil.work@gmail.com" target="_blank" moz-do-not-send="true" class="">david.villasmil.work@gmail.com</a>>
wrote:</div>
<br class="">
<div class="">
<div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<div dir="auto" style="font-family:Helvetica" class="">Have
you tried “+1”?</div>
<div dir="auto" style="font-family:Helvetica" class=""><br class="">
</div>
<div dir="auto" style="font-family:Helvetica" class="">Like</div>
<div dir="auto" style="font-family:Helvetica" class=""><br class="">
</div>
<div dir="auto" style="font-family:Helvetica" class=""><span style="word-spacing:1px;font-family:Helvetica;border-color:rgb(49,49,49);color:rgb(49,49,49)" class="">http://<<servername>>:8080/</span><font style="font-size:1rem;word-spacing:1px;font-family:"Helvetica
Neue";border-color:rgb(49,49,49);color:rgb(49,49,49)" face="Helvetica Neue" class="">webapi/conference%2B1?<<friendlyname>></font><br class="">
</div>
</div>
<div dir="auto" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class=""><br class="">
</div>
<div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class=""><br class="">
<div class="gmail_quote" style="font-family:Helvetica">
<div dir="ltr" class="gmail_attr" style="font-family:Helvetica">On Fri, 24 Jan 2020 at 00:07, David
Villasmil <<a href="mailto:david.villasmil.work@gmail.com" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">david.villasmil.work@gmail.com</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="border:none !important; margin-left:0px !important;
margin-right:0px
!important;
margin-top:0px
!important;
padding-left:0px
!important;
padding-right:0px
!important">
<div style="font-family:Helvetica" class="">
<div dir="auto" style="font-family:Helvetica" class="">Why
don’t you
originate and
send to XML
XXXX where
XXXX is an
extension and
on the
extension you
do first the
announcement
and gather the
digit and if
it is 1 then
send to the
conference?</div>
</div>
<div style="font-family:Helvetica" class=""><br class="">
<div class="gmail_quote" style="font-family:Helvetica">
<div dir="ltr" class="gmail_attr" style="font-family:Helvetica">On Thu, 23 Jan 2020 at
19:26, Spencer
Angerbauer
<<a href="mailto:spencer.angerbauer@gmail.com" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">spencer.angerbauer@gmail.com</a>>
wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="border:none !important; margin-left:0px !important;
margin-right:0px
!important;
margin-top:0px
!important;
padding-left:0px
!important;
padding-right:0px
!important">
<div style="word-wrap:break-word;line-break:after-white-space;font-family:Helvetica" class="">Hello
Freeswitch
Pros,
<div style="font-family:Helvetica" class=""><br class="">
</div>
<div style="font-family:Helvetica" class="">I
just wanted to
see if by
chance anyone
had any
suggestions on
the below info
and issue.
Thank you so
much for your
feedback and
direction as
it is greatly
appreciated!</div>
<div style="font-family:Helvetica" class=""><br class="">
</div>
<div style="font-family:Helvetica" class="">Thank
you,</div>
<div style="font-family:Helvetica" class=""><br class="">
</div>
<div style="font-family:Helvetica" class="">-Spence<br class="">
<div style="font-family:Helvetica" class=""><br class="">
<blockquote type="cite" style="border:none
!important;
margin-left:0px
!important;
margin-right:0px
!important;
margin-top:0px
!important;
padding-left:0px
!important;
padding-right:0px
!important" class="">
<div style="font-family:Helvetica" class="">On
Jan 19, 2020,
at 3:54 PM,
Spencer
Angerbauer
<<a href="mailto:spencer.angerbauer@gmail.com" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">spencer.angerbauer@gmail.com</a>>
wrote:</div>
<br class="">
<div style="font-family:Helvetica" class="">
<div style="word-wrap:break-word;line-break:after-white-space;font-family:Helvetica" class="">
<div style="font-family:Helvetica" class="">I
am trying to
get all
conferences to
say a phrase
before
entering the
pin #1 prior
to entering
(as we are
connecting via
outbound
dialer from
api). I have
installed TTS
to do a “say”
function, and
have updated
the <span style="font-family:Helvetica;background-color:rgb(255,255,255)" class="">conf/autoload_configs/c</span>onference.conf.xml
by making the
“pin” required
and to require
pin as “1”,
but every time
a caller
connects, it
just transfers
them directly
into the
conference
without
announcing
that they need
to press “1”
to enter, nor
does it
require a
“pin” to
connect to the
conference.<br class="">
<font style="font-family:Helvetica;color:rgb(88,86,214)" class=""><span style="font-family:Helvetica" class=""><br class="">
</span></font>Is
there
somewhere else
I need to
update the
dialing plan
to require all
my conference
calls require
a “1” when
using the web
api outbound
dialer to
connect
everyone? (I
am using
http://<<servername>>:8080/<font style="font-family: "Helvetica Neue";" face="Helvetica
Neue" class="">webapi/</font><a href="http://api.joonto.com:8080/webapi/originate?sofia/gateway/signalwire/18015737111%20&conference(1234)" style="font-family:"Helvetica Neue"" target="_blank" moz-do-not-send="true" class="">originate?sofia/gateway/signalwire/<<phone
number>>%20&conference(<<conference name>>)</a><span style="font-family:"Helvetica Neue"" class="">to connect multiple calls
together).</span></div>
</div>
</div>
</blockquote>
<blockquote type="cite" style="border:none
!important;
margin-left:0px
!important;
margin-right:0px
!important;
margin-top:0px
!important;
padding-left:0px
!important;
padding-right:0px
!important" class="">
<div style="font-family:Helvetica" class="">
<div style="word-wrap:break-word;line-break:after-white-space;font-family:Helvetica" class="">
<div style="font-family:Helvetica" class=""><font style="font-family:Helvetica;color:rgb(88,86,214)" class=""><span style="font-family:Helvetica" class=""><br class="">
</span></font>Also,
is there
another
location to
add speak to
text for the
beginning of
every
conference
from webapi or
does it all
need to be
handled by the
dial plan?</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
<div style="word-wrap:break-word;line-break:after-white-space;font-family:Helvetica" class="">
<div style="font-family:Helvetica" class="">
<div style="font-family:Helvetica" class="">
<blockquote type="cite" style="border:none
!important;
margin-left:0px
!important;
margin-right:0px
!important;
margin-top:0px
!important;
padding-left:0px
!important;
padding-right:0px
!important" class="">
<div style="font-family:Helvetica" class="">
<div style="word-wrap:break-word;line-break:after-white-space;font-family:Helvetica" class="">
<div style="font-family:Helvetica" class=""><br class="">
<font style="font-family:Helvetica;color:rgb(88,86,214)" class=""><span style="font-family:Helvetica" class=""><br class="">
</span></font>Thank
you for your
help on both
these related
issues.<br class="">
<font style="font-family:Helvetica;color:rgb(88,86,214)" class=""><span style="font-family:Helvetica" class=""><br class="">
</span></font>
<div style="word-wrap:break-word;line-break:after-white-space;font-family:Helvetica" class="">
<div style="font-family:Helvetica" class="">-Spence</div>
</div>
</div>
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
_________________________________________________________________________<br class="">
<br class="">
The FreeSWITCH
project is
sponsored by
SignalWire<span style="font-family:Helvetica" class=""> </span><a href="https://signalwire.com/" rel="noreferrer" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://signalwire.com</a><br class="">
Enhance your
FreeSWITCH
install with
disruptive
priced SMS and
PSTN services.<br class="">
Build your
next product
on our
scalable cloud
platform.<br class="">
<br class="">
Join our
online
community to
chat in real
time<span style="font-family:Helvetica" class=""> </span><a href="https://signalwire.community/" rel="noreferrer" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://signalwire.community</a><br class="">
<br class="">
Professional
FreeSWITCH
Services<br class="">
<a href="mailto:sales@freeswitch.com" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">sales@freeswitch.com</a><br class="">
<a href="https://freeswitch.com/" rel="noreferrer" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://freeswitch.com</a><br class="">
<br class="">
Official
FreeSWITCH
Sites<br class="">
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://freeswitch.com/oss</a><br class="">
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://freeswitch.org/confluence</a><br class="">
<a href="https://cluecon.com/" rel="noreferrer" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="https://freeswitch.com/" rel="noreferrer" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://freeswitch.com</a></blockquote>
</div>
</div>
--<span style="font-family:Helvetica" class=""> </span><br class="">
<div dir="ltr" data-smartmail="gmail_signature" style="font-family:Helvetica" class="">
<div dir="ltr" style="font-family:Helvetica" class="">
<div style="font-family:Helvetica" class="">Regards,</div>
<div style="font-family:Helvetica" class=""><br class="">
</div>
David
Villasmil
<div style="font-family:Helvetica" class="">email:<span style="font-family:Helvetica" class=""> </span><a href="mailto:david.villasmil.work@gmail.com" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">david.villasmil.work@gmail.com</a></div>
<div style="font-family:Helvetica" class="">phone:
+34669448337</div>
</div>
</div>
</blockquote>
</div>
</div>
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">--<span style="font-family:Helvetica" class=""> </span></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<div dir="ltr" data-smartmail="gmail_signature" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<div dir="ltr" style="font-family:Helvetica" class="">
<div style="font-family:Helvetica" class="">Regards,</div>
<div style="font-family:Helvetica" class=""><br class="">
</div>
David Villasmil
<div style="font-family:Helvetica" class="">email:<span style="font-family:Helvetica" class=""> </span><a href="mailto:david.villasmil.work@gmail.com" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">david.villasmil.work@gmail.com</a></div>
<div style="font-family:Helvetica" class="">phone:
+34669448337</div>
</div>
</div>
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">_________________________________________________________________________</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">The
FreeSWITCH project
is sponsored by
SignalWire <a href="https://signalwire.com/" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://signalwire.com</a></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">Enhance
your FreeSWITCH
install with
disruptive priced
SMS and PSTN
services.</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">Build
your next product
on our scalable
cloud platform.</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">Join
our online
community to chat
in real time <a href="https://signalwire.community/" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://signalwire.community</a></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">Professional
FreeSWITCH
Services</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class=""><a href="mailto:sales@freeswitch.com" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">sales@freeswitch.com</a></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class=""><a href="https://freeswitch.com/" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://freeswitch.com</a></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">Official
FreeSWITCH Sites</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class=""><a href="https://freeswitch.com/oss" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://freeswitch.com/oss</a></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class=""><a href="https://freeswitch.org/confluence" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://freeswitch.org/confluence</a></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class=""><a href="https://cluecon.com/" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://cluecon.com</a></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">FreeSWITCH-users
mailing list</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class=""><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">FreeSWITCH-users@lists.freeswitch.org</a></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class=""><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class="">UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none" class="">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important" class=""><a href="https://freeswitch.com/" target="_blank" style="font-family:Helvetica" moz-do-not-send="true" class="">https://freeswitch.com</a></span></div>
</blockquote>
</div>
<br class="">
</div>
_________________________________________________________________________<br class="">
<br class="">
The FreeSWITCH project is
sponsored by SignalWire <a href="https://signalwire.com/" target="_blank" moz-do-not-send="true" class="">https://signalwire.com</a><br class="">
Enhance your FreeSWITCH
install with disruptive
priced SMS and PSTN
services.<br class="">
Build your next product on
our scalable cloud platform.<br class="">
<br class="">
Join our online community to
chat in real time <a href="https://signalwire.community/" target="_blank" moz-do-not-send="true" class="">https://signalwire.community</a><br class="">
<br class="">
Professional FreeSWITCH
Services<br class="">
<a href="mailto:sales@freeswitch.com" target="_blank" moz-do-not-send="true" class="">sales@freeswitch.com</a><br class="">
<a href="https://freeswitch.com/" target="_blank" moz-do-not-send="true" class="">https://freeswitch.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="https://freeswitch.com/oss" target="_blank" moz-do-not-send="true" class="">https://freeswitch.com/oss</a><br class="">
<a href="https://freeswitch.org/confluence" target="_blank" moz-do-not-send="true" class="">https://freeswitch.org/confluence</a><br class="">
<a href="https://cluecon.com/" target="_blank" moz-do-not-send="true" class="">https://cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing
list<br class="">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" moz-do-not-send="true" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="https://freeswitch.com/" target="_blank" moz-do-not-send="true" class="">https://freeswitch.com</a></div>
</blockquote>
</div>
<br class="">
</div>
</div>
_________________________________________________________________________<br class="">
<br class="">
The FreeSWITCH project is sponsored by
SignalWire <a href="https://signalwire.com/" target="_blank" moz-do-not-send="true" class="">https://signalwire.com</a><br class="">
Enhance your FreeSWITCH install with
disruptive priced SMS and PSTN
services.<br class="">
Build your next product on our
scalable cloud platform.<br class="">
<br class="">
Join our online community to chat in
real time <a href="https://signalwire.community/" target="_blank" moz-do-not-send="true" class="">https://signalwire.community</a><br class="">
<br class="">
Professional FreeSWITCH Services<br class="">
<a href="mailto:sales@freeswitch.com" target="_blank" moz-do-not-send="true" class="">sales@freeswitch.com</a><br class="">
<a href="https://freeswitch.com/" target="_blank" moz-do-not-send="true" class="">https://freeswitch.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="https://freeswitch.com/oss" target="_blank" moz-do-not-send="true" class="">https://freeswitch.com/oss</a><br class="">
<a href="https://freeswitch.org/confluence" target="_blank" moz-do-not-send="true" class="">https://freeswitch.org/confluence</a><br class="">
<a href="https://cluecon.com/" target="_blank" moz-do-not-send="true" class="">https://cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" moz-do-not-send="true" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="https://freeswitch.com/" target="_blank" moz-do-not-send="true" class="">https://freeswitch.com</a></div>
</blockquote>
</div>
<br class="">
</div>
<br class="">
<fieldset class=""></fieldset>
<pre style="font-family:monospace" class="">_________________________________________________________________________
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com/" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">https://signalwire.com</a>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.
Join our online community to chat in real time <a href="https://signalwire.community/" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">https://signalwire.community</a>
Professional FreeSWITCH Services
<a href="mailto:sales@freeswitch.com" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">sales@freeswitch.com</a>
<a href="https://freeswitch.com/" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">https://freeswitch.com</a>
Official FreeSWITCH Sites
<a href="https://freeswitch.com/oss" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">https://freeswitch.com/oss</a>
<a href="https://freeswitch.org/confluence" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">https://freeswitch.org/confluence</a>
<a href="https://cluecon.com/" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">https://cluecon.com</a>
FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="https://freeswitch.com/" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">https://freeswitch.com</a></pre>
</blockquote>
<pre cols="120" style="font-family:monospace" class="">--
------------------------------------------------------------
Nathan Neulinger <a href="mailto:nneul@mst.edu" target="_blank" style="font-family:monospace" moz-do-not-send="true" class="">nneul@mst.edu</a>
Missouri S&T Information Technology (573) 341-6679
System Administrator - Architect (573) 612-1412
System and Desktop Infrastructure Team Manager</pre>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
_________________________________________________________________________<br class="">
<br class="">
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com/" rel="noreferrer" target="_blank" moz-do-not-send="true" class="">https://signalwire.com</a><br class="">
Enhance your FreeSWITCH install with disruptive priced SMS
and PSTN services.<br class="">
Build your next product on our scalable cloud platform.<br class="">
<br class="">
Join our online community to chat in real time <a href="https://signalwire.community/" rel="noreferrer" target="_blank" moz-do-not-send="true" class="">https://signalwire.community</a><br class="">
<br class="">
Professional FreeSWITCH Services<br class="">
<a href="mailto:sales@freeswitch.com" target="_blank" moz-do-not-send="true" class="">sales@freeswitch.com</a><br class="">
<a href="https://freeswitch.com/" rel="noreferrer" target="_blank" moz-do-not-send="true" class="">https://freeswitch.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank" moz-do-not-send="true" class="">https://freeswitch.com/oss</a><br class="">
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank" moz-do-not-send="true" class="">https://freeswitch.org/confluence</a><br class="">
<a href="https://cluecon.com/" rel="noreferrer" target="_blank" moz-do-not-send="true" class="">https://cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" moz-do-not-send="true" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" moz-do-not-send="true" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="https://freeswitch.com/" rel="noreferrer" target="_blank" moz-do-not-send="true" class="">https://freeswitch.com</a></blockquote>
</div>
</div>
-- <br class="">
<div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr" class="">
<div class="">Regards,</div>
<div class=""><br class="">
</div>
David Villasmil
<div class="">email: <a href="mailto:david.villasmil.work@gmail.com" target="_blank" moz-do-not-send="true" class="">david.villasmil.work@gmail.com</a></div>
<div class="">phone: +34669448337</div>
</div>
</div>
</blockquote>
<pre class="moz-signature" cols="120">--
------------------------------------------------------------
Nathan Neulinger <a class="moz-txt-link-abbreviated" href="mailto:nneul@mst.edu">nneul@mst.edu</a>
Missouri S&T Information Technology (573) 341-6679
System Administrator - Architect (573) 612-1412
System and Desktop Infrastructure Team Manager</pre>
</div>
_________________________________________________________________________<br class=""><br class="">The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" class="">https://signalwire.com</a><br class="">Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br class="">Build your next product on our scalable cloud platform.<br class=""><br class="">Join our online community to chat in real time <a href="https://signalwire.community" class="">https://signalwire.community</a><br class=""><br class="">Professional FreeSWITCH Services<br class=""><a href="mailto:sales@freeswitch.com" class="">sales@freeswitch.com</a><br class="">https://freeswitch.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">https://freeswitch.com/oss<br class="">https://freeswitch.org/confluence<br class="">https://cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">https://freeswitch.com</div></blockquote></div><br class=""></div></body></html>