similar to: SMS - how to send one

Displaying 20 results from an estimated 2000 matches similar to: "SMS - how to send one"

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
2006 Mar 29
3
SMS in Spain (it seems Protocol 2)
Hello, (I have asked it some time ago in Asterisk-es mailing list, so excuse me if anybody receive it twice.) I am trying to send SMS in Spain using landlines. It seems that app_sms.c only handles Protocol 1, but Spain and Italy are using Protocol 2. I have been searching in Internet without any results... anybody is sending SMS from Asterisk (or any method) using Protocol 2? (so, it seems,
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
2004 May 24
2
Newbie extensions.conf I need to include [SMS] context.
I want to include a new context in my exensions.conf I have read this page http://www.voip-info.org/wiki-Asterisk+howto+dial+plan and I can sort of follow it?! I have a context [local] that I know zapata.conf points to, I have edited extensions.conf and put in my phone, sip and iax extensions. I want to add an sms context. I understand that all calls go through my [local] context and I have
2004 Aug 13
1
queue name too long when sending sms over 32 chars
Hi everyone, I think asterisk is really great, but since I started sending sms using * I've some troubles with it! I setup everything as it is described at voip-info.org (http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20Sms) and it really works: I can send SMS - as long as they are shorter than 32 characters. btw I'm living in Germany and therefore I send my SMS via T-Com
2004 Jun 08
3
SMS in the UK
2006 Feb 21
3
Send flash through zap channel
Hi everyone, our setup includes a NEC PBX connected to our asterisk via bri lines. The NEC has a doorphone feature, which is just an extension that calls you when someone rings. When connected to this extensions, a 'flash' signalling opens the door. So now, i'd like to trigger this from asterisk, too, but unfortunately wasn't able to do so. Setup: asterisk
2005 Feb 01
2
IAX2 Softphone
For all the peoples that wanted to test my windows IAX2 phone, I've put it up on a server where it can be downloaded. For the ones that wanted the DLL, it's available on the same page. For the DLL, I will post a list of the functions in it and the parameters it expect as soon as I have some free time. All comments (good or bad) are welcome The phone can be used mostly with the keyboard
2005 Feb 05
3
ISDN X-Over
Hi all, I have just been reading an article on the asterisk-doc site about ISDN X-Over cables. The article mentioned the converting of an NT1 to make this possible, has anybody got the information required to modify a BT NT1? Or any information on the BT NT1. Thanks in advance. Regards Dave
2011 Feb 13
1
Call Files, Variable passing
Hi, I am having trouble passing variables via the call files, here is my call file via the php: fputs($oSocket, "Action: login\r\n"); fputs($oSocket, "Events: off\r\n"); fputs($oSocket, "Username: $strUser\r\n"); fputs($oSocket, "Secret: $strSecret\r\n\r\n"); fputs($oSocket, "Action: originate\r\n"); fputs($oSocket,
2011 Sep 02
5
how to add-edit-delete entery into asterisk conf files
Hi list, I want ot do basic work (add-edit-delete) into asterisk configuration files, like sip.conf, manager.conf,musiconhold.conf etc. Please guide me how to configure all these files from from AMI connection. I am able to login into AMI from Login action but I want to do more task in to it. *AMI login:- * *login.php* <?php $socket = fsockopen("127.0.0.1","5038",
2005 Dec 28
2
PHP Manager
Hi all, I have a small problem to execute Asterisk Commands in Asterisk Manager using PHP. I am able to run all Asterisk Manager command but the problem is comming with asterisk command. here is the code i am trying to run. <?php $socket = fsockopen("localhost","5038", $errno, $errstr, $timeout); fputs($socket, "Action: Login\r\n"); fputs($socket,
2009 Dec 18
2
To Asterisk AMI Gurus - Tacking issue with originate
Hello Everyone, I am making a simple index.php file which will allow a web user to enter his $phoneNumb, $dialNumb, and callerID ($spoofNumb) and get the call bridged. Following is the index.php and the contents of extensions_custom.conf. When I submit the form nothing happens. I don't even see Manager Connected msg. Your input will be much appreciated. I am thinking I have some syntax
2007 Jul 06
1
Asterisk Manager
Hi this is my code for * manager: $oSocket = fsockopen($strHost, 5038, $errnum, $errdesc) or die("Connection to host failed"); fputs($oSocket, "Action: login\r\n"); fputs($oSocket, "Username: $strUser\r\n"); fputs($oSocket, "Secret:
2012 Dec 12
1
Asterisk 11 originate errors
Hi, I'm getting errors while originating a call through AMI. [Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe [Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe [Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe Asterisk version 11.0.1
2007 Jul 08
1
Asterisk Help
Hi I need help in configuring a auto dialer system using Asterisk. I'm holding my customers number in MySQL want to fetch 10 numbers one time and dial if gets connected and answered by customer wants to play a sequence of message . Please help . I've tried here is my code to place calls but in this I see no of failure calls are more than 50%. so please advise.
2009 Dec 23
1
AMI originate and PHP
Hi Guys, I am trying to make a web form where a person is allowed to put in $phoneNumber, $dialNumber, and $spoofNumber to make a call with spoof caller ID. There are a few problems that I am facing with Asterisk AMI Originate command. The reason why I want to use the darn AMI Originate is because I am sending calls to mobile phones and I want to have some accountability and to know if a call was
2005 Sep 06
4
PHP and ASterisk Manager
Guys, is anybody using PHP sockets to connect to the Manager and send command like "show voicemail users" for example or any other? My question is, how to parse the return info in a way that can be shown back to the user via web (discard all the manager responses not needed)? Thx in advance for any help you can provide.
2006 May 23
2
Outband call from php script
Hello, I am trying to make the following... Can someone tell me if it is possible? Is someone willing to do it from an asterisk@home box? 1. I send an http request to asterisk@home box. Ex: http://asterisk@home/call.php?phone=0033102030405&code=12345 2. Application will call phone number 0033102030405 (using a sip provider) 3. Application will play a pre-recorded voice prompt 4. Application
2005 Jul 01
1
astmanproxy
Hello, I want to recieve the output from astmanproxy in a php script. Is that possible ? I made a simple php script: <PRE> <?php $socket = fsockopen("127.0.0.1","1234", $errno, $errstr, $timeout); fputs($socket, "Action: Login\r\n"); fputs($socket, "UserName: xxx\r\n"); fputs($socket, "Secret: xxx\r\n\r\n"); fputs($socket, "Action: