Displaying 20 results from an estimated 800 matches similar to: "Help with incoming SIP routing"
2008 Aug 26
1
more dot plots on 1 page
Hi,
I would like to have six dot plots on one page. I make the plots in a
'for loop' because it is six times the same graph but for different
subjects (species).
I tried it with "par(mfrow=c(3,2), oma=c(3,3,2,0), mar=c(2,2,2,2))"; but
this does not work for dot plots apparently.
Then I tried with print(). But then I had to give the dot plots names.
This also does not work.
2006 Jun 25
0
storing attribute legal values in model and/or database
I have a rails application which has a table ''cells'' which contains some
80 or
so attribute fields (related to the electrical characteristics of macros
that
are hooked together, instantiated in silicon and become microchips).
I want to also store the legal values for many of those attribute fields
in
another database table. The problem is that
1) the sub-set of attributes
2003 Nov 21
1
R-1.8.1 is released
I've rolled up R-1.8.1.tgz a short while ago. This is a patch version
mostly fixing a number of issues in 1.8.0, some of which were quite
serious. As usual, a few new features have crept in as well. (See below
for details.)
You can get it from
http://cran.us.r-project.org/src/base/R-1.8.1.tgz
or wait for it to be mirrored at a CRAN site nearer to you. Binaries
for various platforms will
2003 Nov 21
1
R-1.8.1 is released
I've rolled up R-1.8.1.tgz a short while ago. This is a patch version
mostly fixing a number of issues in 1.8.0, some of which were quite
serious. As usual, a few new features have crept in as well. (See below
for details.)
You can get it from
http://cran.us.r-project.org/src/base/R-1.8.1.tgz
or wait for it to be mirrored at a CRAN site nearer to you. Binaries
for various platforms will
2003 Jun 11
0
All extensions busy
Hi
Firstly could I thnk everyone who has helped me so far,
I just have a couple of queries
I have not had chance to debug this much yet
but When using the tdm40p all extesions busy themselves out, and * cannot rint
the extensions for incoming calls
is this because I don't have a hangup statement at the end of the incoming
context? if not has anyone any idea?
does anyone have a quick and
2005 Jul 14
0
Plzzzzz tell me how to register users in oh323.conf
Assalam Alaikum
i m using oh323.conf n i m calling netmeeting/SJPhone using
Dial(oh323/IP address of netmeeting or anysoftphone )
how can i call any extension .... first of all tell me how to register a uid n password there .... let's say i've a user
type=friend
username=adeel
secret=adeel
context=incoming
mailbox=31
plz plz plzzzzzz send me just a
2005 Jul 17
0
oh323.conf ... how to regitster users ... tell me PLZZZZZZ
Assalam Alaikum
i m using oh323.conf n i m calling netmeeting/SJPhone using
Dial(oh323/IP address of netmeeting or anysoftphone )
how can i call any extension .... first of all tell me how to register a uid n password there .... let's say i've a user
type=friend
username=adeel
secret=adeel
context=incoming
mailbox=31
plz plz plzzzzzz send me just a
2006 Jan 10
2
Problem with Action:Originate with ASterisk Manager
Hi Asterisk-users,
I am working with Aterisk Manager API's.
I can login successfuly with the following.
char buff[256];
strcpy(buff, "Action: Login\r\nUsername: admin\r\nSecret: unix\r\n\r\n");
send(msock, buff, 255);
Now I want to try Action: Originate, therefore I tried the following
char buff1[256];
strcpy(buff1, "Action: Originate\r\nChannel:
2008 Feb 14
6
UK -999 dialing issue
Hi Amit
OK, the majority of our calls go out via zaptel fxo and pstn lines.
When these are all busy, calls are routed via a VOIP provider here in
the UK. All activity is recorded in our logs, and I can find no trace
of either 999 or 112 (if since been reminded that in the UK, you can now
also use 112 which is consistent with continental Europe).
I can't find a call placed at the relevant
2019 Nov 16
2
Calcular variable dummy sobre configuracion de dos variables tipo factor. Dummy yo.
Hola, compañeros.
Pido ayuda con algo que sé que tiene que ser simple, pero la presión de
tener que sacarmelo de encima me simplifica a mí demasiado y no me doy
cuenta.
Tengo una matriz de datos en la que tengo características tipo factor,
necesito trasponer esa información a una matriz de datos binarios, en
función de algunas combinaciones de esas variables. Unas combinaciones
tienen que pasar a
2014 Jul 14
1
Call drop on Aastra SIP phones
Hello everybody,
I'm having issues with calls being dropped on Aastra phones, when the
call is on hold. Tested with models 6863i and 6867i.
I've figured that the call is dropped by Asterisk when it reaches the
rtpholdtimeout limit.
I've reported the issue to Aastra, asking them to implement some kind of
"RTP keep-alive" feature on their phones. Maybe the phone could send
2017 Jan 31
1
unexplained 'access denied' for windows workstations
Hi,
We are running a samba fileserver, access controlled using posix acl
(right 770, with users/groups on the filesystem level.
Therefore samba shares look like this:
[share]
path = /srv/academic
read only = no
writable = yes
create mask = 0770
directory mask = 0770
Now certain users complain that they cannot access certain folders, but
looking at the folders from the linux fileystem, their
2010 Feb 17
3
chan_local and Originate
Hi,
I've recently upgraded from Asterisk 1.4.22 to 1.4.29, and I'm now
having a problem with Originate and chan_local.
I'm using the following Manager API action to originate a call:
Action: originate
Priority: 1
Context: trunk
Callerid: 100
Channel: Local/100 at callback/n
Exten: 123456789
Variable: USERFIELD=127.0.0.1|USEREXT=123456789
WaitTime: 30
This is intended to first call
2015 Apr 29
3
Cannot authenticate the administrator account
Back to the RE-provision workbench. :-)
2003 Apr 29
6
callerid send to shell script with system command
hi!
anyone has a idea how to send caller id (incoming number)
to shell script like:
exten => s,1,wait,2
exten => s,2,System(/bin/script callerid-number)
exten =>s,3,answer
i need to run script in shell with command line like "/bin/script -a
123456789 "
this 123456789 must be callerid (incoming call) number.
tnx,
Thomas
2006 Jun 22
1
Thoughts on building a Voicemail only Asterisk server?
Hello List -
I've done some reading on voip-info regarding hardware requirements for an
Asterisk server; but I haven't been able to find anyone doing what we plan
to, so I am hoping you can assist.
We are looking to provide a voice mail only Asterisk solution for approx.
100 homeless people, a customer of ours is planning to provide the service.
The Asterisk service will reside in our
2012 Jun 16
1
Voicemail: Tell external number instead of internal number
Hello,
I have an internal extension, e.g. 1005 which is being called from an
external/public number like 123456789. Now when it comes to the spoken
voicemail information it says something like "number 1000 not available",
however it should say "number 123456789 not available". How can I configure
this? I already googled and I guess this is really easy, but I just
couldn't
2013 Jun 11
1
Help needed in feature extraction from two input files
Hi,
Try this:
lines1<- readLines(textConnection("gene1 or1|1234 or3|56 or4|793
gene4 or2|347
gene5 or3|23 or7|123456789"))
lines2<-readLines(textConnection(">or1|1234
ATCGGATTCAGG
>or2|347
GAACCTATCGGGGGGGGAATTTATATATTTTA
>or3|56
ATCGGAGATATAACCAATC
>or3|23
AAAATTAACAAGAGAATAGACAAAAAAA
>or4|793
ATCTCTCTCCTCTCTCTCTAAAAA
>or7|123456789
2009 May 11
8
Users can't login on Samba+Ldap
Hi,
I've migrated from an old samba installation (Samba as PDC) that used TDB
backend for password.
I've setup a box with ubuntu and samba 3 + ldap and I imported the old
users.
Old users works fine.
I have problems with new users and machines.
Old users works but they don't show up with smbldap-usershow command and
I've problem in changing their passwords. If I check the ldap
2006 Jan 31
3
Linking Asterisk Boxes with Sip
Not sure what's up with the mailing list here. For some reason mails
are not coming through.
Try again...
I am trying to link an asterisk box to my provider's asterisk server
via SIP. (I know I could use IAX, but the provider does not allow
that, so I can't). When an inbound call happens I get this:
Jan 31 13:09:14 NOTICE[3716] chan_sip.c: Failed to authenticate user