AW: [asterisk-users] ReceiveText()?

Yuan LIU yliu11 at hotmail.com
Sun Feb 25 22:37:23 MST 2007


>From: Michael Welter <mike at telecommatters.net>
>Date: Sun, 25 Feb 2007 08:53:09 -0700
>
>What is the mechanism used to SEND TEXT over a Zap channel?  Is it FSK?

"show AGI send text" indicates that it does so in channels that supports 
text.  "show agi receive text" indicates that most channels do not support 
text.  I take it that Zap channel doesn't.

Yuan Liu

>Roland Ndaka Fru wrote:
>>Here is how you can send/receive text in the DialPlan using an AGI script:
>>
>>print STDERR "1.  Testing 'sendtext'...";
>>print "SEND TEXT \"hello world\"\n";
>>my $result = <STDIN>;
>>&checkresult($result);
>>
>>
>>print STDERR "2.  Receiving Text 'receivetext'...";
>>print "RECEIVE TEXT 3000\n";
>>my $result = <STDIN>;
>>&checkresult($result);
>>
>>Greetz,
>>Roland.
>>
>>-----Ursprüngliche Nachricht-----
>>Von: asterisk-users-bounces at lists.digium.com
>>[mailto:asterisk-users-bounces at lists.digium.com] Im Auftrag von Olle E
>>Johansson
>>Gesendet: 24 February 2007 10:52
>>An: Asterisk Users Mailing List - Non-Commercial Discussion
>>Betreff: Re: [asterisk-users] ReceiveText()?
>>
>>
>>24 feb 2007 kl. 03.15 skrev Yuan LIU:
>>
>>>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.
>>
>>EyeBeam and several SIP phones does receive those messages.
>>
>>We need to make sure that the application and the parser supports  UTF8 
>>messages, as both SIP and
>>IAX2 is standardized on UTF8 text messaging.
>>
>>/O
>>_______________________________________________
>>--Bandwidth and Colocation provided by Easynews.com --




More information about the asterisk-users mailing list