search for: campaigntype_5

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

2010 Feb 08
0
originate, local channel and failure extension
...ntered around the different behavior of CDR fields in the 2 versions) . Previously, I would place a call via an AMI Originate action similar to: 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 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($...
2010 Feb 03
1
CDR / billsec / originate / local chan
...retty sure I tried 1.6.0.9 as well with the same result) How t works in 1.4.20.1 is as follows: We trigger call 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)...