Displaying 3 results from an estimated 3 matches for "6303,7".
Did you mean:
630,7
2005 Jul 11
0
Calls dropped upon 'native bridging' after IAX2 transfer
...Dial SIP/6203|30|tTrF
IAX2/$DELL_IP$:4569/1 ( s 1 ) Up Bridged Call SIP/6202-d193
SIP/6202-d193 (from-ip-phones 6302 10 ) Up Dial IAX2/amd:$password$@$DELL_IP$/6302|300|tTrF
4 active channel(s)
== Spawn extension (from-ip-phones, 6303, 0) exited non-zero on 'IAX2/dell@$DELL_IP$:4569/2' in macro 'dialuser'
== Spawn extension (from-ip-phones, 6303, 0) exited non-zero on 'IAX2/dell@$DELL_IP$:4569/2'
## Step 3
## Place a remote IAX2 incoming call from Bob (ext. 6202) to the Bert (ext. 6303) transfered by B...
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
..."; String "name"], [];
+ style = RBufferOut "xattr", [String (Pathname, "path"); String (PlainString, "name")], [];
optional = Some "linuxxattrs";
shortdesc = "get a single extended attribute";
longdesc = "\
@@ -6303,7 +6303,7 @@ See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>." };
{ defaults with
name = "lgetxattr"; added = (1, 7, 24);
- style = RBufferOut "xattr", [Pathname "path"; String "name"], [];
+ style = RBu...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator.
Rich.