search for: app_read

Displaying 20 results from an estimated 28 matches for "app_read".

2007 Oct 03
0
app_read prematurely bridges channels
...is sent to SIP/YYY until the macro exits exten => s,n,Playback(someotherfile) ;This and subsequent audio from the macro is not heard on either channel Once the macro finishes, audio is passed between the two channels as expected, however there is obviously something very wrong happening in app_read for the channel to be what appears to be partially bridged before the macro completes, though I can't see what it is. I thought it might be answering the chan, but the 'n' option to Read should skip around this, and has no effect. I've searched the bugtracker to no avail, full deb...
2009 Nov 26
1
app_read does not seem to work with SIP early media (it answers the channel)
...l exten => 123,n,Ringing exten => 123,n,Wait(2) exten => 123,n,Read(digitin,,1,,,10) exten => 123,n,NoOp(we have read digit ${digitin}) exten => 123,n,Wait(10) exten => 123,n,Playback(demo-echodone,noanswer) exten => 123,n,Congestion exten => 123,n,Busy Is this a bug in the app_read? Do you know a workaround? I have already tried some tricks with Chanspy but I did not succeed. Thank you! Best regards, Alex
2011 Nov 21
1
AEX410P drops DTMF digits
...I'm running a 1.4.42 install on SUSE with an AEX410P card. The DAHDI release is 2.4.0 because the machine won't properly install 2.5 and also won't install Asterisk 10.0 because I can't get a good SQLite3 library to install. Whenever I enter DTMF very quickly or very slowly, app_read des on me. Has anyone experienced similar joy using DAHDI drivers? I've piddled with channel.c and app_read.c trying to tame this beast but it seems to have the better of me. Thanks in advance Danny Nicholas -------------- next part -------------- An HTML attachment was scrubbed... U...
2009 Apr 27
2
Change Termination of Read Command
Greetings all, This is a "just-for-fun" question. I was reading the support forum and a fellow there wanted Read() to stop on * instead of #. I thought that changing app_read.c would resolve this current if (tmp[x-1] == '#') { tmp[x-1] = '\0'; break; new }if (tmp[x-1] == '*') { tmp[x-1] = '\0'; break; } He applied and recompiled, but no joy. Any ideas why? Danny Nicholas -------------- next part -------------- A...
2023 Jul 07
0
Asterisk Release certified-18.9-cert5
...- res_mixmonitor: MixMonitorMute by MixMonitor ID - format_sln: add .slin as supported file extension - bridge_builtin_features: add beep via touch variable - cli: increase channel column width - app_senddtmf: Add option to answer target channel. - app_directory: Add a 'skip call' option. - app_read: Add an option to return terminator on empty digits. - app_directory: add ability to specify configuration file User Notes: ---------------------------------------- - ### AMI: Add CoreShowChannelMap action. New AMI action CoreShowChannelMap has been added. - ### cel: add local optimization beg...
2023 Jul 07
0
Asterisk Release certified-18.9-cert5
...- res_mixmonitor: MixMonitorMute by MixMonitor ID - format_sln: add .slin as supported file extension - bridge_builtin_features: add beep via touch variable - cli: increase channel column width - app_senddtmf: Add option to answer target channel. - app_directory: Add a 'skip call' option. - app_read: Add an option to return terminator on empty digits. - app_directory: add ability to specify configuration file User Notes: ---------------------------------------- - ### AMI: Add CoreShowChannelMap action. New AMI action CoreShowChannelMap has been added. - ### cel: add local optimization beg...
2005 Jan 15
1
can't install 1.0.3
Hello list, I have been running Asterisk CVS for a good while. When I try to install 1.0.3, asterisk won't start. Below are the last few lines of output before Asterisk crashes. I ran "make samples" to start with a fresh setup. [app_read.so] => (Read Variable Application) == Registered application 'Read' [app_alarmreceiver.so] => (Alarm Receiver for Asterisk) == Parsing '/etc/asterisk/alarmreceiver.conf': Found == Registered application 'AlarmReceiver' [format_gsm.so] => (Raw GSM data) ==...
2009 Nov 06
1
app read accept # sign
hello, I'm using Asterisk 1.6.0.5 . And I'm creating IVR, and I need that Read application accepts # sign, So is it possible? And maybe there is a workaround? Thanks -- Pagarbiai / Best Regards, Giedrius -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091106/2f2b443c/attachment.htm
2023 Mar 09
0
Asterisk 18.17.0 Now Available
...on INVITE to endpoint (Reported by Yury Kirsanov) * ASTERISK-30198 - Error `Too many open files` occurs after about ~8000 calls when using mixmonitor (Reported by Julien Alie) Improvements made in this release: ----------------------------------- * ASTERISK-30411 - app_read: add option to include terminating digit on empty, terminated strings (Reported by Michael Bradeen) * ASTERISK-30405 - app_directory: Add 's' option to skip channel call (Reported by Michael Bradeen) * ASTERISK-30422 - app_senddtmf: add the option for senddtm...
2023 Mar 09
0
Asterisk 18.17.0 Now Available
...on INVITE to endpoint (Reported by Yury Kirsanov) * ASTERISK-30198 - Error `Too many open files` occurs after about ~8000 calls when using mixmonitor (Reported by Julien Alie) Improvements made in this release: ----------------------------------- * ASTERISK-30411 - app_read: add option to include terminating digit on empty, terminated strings (Reported by Michael Bradeen) * ASTERISK-30405 - app_directory: Add 's' option to skip channel call (Reported by Michael Bradeen) * ASTERISK-30422 - app_senddtmf: add the option for senddtm...
2023 Mar 09
0
Asterisk 20.2.0 Now Available
...en files` occurs after about ~8000 calls when using mixmonitor (Reported by Julien Alie) * ASTERISK-30347 - xmldocs: Remove references to removed applications (Reported by N A) Improvements made in this release: ----------------------------------- * ASTERISK-30411 - app_read: add option to include terminating digit on empty, terminated strings (Reported by Michael Bradeen) * ASTERISK-30405 - app_directory: Add 's' option to skip channel call (Reported by Michael Bradeen) * ASTERISK-30422 - app_senddtmf: add the option for senddtm...
2023 Mar 09
0
Asterisk 20.2.0 Now Available
...en files` occurs after about ~8000 calls when using mixmonitor (Reported by Julien Alie) * ASTERISK-30347 - xmldocs: Remove references to removed applications (Reported by N A) Improvements made in this release: ----------------------------------- * ASTERISK-30411 - app_read: add option to include terminating digit on empty, terminated strings (Reported by Michael Bradeen) * ASTERISK-30405 - app_directory: Add 's' option to skip channel call (Reported by Michael Bradeen) * ASTERISK-30422 - app_senddtmf: add the option for senddtm...
2023 Dec 14
0
asterisk release certified-18.9-cert6
...--- - res_pjsip_header_funcs: Duplicate new header value, don't copy. - res_rtp_asterisk.c: Check DTLS packets against ICE candidate list - manager.c: Prevent path traversal with GetConfig. - res_pjsip: disable raw bad packet logging User Notes: ---------------------------------------- - ### app_read: Add an option to return terminator on empty digits. A new option 'e' has been added to allow Read() to return the terminator as the dialed digits in the case where only the terminator is entered. - ### format_sln: add .slin as supported file extension format_sln now recognizes ...
2023 Dec 14
0
asterisk release certified-18.9-cert6
...--- - res_pjsip_header_funcs: Duplicate new header value, don't copy. - res_rtp_asterisk.c: Check DTLS packets against ICE candidate list - manager.c: Prevent path traversal with GetConfig. - res_pjsip: disable raw bad packet logging User Notes: ---------------------------------------- - ### app_read: Add an option to return terminator on empty digits. A new option 'e' has been added to allow Read() to return the terminator as the dialed digits in the case where only the terminator is entered. - ### format_sln: add .slin as supported file extension format_sln now recognizes ...
2004 Jul 21
0
Asterisk sees inbound call, but won't answer
...=> app_lookupcidname.so load => app_macro.so load => app_milliwatt.so load => app_mp3.so noload => app_nbscat.so load => app_parkandannounce.so load => app_playback.so load => app_privacy.so load => app_qcall.so load => app_queue.so load => app_random.so load => app_read.so load => app_record.so load => app_sayunixtime.so load => app_senddtmf.so load => app_sendtext.so load => app_setcallerid.so load => app_setcdruserfield.so load => app_setcidname.so load => app_setcidnum.so load => app_sms.so load => app_softhangup.so load => app_...
2005 Jul 18
0
Crash on reload only with autoload=no
...0 app_verbose.so Send verbose output 0 app_setcdruserfield.so CDR user field apps 0 app_enumlookup.so ENUM Lookup 0 pbx_config.so Text Extension Configuration 0 app_read.so Read Variable Application 0 format_gsm.so Raw GSM data 0 app_dial.so Dialing Application 0 app_striplsd.so Strip trailing digits 0 app_cut.so Cuts u...
2004 Nov 20
1
Asterisk dead but pid file exists - gdb asterisk core.13089
...symbols from /usr/lib/asterisk/modules/app_sayunixtime.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_sayunixtime.so Reading symbols from /usr/lib/asterisk/modules/app_cut.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_cut.so Reading symbols from /usr/lib/asterisk/modules/app_read.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_read.so Reading symbols from /usr/lib/asterisk/modules/app_setcdruserfield.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_setcdruserfield.so Reading symbols from /usr/lib/asterisk/modules/app_random.so...done. Loaded symbols f...
2004 Aug 08
1
No Sound and Jungle:
...ion 0 app_meetme.so Simple MeetMe conference bridge 0 app_zapras.so Zap RAS Application 0 app_random.so Random goto 0 app_setcdruserfield.so CDR user field apps 0 app_read.so Read Variable Application 0 app_cut.so Cuts up variables 0 app_sayunixtime.so Say time 0 app_hasnewvoicemail.so Indicator for whether a voice mailbox ha 0 app_cdr.so Ma...
2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
...eading symbols from /opt/asterisk/lib/modules/app_queue.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_queue.so Reading symbols from /opt/asterisk/lib/modules/app_random.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_random.so Reading symbols from /opt/asterisk/lib/modules/app_read.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_read.so Reading symbols from /opt/asterisk/lib/modules/app_readfile.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_readfile.so Reading symbols from /opt/asterisk/lib/modules/app_realtime.so...done. Loaded symbols for /opt/aste...
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
.../opt/asterisk/lib/modules/app_queue.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_queue.so > Reading symbols from /opt/asterisk/lib/modules/app_random.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_random.so > Reading symbols from /opt/asterisk/lib/modules/app_read.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_read.so > Reading symbols from /opt/asterisk/lib/modules/app_readfile.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_readfile.so > Reading symbols from /opt/asterisk/lib/modules/app_realtime.so...done. > Loa...