I'm trying to get call parking to work, but I've run out of things to try. 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. I can hangup and call 701 and get the call back. Here's what I see: (comments added on lines starting with !!) !! Start call from desktop to phone -- Executing [*00 at internal:1] Macro("SIP/rob_desktop-007fbcb0", "ring-all") in new stack -- Executing [s at macro-ring-all:1] Dial("SIP/rob_desktop-007fbcb0", "SIP/gs100|20") in new stack -- Called gs100 -- SIP/gs100-00816bf0 is ringing !! Answer the call -- SIP/gs100-00816bf0 answered SIP/rob_desktop-007fbcb0 !! Press "transfer" button on phone -- Started music on hold, class 'default', on SIP/rob_desktop-007fbcb0 == Spawn extension (macro-ring-all, s, 1) exited non-zero on 'SIP/rob_desktop-007fbcb0' !! Dial "700" and "send" on phone -- Started music on hold, class 'default', on SIP/rob_desktop-007fbcb0 == Parked SIP/rob_desktop-007fbcb0 on 701 at parkedcalls. Will timeout back to extension [macro-ring-all] s, 1 in 45 seconds -- <SIP/gs100-00816bf0> Playing 'digits/7' (language 'en') -- <SIP/gs100-00816bf0> Playing 'digits/0' (language 'en') -- <SIP/gs100-00816bf0> Playing 'digits/1' (language 'en') !! Hear "beep" on phone -- Added extension '701' priority 1 to parkedcalls -- Stopped music on hold on SIP/rob_desktop-007fbcb0 == SIP/rob_desktop-007fbcb0 got tired of being parked It looks like it's doing the right thing, but I never hear "7" "0" "1". I hear a "beep" after the "1" message is logged. I added an extension that does Answer(), SayDigits(123), and Hangup(), and I hear "one" "two" "three" perfectly. What do I need to do to hear the extension where the call gets parked? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080114/3c34584f/attachment.htm
1.4.17. Rob wrote:> I'm trying to get call parking to work, but I've run out of things to try. > > 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. > I can hangup and call 701 and get the call back. > > Here's what I see: (comments added on lines starting with !!) > > !! Start call from desktop to phone > -- Executing [*00 at internal:1] Macro("SIP/rob_desktop-007fbcb0", > "ring-all") in new stack > -- Executing [s at macro-ring-all:1] Dial("SIP/rob_desktop-007fbcb0", > "SIP/gs100|20") in new stack > -- Called gs100 > -- SIP/gs100-00816bf0 is ringing > !! Answer the call > -- SIP/gs100-00816bf0 answered SIP/rob_desktop-007fbcb0 > !! Press "transfer" button on phone > -- Started music on hold, class 'default', on SIP/rob_desktop-007fbcb0 > == Spawn extension (macro-ring-all, s, 1) exited non-zero on > 'SIP/rob_desktop-007fbcb0' > !! Dial "700" and "send" on phone > -- Started music on hold, class 'default', on SIP/rob_desktop-007fbcb0 > == Parked SIP/rob_desktop-007fbcb0 on 701 at parkedcalls. Will timeout > back to extension [macro-ring-all] s, 1 in 45 seconds > -- <SIP/gs100-00816bf0> Playing 'digits/7' (language 'en') > -- <SIP/gs100-00816bf0> Playing 'digits/0' (language 'en') > -- <SIP/gs100-00816bf0> Playing 'digits/1' (language 'en') > !! Hear "beep" on phone > -- Added extension '701' priority 1 to parkedcalls > -- Stopped music on hold on SIP/rob_desktop-007fbcb0 > == SIP/rob_desktop-007fbcb0 got tired of being parked > > > > > It looks like it's doing the right thing, but I never hear "7" "0" > "1". I hear a "beep" after the "1" message is logged. > > > I added an extension that does Answer(), SayDigits(123), and Hangup(), > and I hear "one" "two" "three" perfectly. > > > What do I need to do to hear the extension where the call gets parked? >
On Mon, 2008-01-14 at 21:02 -0800, Rob wrote:> 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. > I can hangup and call 701 and get the call back.This was an unfortunate bug in the 1.4.17 release. It's since been corrected, and will be fixed in the 1.4.18 release. (You could also grab the latest version of the 1.4 branch from the Subversion repository, except it's currently down for maintenance.) -- Jared Smith Community Relations Manager Digium, Inc.