<HTML>
<HEAD>
<TITLE>Re: [Asterisk-Users] when I press &quot;transfer&quot; -&gt; blind -&gt; 700 . The user is not able to hear what extension the call was parked on</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>This is the way blind transfers work. &nbsp;The transferring party doesn&#8217;t get to hear anything. &nbsp;For call parking, you have no choice but to use supervised transfer if you want the user to hear the parking space. &nbsp;If it worked before, it must have been dumb luck with the timing.<BR>
<BR>
<BR>
On 6/22/06 10:24 AM, &quot;sdgesa gaeharth&quot; &lt;pollux1234567890@yahoo.com&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I am using Polycom 501s with asterisk 1.2.4.<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;When transfering to call parking wih &quot;#1&quot; -&gt; 700 the user is able to &nbsp;hear asterisk tell him what extension the call was parked on. &nbsp;&nbsp;However, when I press &quot;transfer&quot; -&gt; blind -&gt; 700 . The user is &nbsp;not able to hear what extension the call was parked on. It seems like &nbsp;the polycom is hanging up before asterisk is able to finish telling the &nbsp;user the extension. I can not tell if this is a problem with the phone, &nbsp;asterisk, transfers or call parking. This problem just started &nbsp;happening a few weeks ago. &nbsp;Before then , blind transfer worked &nbsp;fine. It must be a config issue somewhere<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;using &quot;#1&quot; -&gt; 700:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Started music on hold, class 'default', on channel 'Zap/1-1'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;== Parked Zap/1-1 on 701. Will timeout back to extension [incoming] s, 1 in 45 seconds<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Added extension '701' priority 1 to parkedcalls<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Playing 'digits/7' (language 'en')<BR>
&nbsp;&nbsp;&nbsp;-- Executing ParkedCall(&quot;SIP/1000-300e&quot;, &quot;701&quot;) in new stack<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Stopped music on hold on Zap/1-1<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Channel SIP/1000-300e connected to parked call 701<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Hungup 'Zap/1-1'<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;using &quot;transfer&quot; -&gt; blind -&gt; 700<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Started music on hold, class 'default', on channel 'Zap/1-1'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;== Parked Zap/1-1 on 701. Will timeout back to extension [incoming] s, 1 in 45 seconds<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Added extension '701' priority 1 to parkedcalls<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Playing 'digits/7' (language 'en')<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Playing 'digits/0' (language 'en')<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Playing 'digits/1' (language 'en')<BR>
&nbsp;&nbsp;&nbsp;&nbsp;== Spawn extension (local-access, 97037551131, 1) exited non-zero on 'SIP/1000-d779'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Executing ParkedCall(&quot;SIP/1000-5f5a&quot;, &quot;701&quot;) in new stack<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Stopped music on hold on Zap/1-1<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Channel SIP/1000-5f5a connected to parked call 701<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Started music on hold, class 'default', on channel 'Zap/1-1'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Stopped music on hold on Zap/1-1<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;Even though the user can not hear the extension the call was parked on, &nbsp;the call can be retrieved by guessing. Which I am assumming means the &nbsp;call was successfully parked.<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;Digit map:<BR>
&nbsp;&nbsp;[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxxT|1xxxT<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;extensions.conf:<BR>
&nbsp;&nbsp;[general]<BR>
&nbsp;&nbsp;static=yes<BR>
&nbsp;&nbsp;writeprotect=no<BR>
&nbsp;&nbsp;autofallthrough=yes<BR>
&nbsp;&nbsp;clearglobalvars=no<BR>
&nbsp;&nbsp;priorityjumping=no<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;[globals]<BR>
&nbsp;&nbsp;ATTENDANT=SIP/1006&amp;SIP/1002&amp;SIP/1011&amp;SIP/1009<BR>
&nbsp;&nbsp;OUTBOUNDTRUNK=ZAP/g1<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;[meetme-ext]<BR>
&nbsp;&nbsp;exten =&gt; 600,1,MeetMe(1234|Mp|98765)<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;[extentions]<BR>
&nbsp;&nbsp;include =&gt; parkedcalls<BR>
&nbsp;&nbsp;include =&gt; meetme-ext<BR>
&nbsp;&nbsp;include =&gt; direct-to-voicemail<BR>
&nbsp;&nbsp;exten =&gt; _10XX,1,Dial(SIP/${EXTEN},20,t)<BR>
&nbsp;&nbsp;exten =&gt; _10XX,n,Answer<BR>
&nbsp;&nbsp;exten =&gt; _10XX,n,VoiceMail(u${EXTEN}@voicemail)<BR>
&nbsp;&nbsp;exten =&gt; _10XX,n,Hangup()<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;[voicemail]<BR>
&nbsp;&nbsp;exten =&gt; _910XX,1,Wait(1)<BR>
&nbsp;&nbsp;exten =&gt; _910XX,n,VoiceMailMain(${EXTEN:1}@voicemail)<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;[direct-to-voicemail]<BR>
&nbsp;&nbsp;exten =&gt; _810XX,1,VoiceMail(u${EXTEN:1}@voicemail)<BR>
&nbsp;&nbsp;exten =&gt; _810XX,n,Hangup()<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;[local]<BR>
&nbsp;&nbsp;include =&gt; extentions<BR>
&nbsp;&nbsp;include =&gt; voicemail<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;[incoming]<BR>
&nbsp;&nbsp;exten =&gt; s,1,Answer<BR>
&nbsp;&nbsp;exten =&gt; s,n,Wait(2)<BR>
&nbsp;&nbsp;exten =&gt; s,n,Set(TIMEOUT(response)=15)<BR>
&nbsp;&nbsp;exten =&gt; s,n,Background(intro)<BR>
&nbsp;&nbsp;exten =&gt; s,n,WaitExten()<BR>
&nbsp;&nbsp;exten =&gt; s,n,Playback(vm-goodbye)<BR>
&nbsp;&nbsp;exten =&gt; s,n,Hangup()<BR>
&nbsp;&nbsp;exten =&gt; 0,1,Dial(${ATTENDANT},20,t)<BR>
&nbsp;&nbsp;exten =&gt; 0,n,Playback(vm-nobodyavail)<BR>
&nbsp;&nbsp;exten =&gt; 0,n,Hangup()<BR>
&nbsp;&nbsp;exten =&gt; 1,1,Directory(voicemail,extentions,f)<BR>
&nbsp;&nbsp;exten =&gt; 2,1,Directory(voicemail,extentions)<BR>
&nbsp;&nbsp;include =&gt; meetme-ext<BR>
&nbsp;&nbsp;include =&gt; extentions<BR>
&nbsp;&nbsp;exten =&gt; i,1,Playback(pbx-invalid)<BR>
&nbsp;&nbsp;exten =&gt; i,2,Goto(incoming,s,1)<BR>
&nbsp;&nbsp;exten =&gt; t,1,Playback(vm-goodbye)<BR>
&nbsp;&nbsp;exten =&gt; t,2,Hangup()<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;[outbound]<BR>
&nbsp;&nbsp;ignorepat =&gt; 9<BR>
&nbsp;&nbsp;include =&gt; parkedcalls<BR>
&nbsp;&nbsp;exten =&gt; _9XXXXXXXXXX,1,Dial(${OUTBOUNDTRUNK}/ww${EXTEN:1},30,T)<BR>
&nbsp;&nbsp;exten =&gt; _9XXXXXXXXXX,2,Congestion()<BR>
&nbsp;&nbsp;exten =&gt; _9XXXXXXXXXX,102,Congestion()<BR>
&nbsp;&nbsp;exten =&gt; _91900NXXXXXX,1,Congestion()<BR>
&nbsp;&nbsp;exten =&gt; _91976NXXXXXX,1,Congestion()<BR>
&nbsp;&nbsp;exten =&gt; _91[123456789]XXNXXXXXX,1,Dial(${OUTBOUNDTRUNK}/ww${EXTEN:1},30,T)<BR>
&nbsp;&nbsp;exten =&gt; _91[123456789]XXNXXXXXX,2,Congestion()<BR>
&nbsp;&nbsp;exten =&gt; _91[123456789]XXNXXXXXX,102,Congestion()<BR>
&nbsp;&nbsp;exten =&gt; 9911,1,Dial(${OUTBOUNDTRUNK}/ww911)<BR>
&nbsp;&nbsp;exten =&gt; 9411,1,Dial(${OUTBOUNDTRUNK}/ww411)<BR>
&nbsp;&nbsp;exten =&gt; 0,1,Dial(${OUTBOUNDTRUNK}/ww0)<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;[local-access]<BR>
&nbsp;&nbsp;include =&gt; local<BR>
&nbsp;&nbsp;include =&gt; outbound<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;features.conf:<BR>
&nbsp;&nbsp;[general]<BR>
&nbsp;&nbsp;parkext =&gt; &nbsp;700 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; What ext. to dial to park<BR>
&nbsp;&nbsp;parkpos =&gt; &nbsp;701-720 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; What extensions to park calls on<BR>
&nbsp;&nbsp;context =&gt; parkedcalls &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; Which context parked calls are in<BR>
&nbsp;&nbsp;parkingtime =&gt; &nbsp;45 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; Number of seconds a call can be parked for<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;[featuremap]<BR>
&nbsp;&nbsp;blindxfer =&gt; #1<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;Thanks<BR>
&nbsp;&nbsp;<BR>
<BR>
&nbsp;<BR>
<HR ALIGN=CENTER SIZE="1" WIDTH="100%">Yahoo! Groups gets better. Check out the new email design. <a href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=41142/*http://groups.yahoo.com/local/newemail.html">&lt;http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=41142/*http://groups.yahoo.com/local/newemail.html&gt;</a> &nbsp;Plus there&#8217;s much more to come. &nbsp;<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
--Bandwidth and Colocation provided by Easynews.com --<BR>
<BR>
Asterisk-Users mailing list<BR>
To UNSUBSCRIBE or update options visit:<BR>
&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>