similar to: SMS /w Asterisk

Displaying 20 results from an estimated 5000 matches similar to: "SMS /w Asterisk"

2007 May 15
3
Sending bulk SMS messages from Rails app
Hi, One of my model generates short messages that has to be delivered to mobile phones as SMS''s. I am not sure how to proceed from here. 1. What are the components I would need? 2. Do I need a GSM modem? If yes how would it integrate with my app? 3. Does my hosting provider needs to have a GSM modem? 4. Does sending an SMS cost anything? If yes how much would a single SMS cost? Any
2011 Nov 29
2
SIM to E1 gateway, and SMS gateway
Hi All; I need to use a gateway that converts from SIM to E1 to I can send and receive calls via the GSM, so did any one use a good gateway for this and reliable and stable and costly effective, so he can advise us to use it? Also, it will be a separate product if we need also to use it for SMS (send and receive), also we need a reliable and constly effective product for this. Thanks in
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) ;
2010 Nov 09
1
SMS Gateway
Hi list, Anyone has some guidance in how can I project a SMS gateway with Asterisk. I mean, some good web link,pdf or something like that? Thanks in advanced!!Att, Flavio Roberto Miranda MSN:flaviormiranda at hotmail.com Skype: flaviormirandaru -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jul 09
4
is possible to sen sms with asterisk in Spain?
Hi all, I?m a beginner with asterisk and I want to know if with asterisk I can send sms to a mobile, I?m on Spain, and I don?t know this can be a problem (with the operators...) I have Elastix 1.3.2 and I have seen this url: http://mirror.su.lt/voip-info/wiki/view/Asterisk+cmd+Sms.html I have tried the smsq command but I can get it work, (as I say I?m a begginer and I don?t understand several
2006 Jun 29
1
using kannel with asterisk
hello I have an asterisk server with a te110p E1 digium card. the server is a hp ML370 3,2 Ghz 64bits, 1Mo L2 , 1Go Ram, 3 SCSI 73Go in raid5. I want to use in the same machine the kannel SMSC. i have no big trafic in the two gateway but I want to know if it generate a performence problem for asterisk I use fedora core4 with latest asterisk version . thanks Regards issam -------------- next part
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
2009 Jul 03
1
*Sort of Commercial* TracFone's $45 unlimited offer to 'stun' rivals
Great for Chan_Mobile and GSM modem for SMS in Kannel or if Asterisk supports SMS over GSM modem. I know chan_mobile had SMS in the future at one point but have not revisited the project since. "America Movil's MVNO TracFone Wireless quietly unveiled a prepaid, nationwide unlimited offering for $45 per month that includes unlimited text messaging and 30 MB of data."
2007 Feb 13
3
SMS via VoIP and web
Where can I get a starting point for setting up sms via VoIP and via web. I want to send SMS from VoIP or web to VoIP phones and GSM phones. 1. how to set-up? 2. which smsc should I use? (what is the price?) 3. which phones can be used? bye Ronald
2005 Jul 18
1
Sending an SMS out of Asterisk via Kannel
GOAL: To pass variables from Asterisk to Kannel when sending out an SMS message using a URL. CURRENTLY: I am able to pass a URL via Asterisk to Kannel and out of my GSM modem BUT I haven't figured out how to include Asterisk variables in the string. I was hoping someone could help me figure out what I'm doing wrong. Perhaps there is a simple AGI I should be using. I am not
2006 Apr 10
3
Vertical
Hi all. I'm in the process of configuring a phone system for my family and friends. I'm wondering if I should try to implement the "Vertical Services" (http://www.nanpa.com/number_resource_info/vsc_assign) in the Asterisk dialplan, or if I should delegate those functions to the various ATA's. For example, the Sipura SPA 2002 can handle*69 internally. On the other
2006 Feb 21
26
Net::SMS::BulkSMS 0.1
This is the first release of a new Ruby library for the www.bulksms.co.ukAPI which should allow simple integration of SMS functionality into your Ruby or Rails apps. Sending a message is as simple as: @service = Service.new(''username'', ''password'') @service.send_message(''This is my message!'', ''4479123456789'') # whats my
2005 Nov 10
3
kannel from dag - sqlite conflict with centos 4.2
I have a CentOS 4.1 box running Dag's Wieers kannel 1.4.0-3.2.el4.rf package which has a dependency on sqlite version 2.8.16-1.2.el4.rf also from Dag. If I try to up2date to centos 4.2 I'm hitting a conflict whereby 4.2 wants to install sqlite 3.2.2 - but kannel doesn't like that, reporting: Unresolvable chain of dependencies: kannel 1.4.0-3.2.el4.rf requires libsqlite.so.0 The new
2007 May 23
0
kannel on CentOS 5
Hi, has anybody out there who has setup kannel on CentOS 5. I just installed from src.rpm pls see below for installed rpms. [root at mailgw ~]# rpm -qa |grep kannel kannel-1.4.1-2.rf kannel-debuginfo-1.4.1-2.rf kannel-devel-1.4.1-2.rf I want to setup kannel for sending SMS via a web browser on this CentOS 5 box. I googled a lot. But I could not find a lot of info. I think I need an external
2012 Jan 26
2
Too many open files
Hi all, While trying to track down a T.38 issue, I came across a series of log entries like this: ============================================================================ [Jan 26 10:23:31] WARNING[32508]: udptl.c:948 ast_udptl_new_with_bindaddr: Unable to allocate socket: Too many open files [Jan 26 10:23:31] ERROR[32508]: acl.c:488 ast_ouraddrfor: Cannot create socket
2005 Sep 04
0
Asterisk SMS via IAX2?
In v1.2beta1, README.sms mentions that SMS() allows sending and receiving of text messages over the PSTN (and that it's not likely to work over a compressed link.) I think this likely answers my following question, but I wanted to ask because maybe someone has accomplished this: Is it possible to route an incoming SMS via a PSTN terminated IAX2 trunk using SMS()? Ideally, I'd
2005 Sep 01
0
How to resolve SMS/WAP/MMS/VoIP gateways on a shoestring?
I was wondering if anyone could shed some light on what options I have for mapping incoming/outgoing SMS messages to/from a telephone number that I am given by a VoIP provider who does not currently offer SMSC services? In other words, Voicepulse, my VoIP provider, provides me with a PSTN terminated number (hypothetically 222-222-2222). I use my Asterisk server to handle the calls that
2004 Dec 15
7
VoIP Termination
Hi all. I'm looking to change from a standard telephone line to a VoIP phone line at home. I'm looking for recommendations for VoIP providers that I can use with Asterisk. One of the catches is that I often telecommute and sometimes I do some side business; these practices violate many provider's acceptable use policies. So, I need a provider who doesn't care how I use the
2004 Jun 23
5
Skype 4 Linux
Hi All, Since 21 june skype is available to be used on Linux, with a static binary, which includes QT, of 8 meg its big. http://www.skype.com/help_linux_faq.html I presume, with some hacking, there could be a possibility to use the Skype program as a Channel. (Eq. Skype is started, and with a visual scripting thing a connection is made and Asterisk connects via OSS (or the alsa emulation
2010 Oct 26
2
No media being sent in SIP call
Hi all, I seem to be having a strange problem with a sip trunk. On a fairly frequent basis, I'll make a call, ore receive a call, and there will be NO sound. The strange part is that both endpoints are public IP addresses so NAT isn't in play and a sniffer trace reveals that the packets simply aren't being sent. It only seems to happen on a particular trunk. The same phone