Displaying 20 results from an estimated 4000 matches similar to: "Emerging dilema? DID forwarding meets SMS"
2006 Jun 09
3
Trouble getting SMS working
Hi,
I have been trying to get my asterisk box to send SMS's to my Panasonic dect phone via
a Linksys pap2. I believe I have the message centers setup correctly
between * and the phone.
The pap2 is configured to only use G711a.
The Asterisk version is 1.0.7.
In my /etc/asterisk/extensions.conf I have
[smsphone]
exten = 199,1,Goto(smsmorx,${CALLERIDNUM},1)
[smsmorx]
exten =
2010 Apr 20
1
May need ruby developer
Hi,
I''m looking for a developer to help build an SMS messaging site.
Basically, users will have the ability to sign up for subscriptions to
receive daily SMS text messages of a particular topic. I know there
are a lot of sites out there doing this already from horoscopes to
diet tips, so there is likely someone on this board with experience
and it doesn''t take much work to get
2023 Jul 18
1
change language at console
On Wed, 1 Apr 2015, Prof Brian Ripley wrote: > I would start by trying LANGUAGE=en , e.g. More specifically, you can use en_US or en_GB. Rich [...]
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
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 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
2023 Jul 05
1
textual analysis - transforming several pdf to txt - naming the files
I am taking my first steps in textual analysis with R.
I have pdf files consisting of company reports for several years (1 file corresponds to 1 company and 1 year).
My idea is to start by transforming all my pdf files into txt files for further treatment and analysis (this will allow me to group the files by company or by year, depending on the future analysis to be performed).
I do not have
2004 Aug 16
0
Help: SMS in UK
Hi-
Having a little trouble with the SMS application in the UK. I've read the
wiki topic and also the BT documentation SIN 413, which describes the
service technically.
I've been able to successfully send messages from my customer's ISDN
landline to various mobiles, but cannot get the mobiles to be able to send
messages back to the landline. I've tried sending from both Cellnet
2004 Jul 05
0
SMS on TE410P
In belgium people can receive SMS's on fixed lines, my question is if this feature is possible on the digium TE410P card in combination with asterisk ?
Kind regards
Michael
DISCLAIMER: The content of this e-mail message does not constitute a commitment of DKMA bvba This e-mail and any attachments thereto may contain information which is confidential and/or protected by intellectual
2023 Jul 05
1
textual analysis - transforming several pdf to txt - naming the files
convertpdf2txt <- function(dirpath){
files <- list.files(dirpath, pattern = "Consoli.*\\.pdf$", full.names
= TRUE)
files <- chartr("\\", "/", files)
x <- lapply(files, function(x){
pdftools::pdf_text(x) %>%
paste0(collapse = " ") %>%
stringr::str_squish()
})
new_names <-
2008 Oct 28
5
Sendmail for Voicemail
When I send email from my local asterisk machine, my IP address get's
RBL'd.
Asterisk is my only reason for running sendmail, so to keep it simple, I
tried to make my ISP's mail server a 'smart host' (relaying to a trusted
mail server) but my ISP doesn't allow ANY kind of relaying these days.
I imagine there are many like me who are not sendmail experts who want
to
2007 Sep 13
1
SMS in France - allways get "NAK"
I'm trying to send an sms:
smsq --motx-channel=CAPI/g1/0809101000 0607396666 "X"
It seems to try to do something, but FT aren't happy:
-- Attempting call on CAPI/g1/0809101000 for application SMS(0) (Retry 1)
== ISDN4#02: Setting up DTMF detector (PLCI=0x104, flag=1)
[Sep 13 15:45:50] WARNING[23584]: pbx.c:5142 ast_pbx_outgoing_app2: CAPI/ISDN4#02/0809101000-1 already
2013 May 01
1
SMS Scenario
Hello;
I need two scenarios:
1) If someone sent SMS message, then we need to query information from the database based on information sent by the SMS (like the name or the mobile number), after querying from the database, we need to reply by the SMS. Can asterisk do this? To which level?
2) I have vtiger CRM, and it is possible to send SMS (there is a button: send SMS), the question is: what is
2016 Nov 29
2
Asterisk compatibility with SMS services
> Can anyone comment on using SMS in conjunction with VoIP service using
> one of these three VoIP providers: voip.ms, vitelity.com,
> flowroute.com? Are some SMS services more compatible with Asterisk
> (i.e. SMS over SIP works perfectly or not)? Is it best to use a
> different data channel for SMS messages (i.e. SMS via HTTP, SMS via
> XMPP) instead of Asterisk's built
2004 Dec 20
1
AW: SMS - how to send one
Is it possible to get a conf.-example?
-----Urspr?ngliche Nachricht-----
Von: Stefan Reuter [mailto:asterisk@stefan.de]
Gesendet: Montag, 20. Dezember 2004 00:40
An: Asterisk Users Mailing List - Non-Commercial Discussion
Betreff: Re: [Asterisk-Users] SMS - how to send one
> > Um, sorry, but if SMS is not for sending to mobile phones, then what is it
> > for (if it matters, I'm
2016 Nov 29
2
Asterisk compatibility with SMS services
Can anyone comment on using SMS in conjunction with VoIP service using
one of these three VoIP providers: voip.ms, vitelity.com, flowroute.com?
Are some SMS services more compatible with Asterisk (i.e. SMS over SIP
works perfectly or not)? Is it best to use a different data channel for
SMS messages (i.e. SMS via HTTP, SMS via XMPP) instead of Asterisk's
built in SMS application
2004 Dec 02
2
Asterisk with SMS
Hi all,
I am trying to setup the SMS of Asterisk. I have a Siemens SMS enable
fixed phone which connects to my Asterisk through PSTN. Currently, I
can use my fixed phone to edit and send messages to the Asterisk.
However, I cannot make my Asterisk to send messages to the fixed phone.
The SMS command displays TX and RX records, hang for a while and then
stops with non-zero exits.
I read
2013 Jul 15
2
Dongle or extra channel and sip SMS
Hello;
I need to be able to send SMS messages for campaign or for specific users, also I need to be able to receive SMS messages and do automatic reply.
Do I have to use dongle or extra channel? What is the difference?
Also, I read that there is SMS through sip, how this work and what is the difference between the sip SMS and gsm sip? If I need to send sip SMS, how destination will receive it?
2008 Dec 20
5
SMS text messaging capabilities
Hello!
What kind of sms text messaging capabilities does Asterisk have?
I do not know very much about about SMS technology, but I am looking for the
following features:
1. mobile SIP devices can send and receive SMS messages
2. Asterisk server be able to accept and send SMS messages through PRI lines
and Internet connections.
I noticed that Asterisk has an SMS function, but I am not farmiliar
2007 Apr 17
5
sending an SMS via Asterisk?
I've been googling and reading a lot, but I'm not getting any closer to
getting an SMS sent via Asterisk.
Prior to switching to asterisk, I used sms_client on an ISDN line to
dial one of two Swisscom SMS centers: 0900900941 or 0794998990.
My dialplan looks like this:
exten => 0900900941,1,Goto(smsmotx,${CALLERIDNUM},1)
exten => 0794998990,1,Goto(smsmotx,${CALLERIDNUM},1)
;
2004 Nov 19
2
app_sms: problems sending a sms
Hello,
i try to send out a sms, but with no success.
The trunk is a E100P, and the sms should go out to the
Telekom SM-SC. What i want to to at the first run is,
sending out a sms when a certain number is dialed.
I tried:
In extensions.conf:
exten => 35953,1,SMS(${TRUNK}/9350193010,,0179NUMBER,"Hi there")
exten => 35953,2,SMS(${TRUNK}/9350193010)
exten => 35953,3,Hangup