Displaying 20 results from an estimated 800 matches similar to: "New SMS gateway command"
2005 Mar 14
7
Voicemail SMS Alert - Possible?
I need to be able to send an sms alert to one's mobile/cell phone. For
instance, when I receive a voicemail message in my inbox, I also want to
be able to get a message on my cell phone alerting me of this e-mail. How
possible is this? And if it is, what do I need to do to get the service up
and running?
Ideas are most welcome.
Thanks,
Julius.
2005 Mar 24
5
* -> SMS w/out PSTN
Hi all
I have been googling and wiki-ing and have found a number of potential
solutions to my questions, but I don't want to have to play about for too
long and risk messing up my * box now I've just got it working, if one of
you kind folk could offer your 2 penneth, (being a Brit I'll have none of
this cents business ;] ).
I want to send an SMS message whenever I get a voicemail
2005 Jun 23
0
Driving direction sent to callers mobile phone via text/sms ?
Hi,
I'm wondering firstly if somebody already did this and what the best
way might be to go about it.
Basically I want to have a context in * which could just be a regular
extension that you can transfer an incoming caller to.
This extension could then do several things, the one bit I need advise
on is sending a sms to the
callers cell/mobile phone with driving directions.
1) Firstly it
2005 Jun 23
1
Driving direction sent to callers mobile phone viatext/sms ?
Great idea but can I ask how you intend to do the location/destination
entry?
 
Did you see my other email a little while ago about potentially using
speech recognition for this process?
 
I've copied the original email below.
 
Cheers,
Dean
 
 
________________________________
From: Dean Collins 
Sent: Wednesday, 1 June 2005 10:11 AM
To: 'Asterisk Users Mailing List -
2005 Jun 30
7
Voicemail => SMS
Hi
I have been trying for a while to find a way to get an SMS send when I
receive a voicemail into my asterisk system.  I don't want to send an
SMS if the caller doesn't leave a message.  I have voicemail.conf set
up to email and delete.
302 => 302,Website Sales,sip@example.com,,attach=yes|delete=yes
However I can't seem to find a way to test is a message is left.  I
have tried
2010 Jul 16
1
Packages built before R 2.10.0
Dear list,
I am running R2.11.1 on 32 bit windows. I am receiving messages as
follows ...
> require(car)
Loading required package: car
Error: package 'car' was built before R 2.10.0: please re-install it
The package kohonen was another example.
This failure appears to be fatal and not only affects the package
concerned, but also all its dependents.
Is there anything I can do at my
2009 Jan 30
1
Using Rscript
Dear List,
Hopefully someone will point me to a piece of documentation that I have
overlooked.
I am running Rscript successfully to read and execute an R program, but
have failed
to find the correct syntax to route the output to a file using the
Rscript command that invokes
the job. I tried Rscript -e 'sink("outputfile")' script.R , but it then
ignored the scriptfile.
I know
2008 Dec 12
2
Extracting the name of an object into a character string and vice versa
I am still struggling to map a character string to an object name and
vice versa in R.
I thought the as.name() function might work, but observe the following
behaviour ...
> attach(warpbreaks)
> levels(tension)
[1] "L" "M" "H" 
> levels(as.name("tension"))
NULL
> objectname<-as.name("tension")
> objectname
tension
>
2009 Apr 02
2
Environments
Dear List,
No doubt I am going around this the wrong way, and hopefully one of you
will be able to tell me how to go about it the right way.
I want to change the names of an object inside a function and have it
stay changed in the global environment. I can only
effect the change inside the function as follows ...
>
2008 Dec 01
1
Coercing a list of variables in a function call
This is hopefully a trivial problem for list subscribers, but I am very
new to writing R functions.
I wish to call an R function written by myself from another program to
fit a model. I need
to tell it which of the independent variables are factors. I need to do
this in a generic way, 
so that when the list is passed, R will work through the variables in
the data frame and coerce them into being
2010 Mar 16
0
Ensembles in cforest
Dear List,
I'm trying to find a way to extract the individual conditional inference
trees from cforest ( a modelling function in the party package) in a
manner analogous to 
getTree in randomForest and I'm struggling. I can see that the
information is held within the ensemble list, but haven't been able to
work out how this sequence
of nested lists is structured or if any of the items
2008 Nov 06
0
Queries about step() and stepAIC()
I have been learning how to use these functions and would like to know
the following as
I have so far been unable to find the answers in the documentation.
1) What stopping rules are used ?
2) Can the stopping rules be changed?
3) Can the results of each step be stored as objects in R and if so how
?
4) Is there a worked example somewhere of using the keep= argument ?
Many thanks in
2008 Dec 11
5
Extracting the name of an object into a character string
Dear List,
I am writing a function in R with the facility to store models for later
use in scoring.
It would be very useful if I could include in the name of the file
stored the name of
the model object being stored, this name being chosen by the user in the
function
call. A simple function to store the name of an object as a character
string would fit the
bill, but I have not found one. name()
2005 Sep 09
0
CUPS username case wrong from Windows 98 client
I have a problem getting Windows 98 clients printing to CUPS printers
where I have the printer access allowed/denied by username. It appears
that samba is passing the username in uppercase to CUPS as the owner of
the printjob and then CUPS does not recognise that username and rejects
the job. It all works under Windows NT/XP.
I am running samba 3.0.20 and cups 1.1.23. The smb.conf file is below
2005 Jan 28
17
Speech Recognition
Does anyone know of a speech recognition module (like say yes or no, or
numbers) I guess due to the complexity of speech recognition it might just
be found in commercial applications or am I wrong like always?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050128/119168cb/attachment.htm
2010 Feb 12
2
Moving PDC from Fedora to RHEL5 - _net_auth2: creds_server_check failed. Rejecting auth request from client
Hi,
I'm in need of some help with moving a Samba PDC with LDAP backend from 
Fedora linux to RHEL. The DNS is also running on that server and needs 
to be moved also. The DNS and LDAP migration was simple enough. The new 
server works just fine when using it's own DNS and LDAP for 
authentication, and all the users appear to be intact after the LDAP 
import. nss_ldap is working just fine.
2005 Nov 19
1
new article on R at oreillynet.com
An article I wrote that provides a basic introduction to R has
been published on Oreillynet.com. The article is titled
"Analyzing Statistics with GNU/R". Here is the link:
http://www.onlamp.com/pub/a/onlamp/2005/11/17/r_for_statistics.html
Please feel free to post comments or interesting basic R scripts
at the end of the article. 
Kevin Farnham
2002 May 18
1
ACR program can't access CDROM under WINE
I have this windows program; call it ACR. Its very simple I think.....though 
I'm not a programmer. It's an educational program and mostly involves pulling 
up images and documents off of a CD. 
I have the latest WINE from codeweavers installed. It seems to run 
wordpad.exe, cdplayer.exe and even the ACR installation of the disk works 
perfectly. The config file looks OK to me. 
 So I
2007 Feb 13
3
Sending SMS from Asterisk
Hi:
Say I want to build an IVR application which sends an SMS message to a
mobile telephone when the caller responds to a prompt in certain way.
I think I can manage the part about generating the message and building
something to actually send it. The part I'm foggy about is: how would I
actually get the SMS message to the carrier? Discussions with the
carrier have led absolutely nowhere
2005 Jan 12
1
help needed to move from Samba 2 to 3
Hi
I know that these kind of postings are sometimes frowned upon, so i will 
apologise in advance.
What we have had in place for over 5 years is a Redhat 5.2 machine 
running Samba 2.06, and Win 95, 98 and ME clients, with but Home and 
Public shares on Samba. I am happy configuring this version of Samba to 
do what I want it to do and it has worked well.
Needing to have Win 2000 & XP