Displaying 7 results from an estimated 7 matches for "calllog".
Did you mean:
call_log
2007 Apr 25
1
Calllog
Hi guys,
I have an IVR configured in my PBX, which callers use to browse thru the
list of stores. Once they choose a store, the call gets redirected to
that store (obviously using Dial() application). Now, my question is:
Each of this calls is logged in the calllog as one entry. How could I
configure my dialplan so that that portion of the call, which is in fact
just browsing thru the IVR, gets logged as one entry, and that portion
of the call, which is an outbound call, as another entry?
BR, Alex
-------------- next part --------------
An HTML attachme...
2009 Apr 28
1
no source on calllogs
Hello, As i check the call logs, some of my clients seem to make
successful calls but, in logfiles,
Source field seems empty..Still I can see who is the source from Channel
tab as SIP/XXXX, and the called number and the time etc but.. nothing on
Source and the Called ID tab.
Just some clients has this problem. But as i check nothing special in
their settings.
What might cause this problem.
Using
2009 Oct 02
1
Please Help me!
...ely, so on the following subsequence programme, I use
write.table, which creates the "NA" files for those incomplete files
autimatically.
I don't want those NA files.
My programes formats looks like:
name_c<-Sys.glob("C:/Documents and Settings/lma/My Documents/habitdata/*/calllog/*")
for (i in 1:length(name_c)){
log1<-readLines(name_c[i])
....
write.table(Temps, file=paste("C:/Documents and Settings/lma/My Documents/habitdata1",pname,lname,basename(name_c[i]),sep="/"))
}
Error Information:
Error in file(file, ifelse(append, "a", &...
2009 Sep 09
1
MySQL question
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090909/4ba848c0/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bhfisher.vcf
Type: text/x-vcard
Size: 253 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090909/4ba848c0/attachment.vcf
2009 Oct 01
2
The problem of readLines
Dear R-users,
I use "readLines" to read data, but when processing the large data set, there are few files which can not be readed in:
48: In readLines(name_c[i]) ... :
incomplete final line found on 'C:/Documents and Settings/lma/My Documents/habitdata/244052900243997/calllog/calllog_log-20050505T121611.txt'
...
Whats the problem about this?
Regards,
Tammy
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
[[alternative HTML ve...
2007 Dec 06
3
Setting Multiple Values via func_odbc ...?
...need to SET multiple values.
Can this be done?
If not, I will just stick with MySQL, but that's a pain in the ass because the asterisk-addons package has no default rpm spec file for building an RPM.
I had something like this in func_odbc.conf:
[VOX_LOG_CALL_LEG]
dsn=MySQL
write=INSERT into CallLog (Source,IDDCode,AreaCode,ProviderId,SIPReply) values (${VAL1},${VAL2},${VAL3},${VAL4},${VAL5})
but it doesn't like it. In order for this to work, I'd have to have several LOG_CALL_LEG functions, each taking one parameter, and then requiring several database updates!
Doug.
____...
2005 Dec 12
2
How to use arbitrary relationships in Activerecord
How can I ask ActiveRecord to make it''s "has_many" code to work on some
arbitrary relationship between two tables? ie neither field is a primary key
The situation is that I am writing a Postfix management application and
one of the tables to manage is the "alias" table. My primary key in the
"mailbox" table is "id", but the alias table is just