Displaying 20 results from an estimated 2000 matches similar to: "SOLVED: Re: Setting `userfield` from within a callfile"
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
2012 Aug 01
2
Problem with callfile and CDR
Good afternoon list.
I am experiencing a problem with the CDR and callfiles. What is happening
is this: When generating a call with a callfile, everything works
perfectly, but the CDR is recorded in the table when they answer the call
destination. The field disposition is being recorded correctly, but the
duration field is marked with the ring time and billsec is marked with 0.
This just happens
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
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 =>
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
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
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
2005 Sep 13
1
callfile: How to invoke SetCallerPres ?
Hi,
how may I define in a callfile the CallerID presentation to be used for
the requested call,
eg. set it to prohibited?
TIA, Bruno
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bruno.Voigt.vcf
Type: text/x-vcard
Size: 270 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050913/fcb5c595/Bruno.Voigt.vcf
2009 Sep 02
1
Skype for Asterisk callfile question
Hi list,
To make outgoing calls by skype i would like to have our crm app create
callfiles like we do for normal calls.
If i read the instructions it says this :
---quote---
The syntax for making an outgoing call using Skype for Asterisk is as
follows:
Dial(Skype/[<originator>@]<destination>)
---unquote---
So i create a callfile that looks like this:
---
Channel: SIP/228
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 =>
2015 Feb 17
4
Callfile problem - Unable to find codec translation path from (nothing)
Hi,
I copied a setup from an older 1.8.5 installation to an 11.15 installation, and I'm having problems getting call files to work. Here is the extension setup I'm using:
[outbound-swift]
exten => _[a-zA-Z].,1,Answer
exten => _[a-zA-Z].,n,Playback(AAA/check_ip_failure)
;exten => _[a-zA-Z].,1,Swift("${EXTEN}")
exten => _[a-zA-Z].,n,Goto(1)
[mis-phone]
exten =>
2010 Jan 22
5
Set CDR userfield for Queues
Hello,
I am using Queue application with multiple agents in each queue. I
want to set the CDR(userfield) for each cdr based on the agent
answering the call. Is it possible to do this?
Thanks
2014 May 15
1
Call file problem, DelayedRetry/retrying spite MaxRetries: 0
I am using Realtime extensions as well, in case that would matter.
Following problem arises from time to time, a call will successfully
terminate:
[May 14 14:31:41] VERBOSE[3274] pbx_realtime.c: -- Executing
[t at project_init:1] Hangup("SIP/peer-2-00002f7e", "")
[May 14 14:31:41] VERBOSE[3274] pbx.c: == Spawn extension (project_init,
t, 1) exited non-zero on
2015 Feb 18
1
Callfile problem - Unable to find codec translation path from (nothing)
Joshua,
If I'm understanding this correctly, you're saying that the Playback is failing because it isn't connected to anything on the other end, because the Dial() failed. When the channel is created on the "OutgoingSpoolFailed" extension, what context is it created in, one of the origin legs? Is there a way detect this condition in the target context ([outbound-swift]),
2011 May 19
2
click to call with php
Hello,
i have asterisk 1.4 installed and i want to use click to call in order to do
an outbound call
if there is any php code in order to do this operation
thanks and regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110519/417ac394/attachment.htm>
2016 May 06
2
click2call for conferencing two mobile numbers
Dear List
wanna configure click2call in such a manner that my asterisk box call two
mobile numbers and connect both numbers to talk. I have configured voip
gateway, my internal and external calls are working fine.
please help ,
abhi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Sep 06
0
Preserve userfield on CDR on attended transfer
I'm attempting to link calls together in my CDR and would like to try to do it via the userfield. Is there any way to copy the userfield between calls when doing an attended transfer? I can't seem to find anything about it searching Google.
-Jon
2015 Feb 17
0
Callfile problem - Unable to find codec translation path from (nothing)
Justin Killen wrote:
<snip>
>
> Whenever I try to copy this callfile into /var/spool/asterisk/outgoing/
> I get these 3 lines repeating over and over (I?m not 100% sure which
> entry is first):
>
> [2015-02-16 16:56:02] WARNING[9737][C-0000f8a7]: channel.c:5353
> set_format: Unable to find a codec translation path from (nothing) to (slin)
>
> [2015-02-16
2017 Apr 20
2
Voicemail asking for login
On 2017-04-20 05:14 AM, J Montoya or A J Stiles wrote:
> This is just screaming "configuration mismatch" -- or, possibly, "latent bug
> whereby things parsed in separate places should be treated the same, but are
> actually getting treated differently".
I really don't want to be the "my system isn't working so there must be
a bug in Asterisk" guy