<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div>Hello All!</div><div><br class=""></div><div>I asked week a so ago about how to call multiple phones alltogether (home, office, cell)</div><div>Dial app looks simple, this is kind of what I have now:</div><div><br class=""></div><div>---------------------</div><div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">[globals]</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">IVAN_HOME_OFFICE=SIP/BF8</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">IVAN_OFFICE=SIP/CFC</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">IVAN_CELL=SIP/83@callcentric</div><div style="margin: 0px; font-size: 14px; font-family: Menlo; min-height: 16px;" class=""><br class=""></div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">[internal]</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">exten => 101,1,Dial(${IVAN_HOME_OFFICE}&${IVAN_OFFICE}&${IVAN_CELL},60)</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">  same => n,VoiceMail(101@default,u)</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">——————————</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class=""><br class=""></div></div>Now, I have basic automated attendant and I have Queues setup <div class=""><br class=""></div><div class="">———————————</div><div class=""><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">[general]</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">autofill=yes</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">shared_lastcall=yes</div><div style="margin: 0px; font-size: 14px; font-family: Menlo; min-height: 16px;" class=""><br class=""></div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">[StandardQueue](!)</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">musicclass=default</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">joinempty=yes</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">leavewhenempty=yes</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">ringinuse=no</div><div style="margin: 0px; font-size: 14px; font-family: Menlo; min-height: 16px;" class=""><br class=""></div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">[Sales](StandardQueue)</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">member => SIP/BF8</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">member => SIP/CFC</div><div style="margin: 0px; font-size: 14px; font-family: Menlo; min-height: 16px;" class=""><br class=""></div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">[Support](StandardQueue)</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">member => SIP/BF8</div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">member => SIP/CFC</div><div style="margin: 0px; font-size: 14px; font-family: Menlo; min-height: 16px;" class="">——————————</div></div><div style="margin: 0px; font-size: 14px; font-family: Menlo; min-height: 16px;" class=""><br class=""></div><div style="margin: 0px; font-size: 14px; font-family: Menlo; min-height: 16px;" class=""><br class=""></div><div style="margin: 0px; font-size: 14px; font-family: Menlo; min-height: 16px;" class="">Now this setup becomes less than ideal. I’d like to create “bundles” of extensions/numbers and just use them everywhere throughout the system.</div><div style="margin: 0px; font-size: 14px; font-family: Menlo; min-height: 16px;" class="">How do I do that?</div></body></html>