Hi<br><br>I'd like to allow users to transfer a call to a specific park number.&nbsp; This way, the receptionist can tranfer a call park for ext 100 at park number 7100 etc...<br><br>It seems like this should be fairly simple using the Park(ext) app but it doesn't work for me.&nbsp; No matter what I extension I use, the system just picks the next available park number.&nbsp;&nbsp; I've simplified my dialplan for testing.&nbsp; Here's what I'm working with now
<br><br>Features.conf<br>--------------------------<br><br>[general]<br>parkext =&gt; 70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>parkpos =&gt; 7000-7010<br>context =&gt; parkedcalls<br>courtesytone = beep <br>xfersound = beep <br>xferfailsound = beeperr
<br>findslot =&gt; first &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br>
pickupexten = *8<br>featuredigittimeout = 500<br><br>[featuremap]<br>blindxfer =&gt; #1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>automon =&gt; *1<br>atxfer =&gt; *2 <br><br><br>Extensions.conf<br>------------------------------------<br><br>[general]<br>
static=yes<br>writeprotect=yes<br>autofallthrough=yes<br>clearglobalvars=no<br>priorityjumping=no<br><br><br>[globals]<br>CONSOLE=Console/dsp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Console interface for demo<br>IAXINFO=guest&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; IAXtel username/password
<br><br>[macro-stdexten];<br><br>exten =&gt; s,1,Dial(${ARG2},10,rtwTW)<br>exten =&gt; s,2,Goto(s-${DIALSTATUS},1)<br>exten =&gt; s-NOANSWER,1,Voicemail(u${ARG1})<br>exten =&gt; s-NOANSWER,2,Goto(default,s,1)<br>exten =&gt; s-BUSY,1,Voicemail(b${ARG1})
<br>exten =&gt; s-BUSY,2,Goto(default,s,1)<br>exten =&gt; _s-.,1,Goto(s-NOANSWER,1)<br>exten =&gt; a,1,VoicemailMain(${ARG1})<br><br>[internal]<br>include =&gt; parkedcalls<br>exten =&gt; 100,1,Macro(stdexten,${EXTEN},SIP/${EXTEN})
<br>exten =&gt; 101,1,Macro(stdexten,${EXTEN},SIP/${EXTEN})<br>exten =&gt; 102,1,Macro(stdexten,${EXTEN},SIP/${EXTEN})<br>exten =&gt; 103,1,Macro(stdexten,${EXTEN},SIP/${EXTEN})<br>exten =&gt; 104,1,Macro(stdexten,${EXTEN},SIP/${EXTEN})
<br>exten =&gt; 123,1,Answer()<br>exten =&gt; 123,2,Park(7002)<br><br><br>If I transfer a call to 123, it parks it on 7000.&nbsp; Here's the output from the console.<br><br>&nbsp;&nbsp;&nbsp; -- Executing Macro(&quot;SIP/100-fd8c&quot;, &quot;stdexten|101|SIP/101&quot;) in new stack
<br>&nbsp;&nbsp;&nbsp; -- Executing Dial(&quot;SIP/100-fd8c&quot;, &quot;SIP/101|10|rtwTW&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Called 101<br>&nbsp;&nbsp;&nbsp; -- SIP/101-85d6 is ringing<br>&nbsp;&nbsp;&nbsp; -- SIP/101-85d6 answered SIP/100-fd8c<br>&nbsp;&nbsp;&nbsp; -- Attempting native bridge of SIP/100-fd8c and SIP/101-85d6
<br>Asterisk1*CLI&gt; <br>Asterisk1*CLI&gt; <br>&nbsp;&nbsp;&nbsp; -- Started music on hold, class 'default', on channel 'SIP/100-fd8c'<br>&nbsp;&nbsp;&nbsp; -- Stopped music on hold on SIP/100-fd8c<br>&nbsp;&nbsp;&nbsp; -- Executing Answer(&quot;SIP/101-16b7&quot;, &quot;&quot;) in new stack
<br>&nbsp;&nbsp;&nbsp; -- Executing Park(&quot;SIP/101-16b7&quot;, &quot;7002&quot;) in new stack<br>&nbsp; == Parked SIP/101-16b7 on 7000. Will timeout back to extension [internal] s, 1 in 45 seconds<br>&nbsp;&nbsp;&nbsp; -- Added extension '7000' priority 1 to parkedcalls
<br>&nbsp;&nbsp;&nbsp; -- Playing 'digits/7' (language 'en')<br>&nbsp;&nbsp;&nbsp; -- Playing 'digits/0' (language 'en')<br>&nbsp;&nbsp;&nbsp; -- Playing 'digits/0' (language 'en')<br>&nbsp;&nbsp;&nbsp; -- Playing 'digits/0' (language 'en')<br>&nbsp;&nbsp;&nbsp; -- Started music on hold, class 'default', on channel 'SIP/101-16b7'
<br>&nbsp; == Spawn extension (internal, s, 1) exited KEEPALIVE on 'SIP/101-16b7' <br><br>I'm using Asterisk 1.2.5.&nbsp; <br><br>I'm fairly new to asterisk so it's possible I'm missing something simple. <br><br>Any suggestions would be appreciated.
<br><br>Thanks<br clear="all"><br>-- <br>kris seraphine