Displaying 20 results from an estimated 4000 matches similar to: "Set CDR userfield for Queues"
2011 Feb 20
1
MEMBERINTERFACE and MEMBERNAME questions
Hi!
Did play around with queues and need some help. I thought that MEMBERINTERFACE and MEMBERNAME should be set to the ?device? the call was queued to not the device that called the queue, or do i miss something?
Running: Asterisk 1.8.2.3 built by root @ sip on a i686 running Linux on 2011-01-31 13:38:23 UTC
0317998985 calls Kinna (0320209030)
Tomas Ekman (SIP/0317998972) receives the call but
2010 Jan 28
3
Dial cellphone from one PBX1 to PBX2? is it possible?
Hi Guys,
i am using two PBX's i can call from pbx1 a cellphone tied to pbx2 that way:
1) use a phone in PBX1
2) call extension in PBX2
3) extensions in PBX2 ring to a cellphone (as this specific ext is tied to a
cellphone)
my questions now is : am i gonna be able to dial from an IPphone registered
within PBX1 to a cellphone by using the Trunk (Zap or dahdi) of PBX2?
anybody know
2010 Jun 29
3
SIP Delay with remote stations?
I have several remote phones that experience a slight "call" delay when
answering phones, ie, they will answer, speak a few words, and then the
remote caller will hear them, and the first half is cutoff?
Any idea what could be causing this?
Thanks,
Bill.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jan 09
2
Set CDR userfield in a realtime dialplan
Hello,
I'm using Asterisk with Realtime extensions and ODBC CDR. And I'm have
some trouble with the CDR userfield that is not changed when using the
SET command in the realtime dialplan.
In my dialplan (extensions.conf, the file) I'm setting the userfield
like this :
exten => s,n,Set(CDR(userfield)="X")
Later, my dialplan switches to the realtime part and this is an
2008 May 27
1
asterisk 1.4 QUEUES Variables
I have running an Asterisk 1.4.20 box and I want to get the value of the
MEMBERINTERFACE variable to know about which queue member received the call.
I set 'setinterfacevar=' to 'yes' in queues.conf but I can?t get this value.
2008 Dec 15
3
Variables for dial plan
I want to have a arbitary named variable within the client's user details in
sip.conf
[client1]
dialplan=NZ
..........
In extensions.conf (Logic expressed using PHP style)
if ($dialplan == NZ) {
$NAT = 0;
$INT = 00;
};
and in the [outgoing] section
; Australia
exten => _${INT}61[278]NXXXXXX.,1,Set(CDR(UserField)=AUSTRALIA)
exten =>
2009 Jun 30
1
Setting CDR(userfield) from Macro called from feature doesn't work with cdr_mysql
cdr_mysql doesn't set the userfield when it's set inside a macro
called from a feature (1.4.25, addons 1.4.8).
I have a feature code:
autorecord => *1,self,Macro,apprecord
The apprecord macro looks like:
[macro-apprecord]
exten => s,1,Playback(beep)
exten =>
2014 Aug 22
1
Asterisk 12 - queue variables not passed to local channel
Asterisk 12.5
I'm using AMI to initiate a "call me now" feature from the web site.
The AMI looks like:
Action: Originate
Channel: Local/s at callmenow
Context: dial-to-customer
Exten: s
Priority: 1
Async: true
Variable: CHANNEL_TO_CUSTOMER=SIP/voipms/1112223333
Timeout: 999999
Dial Plan:
[callmenow]
exten => s,1,NoOp(callmenow: Queue without answer)
same
2013 Nov 20
2
userfield not logged to CDR
Hi,
I'm logging cdr via odbc to mysql. It seems that there is an intermittent problem where the CDR(userfield) isn't written to the database. The rows all seem to be there, but that specific field is missing. The same dialplan. Nothings changed. Probably 1 in 10 is missing the userfield.
Any ideas how I can debug this?
Many thanks
Dan
-------------- next part --------------
An HTML
2010 Apr 14
3
Converting GSM calls to SIP
I have asked a GSM operator in my country if he can route a number or a
short code to my asterisk server via SIP (since they dont give DIDs in my
country) the operator said they do not support SIP, they have no way of
converting GSM calls to SIP to then send them to me. I would like to know
what is needed from the operator side to do this, what kind of material is
needed, or what can be done from
2007 Nov 05
2
Problem with CDR userfield not being set
I'm trying to use the MySQL CDR records.
According to dialplan show, the line in the dialplan is:
11. Set(CDR(userfield)=${billing_code}) [pbx_ael]
It looks like the value is being set when I watch the console during the call:
-- Executing [s at restphone_event_loop:11] Set("SIP/icall-0075a2e0",
"CDR(userfield)=boatmenu") in new stack
But the record that's
2013 Nov 14
1
DAHDI with (CDR(userfield)
Hi list, I need some help to improve my cdr, now in my company are
asking me how
to know which of my phone numbers are most used when receiving calls from
the PSTN and incoming the IVR
was thinking about using userfield field, and I'm trying to do, I have at
the moment 4 channel DAHDI
; DAHDI CHANNEL 3=23XXXXX6
context=in
callerid=asreceived
group=1
signalling=fxs_ks
channel => 3
2010 Dec 20
2
Setting `userfield` from within a callfile
Our current Asterisk 1.6.2.9 setup includes a CGI auto-dial application
(written by someone else before me) which sets up calls by creating files of
the general form
Channel: SIP/$INSIDE_NUMBER
Context: $CONTEXT
Extension: $OUTSIDE_NUMBER
Priority: 1
CallerId: $INSIDE_NUMBER
in /var/spool/asterisk/outgoing/ .
It works very well. However, it would be nice to be able to attach an
additional
2009 Nov 08
2
CDR userfield not written into DB
Hi everybody,
i've been googling for quite some time now but can't find an answer to
my problem...
I'm using Asterisk 1.2.12.1 with mysql as the cdr backend.
In the dialplan i've written
exten => 1234,n,Set(CDR(userfield)=blah)
exten => 1234,n,Answer()
exten => 1234,n,Queue(.....)
exten => 1234,n,Hangup()
When I'm doing a call I can see that the statement is
2011 Sep 23
3
Set (MONITOR_FILENAME=.................) for queuing recording calls
Hi All;
I noticed in the queues.conf the configuration for recording the calls in the queuing, and regarding to the filename (or any other parameter), it is written that I can determine the filename using the command:
Set(MONITOR_FILENAME=foo)
But it should be called from the dialing plan, but really i did not understand how to call it from the dialing plan.
Well, for example this is my
2010 Dec 21
1
SOLVED: Re: Setting `userfield` from within a callfile
On Monday 20 Dec 2010, Olivier wrote:
> 2010/12/20 A J Stiles <asterisk_list at earthshod.co.uk>
>
> > Our current Asterisk 1.6.2.9 setup includes a CGI auto-dial application
> > (written by someone else before me) which sets up calls by creating
> > files of
> > the general form
> >
> > Channel: SIP/$INSIDE_NUMBER
> > Context: $CONTEXT
>
2010 May 11
5
Need fax solution for 1.4.xx
Anybody know a reliable fax solution for 1.4.30 branch?
I am using PikaFax on another server and works very well (about 3000 faxes
a week), but it appears they no longer offer their product to open source
asterisk, only for there "WARP" appliance.
NOT really looking to migrate from 1.4.x to 1.6.x
-------------- next part --------------
An HTML attachment was
2009 Feb 17
1
What is the purpose of membermacro in queues.conf
Hi,
There are 3 new settings (setinterfacevar, setqueueentryvar,
setqueuevar) and membermacro settings in 1.6 queues.conf. What is
the potential use of these settings? The variables set are useful, but
there is no indication of the purpose they could be used? Any one with
some light on potential use case of these new features?
raj
2010 Jan 05
6
Faxing: Anyone have a compiled executable?
Hi,
Having problems with getting either RxFax or FaxReceive
to compile. Running Asterisk 1.4 on CentOS 5.
Does anyone have the free/open source executables
that you could send me?
Thanks for your help!
P. S.: TxFax and FaxSend would also be appreciated.
2011 Jan 28
1
CDR issue - Problem logging CDR(userfield) in Master.csv
Dear all,
I am having an issue with CDR logging. What I want to do is log jitter
variable from RTPAUDIOQOS module into Master.csv at the end of each call.
I am using asterisk version 1.4.26. For CDR purposes, I am using
cdr_custom, and the content of my cdr_custom.conf is the following:
[mappings]
Master.csv =>