Displaying 2 results from an estimated 2 matches for "902e".
Did you mean:
902
2005 Sep 14
2
Starting From Scratch
...with non-codec capability 0x1 (telephone-event)
Reliably Transmitting (no NAT):
SIP/2.0 200 OK
Via: SIP/2.0/UDP
192.168.1.110:5060;branch=z9hG4bK4731E35A23434B6A9D2A94DFB9D2448E
From: 102 <sip:102@192.168.1.200>;tag=787222251
To: <sip:106@192.168.1.200>;tag=as4f23aa40
Call-ID: A8B237E9-902E-4B47-979D-C0A1AECAC121@192.168.1.110
CSeq: 36288 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: <sip:106@192.168.1.200>
Content-Type: application/sdp
Content-Length: 240
v=0
o=root 1541 1541 IN IP4 192.168.1.200
s=session
c=IN IP4 192.168.1.200
t=0 0...
2013 Nov 14
5
Nested parametrized defines
Dear puppet wizards,
http://docs.puppetlabs.com/puppet/3/reference/lang_defined_types.html does not suggest to me that nested parametrized defines would be forbidden, hence I expected the following code to work:
add_to_ssh_authorized_keys.pp:
--------
define a::ssh_keys::add_to_ssh_authorized_keys($homebasedir="/home", $targetuser="root", $keyowner, $keyownername,