search for: followme_

Displaying 2 results from an estimated 2 matches for "followme_".

Did you mean: followme
2009 Jul 20
1
callforward with asterisk-gui.problem with stdexten
...any change on asterisk-gui and apply it.. it recreates the macro-stdexten and deletes my configuration regarding to it. So where should i add my call-forward configuration??? Where am i making a mistake?? [macro-stdexten] exten = s,1,Set(__DYNAMIC_FEATURES=${FEATURES}) exten = s,2,GotoIf($["${FOLLOWME_${ARG1}}" = "1"]?5:3) ----adding starts from here---------------------------- exten = s,3,Set(temp=${DB(CFIM/${ARG1})}) exten = s,4,Dial(Local/${temp}@default/n) ; Unconditional forward exten = s,5,Set(DB(lastcaller/${ARG1})=${CALLERID(num)}) ; Note the last caller ------ends here--...
2009 Jun 04
2
broken pipe in perl agi
...works fine from a prompt, but returns the dreaded "utils.c:966 ast_carefulwrite: write() returned error: Broken pipe" when I try to run it from the dialplan. Here is my dialplan snippet; [macro-stdexten] exten => s,1,Set(__DYNAMIC_FEATURES=${FEATURES}) exten => s,n,GotoIf($[${FOLLOWME_${ARG1}} = 1]?5:3) exten => s,n,Noop(dial $ARG1 after checking sippeer) exten => s,n,Set(LINESTAT=Idle) exten => s,n,AGI(hintcheck.agi|${ARG1}) exten => s,n,Wait(3) exten => s,n,Verbose(status is ${LINESTAT}) exten => s,n,Gotoif($["${LINESTAT}" != "Idle"]?...