search for: campaigntype_5_

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

Did you mean: campaigntype_5
2010 Feb 08
0
originate, local channel and failure extension
...903_89#AJ_ORIGINATE_25 timeout:.40000 exten:.s async:.true callerid:."".<61211111111> context:.campaignType_5 priority:.1 channel:.SIP/trunk1/61212142321 And the campaignType_5 context would handle the call processing, capturing a failed dial attempt in the failed exten : [campaignType_5_] exten = s,1,Answer() ... exten = h,1,Set(timefinished=${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)}) exten = h,2,GotoIf($["${TIMETOPRESS}foo" = "foo"]?h,20) ... exten = failed,1,Set(DIGITPRESSED=98) exten = failed,2,Set(TIMETOPRESS=${timestarted}) exten = failed,3,Set(CALLSTATUS=6) ex...
2010 Feb 03
1
CDR / billsec / originate / local chan
...via Originate action as follows: action:.Originate.. actionid:.1306903_89#AJ_ORIGINATE_25 timeout:.40000 exten:.s async:.true callerid:."".<61211111111> context:.campaignType_5 priority:.1 channel:.SIP/trunk1/61212142321 And the campaignType_5 context looks similar to: [campaignType_5_] exten = s,1,Answer() exten = s,n,Set(timestarted=${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)}) exten = s,n,Set(CALLSTATUS=0) exten = s,n,Background(lyrics-louie-louie) exten = s,n,WaitExten(5) exten = s,n,Set(timefinished=${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)}) exten = s,n,Set(DIGITPRESSED=99) exten = s,n,Set...