Displaying 2 results from an estimated 2 matches for "9eb0".
Did you mean:
9db0
2005 Feb 01
2
Outbound calling with TDM400P
...ough a * server with a TDM400P and 4 FXO's. When I call in from an
analog line everything works fine, I can talk over the SIP phone. When
I call out, * says:
== Spawn extension (from-sip, [phonenumber], 1) exited non-zero on
'SIP/sipphone-d29d'
-- Executing Dial("SIP/sipphone-9eb0", "Zap/g1/[phonenumber]|60") in new
stack
-- Called g1/[phonenumber]
-- Zap/1-1 answered SIP/sipphone-9eb0
And then I get silence. The phone doesn't ring on the other end. I
have attached my configuration files.
Any help would be greatly appreciated,
Rob
---------------...
2011 Jun 20
13
confused about file ensure/require
my base/default includes this ntp manifest
# cat modules/ntp/manifests/ntp.pp
# ntp.pp
class ntp {
case $operatingsystem {
centos, redhat: {
$service_name = ''ntpd''
$conf_file = ''ntp.conf.el''
}
debian, ubuntu: {
$service_name = ''ntp''
$conf_file = ''ntp.conf.debian''
}
}
package {