Page 1 of 1

exten => _8600XXX*.,1,AGI(agi-VDADfixCXFER.agi)

PostPosted: Sat Jun 16, 2012 7:09 am
by bghayad
Dears;

After the agent login, the alert that come to the agent is coming on the 55558600051 instead of 8600051, my question is:

Why it use the
exten => _55558600XXX,1,MeetMeAdmin(${EXTEN:4},K)
exten => _55558600XXX,2,Hangup
exten => 8300,1,Hangup

And does not use:

; Local agent alert extensions
exten => _8600XXX*.,1,AGI(agi-VDADfixCXFER.agi)

Also, what should the agent do after running the exten => _55558600XXX,1,MeetMeAdmin(${EXTEN:4},K)? Only hangup?

Where I can see if the agent logged in the ingroup?

Goautodial.org 2.6.18, VERSION: 2.4-309a,BUILD: 110430-1642, Digium, Inc. Wildcard TE220 dual-span T1/E1/J1

Regards
Bilal

Re: exten => _8600XXX*.,1,AGI(agi-VDADfixCXFER.agi)

PostPosted: Sat Jul 07, 2012 10:16 am
by williamconley
Perhaps you should show asterisk command line output from an example situation where this happened. (Not 3000 lines of code from a live server, but just the relevant code from a controlled login where this happens, showing the result of the login).