search for: agent20002

Displaying 1 result from an estimated 1 matches for "agent20002".

2003 Aug 25
6
Syncronize Monitored Calls
...his in case it might be of any use to anyone. Not anything special but it does work. Keep in mind you need sox and wmix. Here is some relevant exerpts of my extensions.conf using John Todds macro. [globals] CALLFILENAME=foo FOO=foo CALLERIDNUM=foo [default] exten => 287,1,Macro(dial,SIP/agent20002|20) exten => 287,2,Voicemail(u287) exten => h,1,Macro(hangup) [macro-dial] exten => s,1,AGI(set-timestamp.agi) exten => s,2,SetVar(CALLFILENAME=${timestamp}-${CALLERIDNUM}-${MACRO_EXTEN}) exten => s,3,Monitor(wav,${CALLFILENAME}) exten => s,4,Dial(${ARG1},${ARG2},${ARG3}) [m...