Displaying 3 results from an estimated 3 matches for "secondlin".
Did you mean:
secondlan
2009 May 14
3
how to avoid call waiting? Or check DIALSTATUS before Dial()?
I have two internal analogue extensions off a TDM400P. If the first is
busy, I'd like to ring the second. So:
[incoming]
exten =>s,1,Answer()
exten =>s,n,Dial(${mainline},60)
exten =>s,n,ExecIf($["${DIALSTATUS}" = "BUSY"]?Dial(${secondline},30))
But it doesn't work because * first tries Call Waiting on the main line.
Here I dial out:
-- Starting simple switch on 'DAHDI/1-1'
-- Executing [140 at internal:1] Answer("DAHDI/1-1", "") in new stack
-- Executing [140 at internal:2] Set(&quo...
2017 Dec 14
4
SIP trunks going to the wrong context
Hi all,
I'm trying to resolve a weird issue with SIP routing.
I have a number of SIP trunks, from a selection of providers, all of
which are registered in sip.conf:
[general]
context=default
allowguest=no
allowoverlap=no
udpbindaddr=0.0.0.0
tcpenable=yes
tcpbindaddr=0.0.0.0
transport=udp
bindport=15060
srvlookup=yes
allowsubscribe=yes
2010 Oct 19
14
client won't use remote file bucket
Hi all,
I''m having a stupid moment getting a remote file bucket working. My
client only file buckets locally, not remotely.
I have this site.pp:
*********
filebucket { "main": server => "puppet" }
File { backup => "main" }
node ''default'' {
include test
}
*********
and this test module:
*********
class test {
file {