Displaying 2 results from an estimated 2 matches for "mics2".
Did you mean:
mics
2005 May 16
1
2 servers via PRI
Good day all
How do i set a connection between 2 asterisk servers via PRI
In Bri I would set one to NT and TE
How shoud the zapata.conf and zaptel.conf look
And how should the cable be?
All I got on the web was to set one to "pri_net"...this cant be all?
And the cable
> pin1 <--> pin4> pin2 <--> pin5> pin3 <--> pin6> pin4 <--> pin1> pin5
<-->
2005 Apr 22
5
IAX help
...default]
include => aa-main
exten => _NXXNXXXXXX,1,NoOp("Context is default") exten =>
_NXXNXXXXXX,2,Goto(aa-main,s,1)
[internal]
include => ext-local
include => ext-internal
[ext-local]
exten => 7000,1,Goto(aa-main,s,1)
[ext-internal]
exten => _2XXX,1,Dial(${TELX-MICS2}/${EXTEN:${TELX-MICS2-MSD}})
exten => _2XXX,2,Congestion
exten => _3XXX,1,Dial(${TELX-MICS1}/${EXTEN:${TELX-MICS1-MSD}})
exten => _3XXX,2,Congestion
exten => _71XX,1,Dial(IAX2/telx-NY17S/${EXTEN})
exten => _71XX,2,Congestion
exten => _7XXX,1,Dial(IAX2/telx-atl/${EXTEN})
exten =&...