search for: ivan_cel

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

Did you mean: ivan_cell
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] autofill=yes shared_lastcall=yes [Stan...
2015 Jun 19
0
Calling multiple phones at once
...; 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 and I have Queues setup > > ???????????...