Displaying 2 results from an estimated 2 matches for "2205_com".
Did you mean:
2202_com
2006 Jan 27
0
Page() and Asterisk 1.2.3 Problems?
...app_meetme.c: Ooh, something swapped out
under us, starting over
The first line a of output above is spammed over and over. The second
and third show up as well but not as much.
Here is some snippents from extensions.conf
[globals]
INTERCOM=Local/2202_com@page&Local/2201_com@page&Local/2205_com@page&Local/2203_com@page&Local/2220_com@page
[macro-page]
; Paging macro:
; Check to see if SIP device is in use and DO NOT PAGE if they are
; ${ARG1} - Device to page
; ${ARG2} - Other line (not paging line...we don't want to disturb
their other line)
;
exten => s,1,ChanIsAv...
2007 Jan 03
0
Cisco 79x1 Auto-Answer
...7.4 sip
firmware) all answer right away and they hear everything. Anyone have
the newer 7961s and 7970s running 8.X SIP firmware auto-answering
without any initial ring?
Here are some configuration snippets:
extensions.conf
[globals]
INTERCOM=Local/2202_com@page&Local/2207@page&Local/2205_com@page
[macro-page]
; Paging macro:
; Check to see if SIP device is in use and DO NOT PAGE if they are
; ${ARG1} - Device to page
; ${ARG2} - Other line (not paging line...we don't want to disturb
their other line)
;
exten => s,1,ChanIsAvail(${ARG2}|js) ; j is for dump and s is for ANY...