Displaying 3 results from an estimated 3 matches for "outboundsip".
Did you mean:
outboundcid
2010 Feb 08
0
originate, local channel and failure extension
...all the CDR variables I need, with the way the call is established now
looking like:
action:.Originate..
actionid:.1306903_89#AJ_ORIGINATE_25
timeout:.40000
exten:.s
async:.true
callerid:."".<61211111111>
context:.campaignType_5
priority:.1
channel:.Local/61212142321 at outboundsip/n
And both a campaignType_5 context similar to that above and a
outboundsip context similar to (an over simplified version):
[outboundsip]
exten = _XX.,1,Dial(SIP/trunk1/${EXTEN})
exten = _XX.,n,Hangup
exten = h,1,NoOp(Billsec is: ${CDR(billsec)})
My question - previously I would handle the f...
2005 Jun 06
1
CLUELESS NEWBIE needs help making an outboundsip call to PSTN
...-Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Steve
Sent: Monday, June 06, 2005 3:03 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] CLUELESS NEWBIE needs help making an
outboundsip call to PSTN
Still just simply want to be able to make an outbound sip provider call
from asterisk.... that's all :-) Kinda like that guy that wants to call
his girlfriend....
I'm getting lonely here.
Ok completely started over....
Installed CVS-HEAD
zaptel seems to compile ok (see lo...
2010 Feb 03
1
CDR / billsec / originate / local chan
...ng a local channel for the outbound leg
with the originate looking like the following:
action:.Originate..
actionid:.1306903_89#AJ_ORIGINATE_25
timeout:.40000
exten:.s
async:.true
callerid:."".<61211111111>
context:.campaignType_5
priority:.1
channel:.Local/61212142321 at outboundsip/n
And the Local context as follows;
[outboundsip]
exten = _XX.,1,Dial(SIP/trunk1/${EXTEN})
exten = _XX.,n,Hangup
exten = h,1,NoOp(Billsec is: ${CDR(billsec)})
In this configuration, whilst the outbound call goes out and billsec
gets reported correctly in the h exten, the call does not get brid...