<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I'm trying to get call parking to work, but I've run out of things to
try.<br>
<br>
I can place a call between two internal extensions, then on one
extension transfer the call to extension 700, and the call gets parked
on 701 but I don't hear the extension number when I do the transfer.&nbsp; I
can hangup and call 701 and get the call back.<br>
<br>
Here's what I see: (comments added on lines starting with !!)<br>
<tt><br>
!! Start call from desktop to phone<br>
&nbsp;&nbsp;&nbsp; -- Executing [*00@internal:1] Macro("SIP/rob_desktop-007fbcb0",
"ring-all") in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [s@macro-ring-all:1] Dial("SIP/rob_desktop-007fbcb0",
"SIP/gs100|20") in new stack<br>
&nbsp;&nbsp;&nbsp; -- Called gs100<br>
&nbsp;&nbsp;&nbsp; -- SIP/gs100-00816bf0 is ringing<br>
!! Answer the call<br>
&nbsp;&nbsp;&nbsp; -- SIP/gs100-00816bf0 answered SIP/rob_desktop-007fbcb0<br>
!! Press "transfer" button on phone<br>
&nbsp;&nbsp;&nbsp; -- Started music on hold, class 'default', on
SIP/rob_desktop-007fbcb0<br>
&nbsp; == Spawn extension (macro-ring-all, s, 1) exited non-zero on
'SIP/rob_desktop-007fbcb0'<br>
!! Dial "700" and "send" on phone<br>
&nbsp;&nbsp;&nbsp; -- Started music on hold, class 'default', on
SIP/rob_desktop-007fbcb0<br>
&nbsp; == Parked SIP/rob_desktop-007fbcb0 on 701@parkedcalls. Will timeout
back to extension [macro-ring-all] s, 1 in 45 seconds<br>
&nbsp;&nbsp;&nbsp; -- &lt;SIP/gs100-00816bf0&gt; Playing 'digits/7' (language 'en')<br>
&nbsp;&nbsp;&nbsp; -- &lt;SIP/gs100-00816bf0&gt; Playing 'digits/0' (language 'en')<br>
&nbsp;&nbsp;&nbsp; -- &lt;SIP/gs100-00816bf0&gt; Playing 'digits/1' (language 'en')<br>
!! Hear "beep" on phone<br>
&nbsp;&nbsp;&nbsp; -- Added extension '701' priority 1 to parkedcalls<br>
&nbsp;&nbsp;&nbsp; -- Stopped music on hold on SIP/rob_desktop-007fbcb0<br>
&nbsp; == SIP/rob_desktop-007fbcb0 got tired of being parked</tt><br>
<br>
<br>
<br>
<br>
It looks like it's doing the right thing, but I never hear "7" "0"
"1".&nbsp; I hear a "beep" after the "1" message is logged.<br>
<br>
<br>
I added an extension that does Answer(), SayDigits(123), and Hangup(),
and I hear "one" "two" "three" perfectly.<br>
<br>
<br>
What do I need to do to hear the extension where the call gets parked?<br>
<br>
</body>
</html>