search for: sendtext

Displaying 20 results from an estimated 80 matches for "sendtext".

Did you mean: endtext
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...
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 -------------- An HTML attachment was scrubbed... URL: http://li...
2006 Feb 23
1
What SW/HW phones support sendtext feature (trying to send speech recognition results back to user)?
Hi, we've proof of conecpt system for speech recognition on Asterisk. We would like to send results of recognition back to user in standard way. Currently we're considering using sendtext command and it works with Firefly. But I'm curious what soft or hard ip phones that can connect to Asterisk support such feature ? Also what softphone would be most suitable for further work in adding such feature and possibly something more in this field ? Any other good way to send results...
2007 Mar 25
2
AOCD -> SendText()?
Hiya, i've just noticed that chan_misdn writes the AOCD information into a logfile. Has someone done a patch that sends this information via sendtext() to the active channel? At least some phones (like Cisco with chan_sccp and the snom-phones with SIP) can show this information on the display, what is kinda the idea with AOCD ;-) Regards, Andeas _________________________________________________________________ Live Search delivers results...
2015 Sep 21
3
Respond to an out of call SIP MESSAGE
...I have roughly the following configuration and handling: sip.conf: [general] accet_outofcall_messages=yes outofcall_message_context=sip-im and extensions.conf [sip-im] exten _X!, 1, NoOp(Got message) exten _X!, n, Answer() exten _X!, n, Agi(agi://localhost/messagehandler.agi?...) exten _X!, n, SendText(Message received) I can see in the log from Asterisk that the script in the sip-im context is running, but there is no message sent. I have followed the code in the call, and it seems like there is no channel registered with the SendText application. Is there some other approach that I could use t...
2004 Jul 08
1
displaying call progress with SendText on a Snom
Is there a list of phones (hard or soft) that support the Asterisk SendText or SendURL applications? I have been trying to make this work with a Snom 200 and a Cisco 7960, to display call progress information, such as which trunk a outbound call is routed to, but my attempts have been unsuccessful. The Snom claims to support SMS somehow, but searches reveal no useful inf...
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
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?...
2010 Jan 20
0
sendtext() SIP MESSAGE to Bria or Eyebeam
Hello! I tried using sendtext() in the Asterisk dialplan to send a SIP MESSAGE to Bria or a recent Eyebeam on my mac. I know it used to work, but right now I get "100 trying" and nothing else from the softphone. Anyone that knows what's going on here? Thanks, /O
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 "Forwarded to 01234567...
2015 Sep 21
3
Respond to an out of call SIP MESSAGE
...lt;darcy at vex.net> wrote: > On Mon, 21 Sep 2015 06:48:52 +0000 > Emil Ohlsson <emo at svep.se> wrote: >> [sip-im] >> exten _X!, 1, NoOp(Got message) >> exten _X!, n, Answer() >> exten _X!, n, Agi(agi://localhost/messagehandler.agi?...) >> exten _X!, n, SendText(Message received) > > I am not an expert but perhaps you want this. > > [sip-im] > exten s,1,NoOp(Got message) > same,n,Answer() > same,n,Agi(agi://localhost/messagehandler.agi?...) > same,n,SendText(Message received) > > Replacing "exten _X!" w...
2009 Jun 08
0
SendText and sipsak
Hi, Following advice in voip-info.org, I could successfully send text to a remote SIP endpoint using sipsak and this command : # sipsak -M -v -s sip:7530 at 192.168.100.123 <sip%3A7530 at 192.168.100.123> -B "Lunch time" warning: ignoring -i option when in usrloc mode timeout after 500 ms timeout after 1000 ms timeout after 2000 ms timeout after 4000 ms timeout after 4000 ms
2009 Nov 09
1
SendText
Does anyone have any success with sending a text message from extensions.conf to an PSTN endpoint such as a cell phone? If so, kindly send configuration for this part. I am working on an IVR and want callers to get a text message at a particular part of the call, after dialing a defined character (such as 22). -------------- next part -------------- An HTML attachment was scrubbed... URL:
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"; Response: Error Message: No such channel Any help would be much appreciated. -- Sincerely,
2015 Sep 28
3
Respond to an out of call SIP MESSAGE
...When this [authentication] [alice] type=friend host=dynamic username=alice secret=TopSecret nat=no transport=udp context=tutorial extensions.conf: [general] static=yes writeprotect=no clearglobalvars=no [tutorial] exten => _X!,1,NoOp(Got message) exten => _X!,n,Answer() exten => _X!,n,SendText(Zup dawg) exten => _X!,n,NoOp(Done with message) And when I run the scenario I get the following log: <--- SIP read from UDP:127.0.0.1:5059 ---> REGISTER sip:127.0.0.1:5060 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:5059;rport;branch=z9hG4bKPjd629f029-a971-4c83-9920-bb02da26cc25 Max-Forwards: 70...
2007 Feb 23
1
ReceiveText()?
How do I receive text sent from SendText() application? Asterisk lists text capability, so SendText() is successful. But I don't see an application to actually use it. Yuan Liu
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 -
2009 Apr 07
1
AEL2, BASE64_DECODE and hexadecimal
Hi, I'm trying to pass a single carriage return (0x0d in hexa) to Sendtext in an AEL2 file like this : SendText(${BASE64_DECODE(DQ==)}); Value sent (8 bytes long) is very strange : Content-Type: text/plain;charset=UTF-8 Content-Length: 8 ?ez?== Any workaround ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digiu...
2011 Nov 25
1
android won't play wav49: how to change format
android email will not play wav49 file attachments. See: http://code.google.com/p/android/issues/detail?id=1712 Now I'm getting a lot of pressure to change the format used in voicemail. Here's what I've got: format = wav49|gsm I'd like to change it to format = gsm|wav49, but the voicemail.conf.sample says "Don't Change the Format Unless You REALLY Know What
2005 Jul 19
1
two extensions for same phone
All, I am intersted in having 2 extensions for the same sip phone... The reason is when I am using the outgoing spool file to initiate a SendText() command to my SIP phone I dont want voicemail to answer the call and my text message go there. I want my outgoing call to FAIL and then I can try again some time later to deliver the message. Any suggestions on how to do this is appreciated. Thanks, Jerry