Displaying 5 results from an estimated 5 matches for "fastsm".
Did you mean:
fastem
2005 Jun 30
7
Voicemail => SMS
...nd doesn't leave a message, when I test for
voicemail I get a positive, and so send an SMS, but its not a new VM
so I don't want notifying.
This was my last attempt before I gave up.
;exten => h,1,HasNewVoiceMail(30${dialed_extn})
;exten => h,2,goto(h,100)
;exten => h,102,DeadAGI(fastsms|4400000000000|Caller ${CALLERID} left
a new voice
mail at ${DATETIME} on Sales extn ${dialed_extn}|Asterisk)
;exten => h,103,Hangup
Any and all suggestions will be greatly appreciated.
Thanks
Mark
2005 Feb 28
0
New SMS gateway command
I thought it might be of interest to the group to pass on information about
a replacement SMS command we have developed for sending text messages from
Asterisk.
The FASTSMS command will route text messages to mobile phones in 154
countries. Applications include voicemail notifications, missed call alerts,
automated text receipts for callers (e.g. call reference number), system
alerts, etc, etc.
The key distinctions of FASTSMS over the existing SMS command are:
* Wo...
2005 Jun 23
0
Driving direction sent to callers mobile phone via text/sms ?
...ns or not.
2) If it does not detect they are on a cell phone (in the UK it could
look for prefix 079* etc)
then it asks the user if they want to enter their cell phone number so
that directions could
be sent as a SMS, so it then reads the users DTMF codes in and sends the text.
I'm using the fastsms agi etc from Bayham Systems:
http://www.bayhamsystems.com/asterisk.html which works well for
voicemail notifications etc, I figured I could use this to send the
directions.
I guess I would need an AGI script to do most of this?
Any pointers most welcome.
thanks
Mike
2008 Oct 10
9
How to enable inbound CLI for X-Lite/Asterisk phone.
Hi,
I am using asterisk 1.4.18. I am using it for inbound only call center.
The SIP phones are X-Lite. Right now when a call is proxied by Asterisk
to X-Lite the agent only sees asterisk written on its CLI screen. I want
the agents to be able to view the callees number. Is there any way to
make this happen.
Regards
Syed Nasruddin
-------------- next part --------------
An HTML
2005 Jun 23
1
Driving direction sent to callers mobile phone viatext/sms ?
...are on a cell phone (in the UK it could
> look for prefix 079* etc)
> then it asks the user if they want to enter their cell phone number so
> that directions could
> be sent as a SMS, so it then reads the users DTMF codes in and sends
the
> text.
>
> I'm using the fastsms agi etc from Bayham Systems:
> http://www.bayhamsystems.com/asterisk.html which works well for
> voicemail notifications etc, I figured I could use this to send the
> directions.
>
> I guess I would need an AGI script to do most of this?
>
> Any pointers most welcome....