<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 class="">Hi again! </div><div class=""><br class=""></div><div class="">Also, given my setup below, how do I send caller id to my cell?</div><div class="">SIP/83@callcentric is my cell, when I get incoming call when someone dials into Asterisk - I just see public calcentric’s DID number.</div><div class="">I want to send a number of who CALLED IN into the Asterisk and possibly add couple numbers upfront or something like this to signal me that this call comes through the PBX and not directly to my cell?</div><div class=""><br class=""></div><div class="">Thank you!</div><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 19, 2015, at 2:30 PM, Ivan Demkovitch <<a href="mailto:idemkovitch@yahoo.com" class="">idemkovitch@yahoo.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hello All!</div><div class=""><br class=""></div><div class="">I asked week a so ago about how to call multiple phones alltogether (home, office, cell)</div><div class="">Dial app looks simple, this is kind of what I have now:</div><div class=""><br class=""></div><div class="">---------------------</div><div class=""><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></div></div></blockquote></div><br class=""></body></html>