Displaying 20 results from an estimated 200 matches similar to: "just softphone"
2006 Nov 20
1
g729 registered
Hi guys,
I've registered some g729 licenses, during register process everything
worked fine.
astk2*CLI> show g729
0/0 encoders/decoders of 20 licensed channels are currently in use
But I'm not able to use this codec. I'm trying to use a linksys PAP2 to talk
using g729 but I got this answer from asterisk:
Got SIP response 488 "Not Acceptable Here" back from
2008 Jul 10
1
redirecting when behind a firewall
Hi..
I know this isn't a centos/rhel/fedora issue... but i'm hopeful that someone
might have an answer!!!
thanks
VVVVVVVVVV
Got a bit of an issue here, that I can't seem to resolve.
I have a test domain on a dynamic service (dyndns.org). the test domain is
foo.gotdns.com, which i have pointing to my external cable/dsl address.
Here's my issue, I would really like to be able to
2004 Sep 30
2
2 DSL link, DNAT & SNAT
Sorry for the long descritpion of the problem, I''d like to know If I
misunderstand something or if I meet an intrinsic limit of my setup.
217.58.51.162 HDSL eth1 - SRV_XP: 192.168.254.10
eth0: 192.168.254.1 -----+------------------+-------
81.121.243.250 ADSL eth3 -
I want to allow incoming pptp request (port 1723) to be forwarded to
srv_xp
2016 Oct 25
4
Fix sharing ACL
Dear Rowland,
I changed smb.conf as its tip.
I had already read about the ACL's Windows and Posix.
Even changing the smb.conf and using the ACL methods, I still do not write access to the folder.
Example:
# mkdir /mnt/data/teste1
# ls -all /mnt/data/teste1
total 12
drwxrws---+ 2 administrator domain admins 6 Out 25 10:05 .
drwxrwxr-x+ 10 root domain admins 4096 Out 25
2012 Aug 08
4
Saving Splitted Series to Excel via XLConnect
Dear R Discussion List,
I would like to save my data as a xlsx file. But at first
I need to split it and then save each series into a Excel
column. Please take a look at the following code:
dados <- data.frame(matrix(c("2012-01-01","2012-02-01",
"2012-03-01","2012-04-01","2012-05-01","2012-06-01",
2011 Apr 08
4
Very simple question
Hi,
I have a very simple doubt.
Look:
> teste <- c("A","B","C")
> teste2 <- paste(teste[1],teste[2],teste[3],sep="+")
> teste2
[1] "A+B+C"
>
How to make it automatic, like I try to use paste(teste,sep="+") but the
paste dont get the teste elements separately to join again in a unique
element.
Exist any
2004 Aug 28
5
Distinctive ring detection problem
I am trying to get distinctive ring to work on my PSTN with no luck.
I can get 2 different ring codes but it skips the context assigned...
here is my complete zapata.conf:
[channels]
signalling=fxs_ks
usecallerid=yes
rxgain=1.0
txgain=1.0
language=en
context=default
usedistinctiveringdetection=yes
dring1=134,0,0
dring2=137,0,0
dring1context=internal2
dring2context=default
2011 Jan 01
3
Plot symbols: How to plot (and save) a graphic symbols originating from a table
Dear all,
Please, I have a doubt regarding symbol plotting
with data originating from a table.
Please, see below:
I have a tab delimited file called table1.txt with 4 columns:
ypos animal var1 var2
5 cat gina <= lady gina \u2264 lady
7 dog bill >= tony bill \u2265 tony
9 fish dude <= bro dude \u2264 bro
#I then load in the data to R:
table1<-read.table("table1.txt",
2015 Feb 20
2
virtio nic dosent use 10gbe speed.
Hello all.
We are moving from Xenserver 6.5 environment to KVM because we can't use
10gbe speed in our VM's so we decided to test KVM.
To inicial test I've create script, using qemu commands, to build two VM's
and test the nic speed.
Each VM has one nic, using virtio, into it own bridge. In this bridge we
associate one 10gbe physical nic.
They can communicate each other.
When
2011 Aug 24
2
how to list vnc port in xen 4.1
Hi all,
I try xen 4.1, but in my domU''s HVM don''t appear vnc port. I used in my
domU.cfg the parameter ''vncunused=1''.
How to get vnc port specified domU?
In another Xen (4.0.2), I get vnc port with ''xm list --long domU''.
(vfb
(vncunused 1)
(vnc 1)
(uuid cb20995f-55ae-55ce-143d-dd6a2ecc5969)
2009 Jan 06
2
[LLVMdev] LLVM Optmizer
The following C code :
#include <stdio.h>
#include <stdlib.h>
int TESTE2( int parami , int paraml ,double paramd )
{
int varx=0,vary;
int nI =0;
//varx= parami;
if( parami > 0 )
{
varx = parami;
vary = varx + 1;
}
else
{
varx = vary + 1;
vary = paraml;
}
varx = varx + parami + paraml;
for( nI = 1 ; nI <= paraml; nI++)
{
varx =
2008 Apr 10
2
mod_auth_ldap Apache2 on CentOS 5 and require group
Hi , i am facing a strange problem.
I have centos , i wan to access svn trought apache using mod auth ldap.
This is what i have configured
AuthLDAPBindDN cn=svn,ou=Operators,o=Organization
AuthLDAPBindPassword Pass1
AuthLDAPURL "ldap://ldap/ou=Users,o=Organization?uid"
AuthLDAPGroupAttribute member
AuthLDAPGroupAttributeIsDN on
Require
2016 Oct 24
4
Fix sharing ACL
Gentlemen,
I am struggling to solve this problem.
My file server Samba 4.4.5.
Even the administrator user (domain admin) could not write to the share.
Could someone give me a hint, in order to solve this problem?
shared folder: /mnt/data
Folder permissions:
# getfacl /mnt/data/teste/
getfacl: Removing leading '/' from absolute path names
# file: mnt/data/teste/
# owner: ricardo
2002 Jul 07
1
Error in tree package
Hi.
I'm using the tree package to fit one tree from a training set.
I'm using the command:
hm.tr <-tree(X1~.,teste2, mindev = 0, minsize = 2)
and i get the error:
Error in "row.names<-.data.frame"(*tmp*, value = fit$node[1:n]) :
duplicate row.names are not allowed
the frameset, has 180 columns and 16000 rows.
The
2007 Jan 10
2
Get dialed numbers in AGI
Hi,
I'm trying to write a AGI in PHP to get the numbers dialed (with read()),
save it into a variable to insert it into a SQL server database. But I
cannot see results into the variable, it always return NULL.
Here is a piece of the AGI.
fwrite(STDOUT,"exec Read my_var|/sound_to_play|5|||15 \n");
fflush(STDOUT);
$conn=odbc_connect('MSSQL', 'USER', 'PASS');
2007 Nov 07
2
Trouble in creating a list
I want to create a list based on the information from a data.frame,
Model. So I tried the following:
MyList <- list(colnames(Model)[2] = levels(Model$(colnames(Model)[2])))
but it failed with an error:
Error: unexpected '=' in "list(colnames(Model)[2] ="
I have the following problems with this command line:
(1) I wanted to use colnames(Model)[2] as a tag for the list:
2012 Oct 17
9
access my created share in smb.conf Only by Ip
Hello
samba4 rc3
*s4-ad -> samba server Host name
test.s4.com -> domain name*
*Dns Server -> Samba Internal DNS server , Bind 9.9.1-P2*
*win xp*
have access to default share such as sysvol by dns name (\\test.s4.com
\sysvol)
but if created a share in smb.conf Only access by IP such as :
\\test.s4.com\myshare -> no access and ask me for user and password !
2016 Oct 25
3
Fix sharing ACL
I removed the vestments of the DC user.map.
I had already trying to reset the permissions, following this session:
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs#Troubleshooting
When I try to reset the permissions as shown in the bottom page of the ACL Windows page, nothing happens.
# ls -l /mnt/data
total 20
drwxrwxr-x+ 3 administrator domain admins 4096 Set 30 09:44 NTI
2007 Jan 12
4
FW: Get dialed numbers in AGI
On 1/11/07, Mike D'Ambrogia <miked@jamagination.com> wrote:
>
> Ralph
>
> Kind of new to asterisk, and really new to AGI but it looks like you were
> trying to have the AGI script tell asterisk to read and lay the results into
> my_var and then regain control in the AGI script, is that correct?
>
> If so I don't think that will work since the dialplan
2017 Feb 03
3
Problems with winbind cache
Hi guys!!
I'm facing problem with Samba 4 + winbind that I spent some days to solve that without success and I'll appreciate any help.
I self compile samba 4 and apparently everything is working fine. I installed samba on six distributed servers at remote branch offices and all users, groups, dns and other components are replicating with success.
But last week I saw that windind