Displaying 2 results from an estimated 2 matches for "1306903_89".
2010 Feb 03
1
CDR / billsec / originate / local chan
...For example, I know that my
environment works on 1.4.20 but it is broken in 1.4.23 and seems to be
broken in 1.6.2 (pretty 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(...
2010 Feb 08
0
originate, local channel and failure extension
...r of "differences" between the 2 versions that
are forcing me to use local channels in my dialplan (mainly centered
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 :
[campai...