[Asterisk-Users] Agent in new CVS

Mark Spencer markster at digium.com
Tue Jul 8 06:41:19 MST 2003


Not that I know of, but I'd be interested in hearing more.  I've just
fixed a potential seg in the queue app this morning (thanks to TClark for
providing me a machine to track it down on), although I don't know if
that's related to your problem.

can you contact me off-list with more details?

Mark

On Tue, 8 Jul 2003, John Congdon wrote:

> I installed the 7/7/03 CVS today, and my customer service reps
> said that there were problems.  So I went back to an earlier version.
>
> They could log in, but when they received a call, they hear
> the beep, but not the announcement or call.
>
> I am using macros, if night is on, I dial the 800# that is passed.
> Otherwise I play the Thank You (ty_pn), and I also pass the
> announcement that the agent hears (pillnetwork).
>
> Is this something in the latest CVS that may be a problem?
>
> ===============================================================
>
> exten => 1086,1,Macro(enqueue,ty_pn,pillnetwork,18009159222)
>
> [macro-enqueue]
> exten => s,1,Wait,1
> exten => s,2,DBGet($Night=GlobalSettings/Night)
> exten => s,3,GotoIf($[${ARG3}]?4:5)
> exten => s,4,Dial(Zap/g1/${ARG3}|120|t)
> exten => s,5,VoiceMail,u300
> exten => s,103,PlayBack,${ARG1}
> exten => s,104,PlayBack,please_hold
> exten => s,105,Queue(PillNetwork|t||${ARG2})
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>




More information about the asterisk-users mailing list