Displaying 2 results from an estimated 2 matches for "ext101".
Did you mean:
ext100
2005 Feb 27
4
where is voice conduits
Does any one know what happened with voice conduits? I have been trying to
reach them for nearly three weeks now. Their voice mail boxes are full and
writing email to them does not get any returns. Thoughts or sightings are
appreciated.
--
R.J.
2005 Mar 25
1
2 companies - one asterisk
...ion something like this:
Extenson 101 - Company-A
Extension 102 - Company B
I've adjusted my dialplan to prepend a "hint" to the callerid so that I
know which menu choice the caller picked:
exten => 1,2,SetCIDName(A-Sales: ${CALLERIDNAME})
exten => 1,3,Macro(stdexten,101,SIP/ext101)
exten => 2,2,SetCIDName(A-Sup: ${CALLERIDNAME})
exten => 3,3,Macro(stdexten,101,SIP/ext101)
Now if I could get multiple extensions on one phone (one for each
button.) I would be all set.
Thanks!!
-N