On Sunday 03 December 2006 22:43, Lucas Barbuto wrote: > Hi all, > > I'm interested in adding "withdrawal codes" or "not ready reasons" to > the Asterisk⢠ACD system. That is, when an agent elects to go on > pause, they can/must first select a reason for that pause. > > I was able to make a few small changes to app_queue.c and logger.c in > 1.12.13 which enabled the following in my dial-plan: > > PauseQueueMember(,Agent/01,r=TEABREAK)
I would suggest a different syntax, which would enable you to use the new parsing API in 1.4 and trunk: PauseQueueMember(,Agent/01,r(TEABREAK)) Please see app_skel.c for an example of this. -- Tilghman _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
