search for: ivan_home_office

Displaying 2 results from an estimated 2 matches for "ivan_home_office".

2015 Jun 19
2
Calling multiple phones at once
Hello All! I asked week a so ago about how to call multiple phones alltogether (home, office, cell) Dial app looks simple, this is kind of what I have now: --------------------- [globals] IVAN_HOME_OFFICE=SIP/BF8 IVAN_OFFICE=SIP/CFC IVAN_CELL=SIP/83 at callcentric [internal] exten => 101,1,Dial(${IVAN_HOME_OFFICE}&${IVAN_OFFICE}&${IVAN_CELL},60) same => n,VoiceMail(101 at default,u) ?????????? Now, I have basic automated attendant and I have Queues setup ??????????? [general] au...
2015 Jun 19
0
Calling multiple phones at once
...:30 PM, Ivan Demkovitch <idemkovitch at yahoo.com> wrote: > > Hello All! > > I asked week a so ago about how to call multiple phones alltogether (home, office, cell) > Dial app looks simple, this is kind of what I have now: > > --------------------- > [globals] > IVAN_HOME_OFFICE=SIP/BF8 > IVAN_OFFICE=SIP/CFC > IVAN_CELL=SIP/83 at callcentric > > [internal] > exten => 101,1,Dial(${IVAN_HOME_OFFICE}&${IVAN_OFFICE}&${IVAN_CELL},60) > same => n,VoiceMail(101 at default,u) > ?????????? > > > Now, I have basic automated attendant...