similar to: AOC on misdn?

Displaying 20 results from an estimated 1000 matches similar to: "AOC on misdn?"

2005 Dec 15
3
AoC (Advice of Charge)
Does Asterisk support Advice of Charge? I was told that my Telco sends me billing signalization that way, and I wonder can I use it? -- Tomislav Parcina ime.prezime@email.t-com.hr
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 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
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
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
2007 Jan 19
5
mISDN
Hi all, i downloaded and installed mISDN with 2.6.8 kernel, but when i try mISDN-init scan (or config) i get this error: [!!] FATAL: bc not in path, please install. Anyone can help me. Tnx Giordano -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.17.0/639 - Release Date: 18/01/2007 18.47 -------------- next part
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 Feb 07
4
Billing pulses
Hello, I've discovered that in Italy ISDN lines can be programmed to generate a "billing pulse" every n seconds (it dipends from the pricebook). The pulse has these figures: frequency .................................................................... 12 kHz ? 1% level .......................................................................... 200 mVrms on 200
2015 Sep 21
3
Respond to an out of call SIP MESSAGE
On Mon, Sep 21, 2015 at 9:45 AM, D'Arcy J.M. Cain <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
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
2015 Sep 28
3
Respond to an out of call SIP MESSAGE
Sorry for the delay here. For some reason the mail from Joshua Colp failed to deliver to my mailbox. So, anyway, I've set up a local scenario on my computer a PJSIP client and Asterisk 11.17.1 (On a fedora linux workstation) with the settings listed below. In this scenario I've used UDP, but I want a configuration that can be used with any transport protocol. I can see that the context
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
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:
2007 Mar 27
1
AOC billing
Hello, is there someone who knows if I can use AOC for billing in Asterisk? I mean: let's say I have an external SIP device that produces AOC data. This device connects me to the telco network. Can Asterisk, if connected via SIP with this device, collect AOC data and put it in the CDR records? If not, which is the right way to use AOC for billing? Thanks a lot Stefano Corsi -- Stefano
2009 May 04
1
AOC (advice of charge) current status.
> Hello everyone, > > I am trying to find out whether AOC (any of the 3 types) is currently supported by Asterisk and for which hardware combination. > > Does anyone know if? AOC info can be used in the CDR when the interface to the outside world is ISDN BRI (not pri) and the internal counterpart is an analog extension (dahdi, i guess)? What about sip or iax? > > I have found
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
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
2009 Feb 04
1
AOC-E pass through
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'd like to know what is the current situation with regard to AOC-E, when Asterisk is inserted between the telco and an existing PBX, using E1 / EuroISDN. Can Asterisk pass the AOC-E information received from the telco to the PBX, so that billing system still works? The system would be for a hotel, so breaking billing system is not possible.
2006 Dec 14
3
AOC-D or similar
hi all, I'm trying to send text messages to Snom 300 to show the credit remaining during the call... Sending a MESSAGE directly to the phone via udp i'm able to update the text on the display... but not during the conversation. I read about AOC, but i can't find any documentation about Asterisk + SIP + AOC Have you any experience, docs or workaround to suggest? Thx Ale