similar to: ReceiveText()?

Displaying 20 results from an estimated 10000 matches similar to: "ReceiveText()?"

2007 Mar 05
1
SMS ON ASTERISK
We installed na Asterisk System whith 400 Softphone users (Eyebeam 1.5 from Counterpath). As far as we know, Asterisk don't support yet IM (Instante Message) feature,instead Eyebeam have this feature. Is that true? Is there any new version from Asterisk that supports IM? > Eduardo R. Assis > Soluziona Ltda > Consultor S?nior - TELECOM > Al. Tocantins, 125 - 290 andar -
2007 Feb 21
2
How does Asterisk use SIP info command
What Asterisk command I can use to send a SIP INFO command? Thanks for pointers. Yuan Liu
2009 Dec 23
2
Core show function?
Someone posted a message suggesting someone try sendtext() and so I thought I'd see if it was useful. Much searching through help at the CLI has failed to find any help for sendtext, but I did find that: "core show function vmcount" fails but: "core show function VMCOUNT" works. Is that a bug and if so, has it been reported? Ira
2010 Jan 17
2
How to escape characters in Dialplan
Hello, I'm using Asterisk 1.6.2.0 and I like to use escape characters with SendText, because I can just delete the message from my phone (Thomson Speedtouch ST2030) display by sending a return-char (\n). But \n is not escaped: I tried already: exten => 222, n, SendText(\n) exten => 222, n, SendText("\n") exten => 222, n, SendText('\n') exten => 222, n,
2005 Aug 11
1
help on receive text
Hi * users, I am only seeing SendText in the available asterisk applications. But I have not seen Receive Text application. I tried on asterisk-1.0.7 and 1.0.9. Can anyone tell me how to use this receive text command. I want to use receivetext command and get text information from an softphone so that that can be routed to some other phone supporting text message. (my soft phones are SIP/IAX
2007 Jan 14
2
To 1.4 or not
I don't have a particular reason to upgrade, but I'm installing a new box, so I have the opportunity to go 1.4. On the other hand, I'm not familiar with 1.4, and relatively new to Asterisk. So instead of trying to keep up with two different versions, I want to tie my handful of boxes to one, before any of them grow too complex. Is there a document about the main motivations to
2005 May 18
5
Polycom Instant Messaging
Can anyone explain the Polycom Text Messaging features built in to the IP 500/600? Can Asterisk (or something else) talk to it? I've seen vague references to MSN Messenger, and somehow that's mentally disturbing. Chris Coulthurst <mailto:chris@shuksan.com> chris@shuksan.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Feb 08
3
Asterisk and 802.11g
I'm greatly surprised when testing an Asterisk box with 802.11g. Here's the topology: VoIP caller --- 802.11g --- Asterisk --- 802.11g --- VoIP extension | FXO ___ PSTN extension When I call a VoIP extension on that box (from a VoIP extension), voice is good. But when this box tries to bridge the call with a
2005 May 06
1
SEND TEXT to an extension?
Hi, I understand SendText() sends text on the current channel. Is there a way to manipulate this feature to SendText toward another SIP device? I use Polycom IP600's. Local sendtext works fine. Would be nice to drop an instant message on another user's phone. thanks! Mark
2007 Jan 26
4
Does X100P decode caller ID?
The SM56 MODEM manual says it does. But when used with zaptel 1.2.12, nothing shows up. Yuan Liu
2009 Apr 07
1
OT - SIP MESSAGE, newline chars and formatting
Hi, I'm using a SIP phone (Thomson ST2030) which is able to display text received though Asterisk's SendText() application. I'm using this to display from Asterisk "Forwarded to 0123456789" whenever a user forwards his calls to another number or extension. Test is displayed with white letters on black background. What I can't do at the moment is erasing this
2007 Mar 05
2
Read() status?
Does application Read() return a status? Console displays stuff, but show application read doesn't mention any status variable. Yuan Liu
2015 Sep 21
3
Respond to an out of call SIP MESSAGE
Hi, I'm having trouble configuring Asterisk to respond to an incoming out of call SIP MESSAGE. The transport protocol is TLS and the Asterisk version is 10 (it's old, but I'm kind of stuck with it at the moment). Currently I have roughly the following configuration and handling: sip.conf: [general] accet_outofcall_messages=yes outofcall_message_context=sip-im and extensions.conf
2006 Dec 14
2
Console latency
Another bizarry: If I run the Echo application from the console, I can hear a very long delay (upward to 1,000 ms). I can run the same application from a GrandStream phone (on the same LAN) and hear little delay. What could possibly be wrong? If it were interrupt overload, I'd hear lots of cracks in my echo, right? I'm not hearing that. Besides, a telephony card is not involved.
2007 Feb 04
1
TDM400 stopped bridging outgoing FXO call
My TDM400/zaptel 1.2.10/Asterisk 1.2.13 suddenly stopped bridging outgoing FXO calls. If I make a call (from an FXS channel) to a PSTN destination, and the other side answers, Asterisk will show continued ringback on the FXS channel, while the PSTN side hears silence. No error message appears. If a call from PSTN terminates on the same FXO, Asterisk can still ring the FXS channel, and when
2007 Feb 11
2
Extensions in macro
Home someone can explain this: a Goto() command can walk within a macro, but if a digit is dialed from within a macro, the call flows back to the context that called the macro. Is there some way to "contain" the flow? Thanks. Yuan Liu
2012 Nov 18
1
How to MessageSend to a SIP from AMI Or CLI?
Hello all, I am running Asterisk 10.10.0 and I can send Message between SIP's no problem. However, I would like to be able to send send Message to a SIP from AMI Or CLI. I check the ListCommands On the AMI and it don't have MessageSend. Therefore, I try the SendText. AMI: Action: SendText" Channel: SIP/600" Body: This is a test. Message: This is a test. Extension: 600";
2008 Nov 24
1
SendText and non-ASCII characters
Hi, Is is possible to "translate" non-english text into ASCII text so that SIP phones would correctly display non-ASCII characters received from SendText() ? I think SIP MESSAGE (rfc3428) on which SendText() currently relies, defines "text/plain" Content-type but googling, I can't find a source describing what text/plain can or cannot be. Regards -------------- next part
2007 Jan 29
1
Timeout in IAX vs SIP
When Asterisk dials an IAX destination with no registration, it very quickly comes to the conclusion that it can't make the call -- Executing [500@default:2] Dial("Zap/1-1", "IAX2/guest@misery.digium.com/s@default") in new stack -- Called guest@misery.digium.com/s@default [Jan 29 21:43:15] NOTICE[1957]: chan_iax2.c:2686 __auto_congest: Auto-congesting call due to
2007 Feb 22
1
"Trunk" version of Asterisk?
Quite a few documents, including voip-info, make reference to this term. (e.g., "First, You need trunk version of Asterisk.") But I can't seem to find anything that defines this. In SVN, "trunk" simply refers to the main body of code. Can someone explain this? Yuan Liu