That's my fault in the example - I forgot to add in the "j". Anyway what is strange is that I get my dialplan to jump to position 108, but at that point the agent is disconnected. I thought that when falling out of the queuetransfer context, the control would be returned to the trasferer, after hearing the "I'm sorry" tone. Anything I'm missing here?
l.


In data Mon, 02 Oct 2006 00:36:30 +0200, Marco Mouta <[EMAIL PROTECTED]> ha scritto:

Hi,

I've been looking the application dial on my asterisk server 1.2.9, and as
far

CLI> show application Dial

j    - Jump to priority n+101 if all of the requested channels were busy.

It means that the application Dial on Asterisk 1.2 doesn't jump
automatically on Busy to the extension n+101, only if you Dial it with "j"
argument!

 exten => _0.,7,Dial(Zap/g1/${EXTEN:1},,j)
 exten => _0.,108,NoOp(Got busy here)

Or you should handle it on you priority 8 in your dialplan

exten => _0.,7,Dial(Zap/g1/${EXTEN:1})
exten => _0.,8,Goto(s-${DIALSTATUS},1)
....

This is just an example.

Hope it helps, please give me some feeback.





On 10/1/06, Lenz <[EMAIL PROTECTED]> wrote:

I don't think that is the case - if I add a wait(10) after the step 108,
i.e. the busy detection, the agent seems to be disconnected immediately at
the dial(), not after 10 seconds. That is what made me wonder what was
going on.
Yours
l.



On Sun, 01 Oct 2006 17:49:15 +0200, Adam Goryachev
<[EMAIL PROTECTED]> wrote:
>
> Try adding this line:
> exten => _0.,109,Hangup
>
> Dunno if it will solve it, but might help :)
>
> Regards,
> Adam
>

--
Loway Research - Home of QueueMetrics
http://queuemetrics.loway.it

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users







--
Assum est, versa et manduca.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to