Displaying 2 results from an estimated 2 matches for "from_number".
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
2006 Jun 12
4
Some help with fun SQL stuff...
I have one table that stores data related to math problems, and
another table that stores users'' answers to those problems. To make
this very simple, we''ll say that the math table has two numbers that
get subtracted, and the answers table has a field that can either be
"pos" or "neg"
math
_____
2 5
8 3
Okay so if we do the math, we know that the