Displaying 20 results from an estimated 32 matches for "app_echo".
2007 Dec 31
1
app_echo.c
hi, all
I have test echo application for just fun.
I can'nt understand why this is used below in .c file,
format = ast_best_codec(chan->nativeformats);
ast_set_write_format(chan, format);
ast_set_read_format(chan, format);
without this this application work fine.
then why this is used.
any suggestion??
Bhrugu mehta
2013 Mar 04
2
Asterisk 11 - How to trim the number of modules to minimum ?
...minimum ?
Here is my modules.conf :
[modules]
autoload=yes
load => pbx_config.so
load => pbx_spool.so
load => chan_local.so
load => chan_iax2.so
load => chan_sip.so
load => app_authenticate.so
load => app_cdr.so
load => app_dial.so
load => app_dumpchan.so
load => app_echo.so
load => app_exec.so
load => app_hangup.so
load => app_macro.so
load => app_originate.so
load => app_playback.so
load => app_playtones.so
load => app_record.so
load => app_userevent.so
load => codec_adpcm.so
load => codec_alaw.so
load => codec_a_mu.sothe number o...
2005 Jan 03
1
echo test application delay using the asterisk cli
...cpu or any subsystems of the kernel, in
case you ask.
I'm using GNU/linux-2.6.10 on a p3-600 with emu10k1 spu (creative
soundblaster live), now using asterisk cvs from only a week old. I've
tried the distributions and many many cvs checkouts, but I'm getting
no further. The source for app_echo.c is only 30 lines long and does
nothing except writing out what it reads in. Mark Spencer, I'm
lost. Where does the latency stem from?.
Asking this on the asterisk irc channel gets me nowhere. I've tried
many many times formulating it different ways, but few seems to
understand I'm on...
2006 Jan 31
2
app_conference(Asterisk) with Speex
...di 31 janvier 2006 ? 10:43 -0500, Steve Kann a ?crit :
> jonathan blais wrote:
> > I'm using Linphone. I tested with Asterisk and Speex only, I created
> > a channel with echo and it worked. It seems to have problem when
> > using app_conference.
>
> If you just use app_echo, then asterisk won't be trying to decode your
> frames; it will just be sending them back to you. Therefore, if your
> client is using an incompatible packing of the frames, it won't
> matter, as long as your client can also understand it.
>
> In order to determine if your...
2006 Jan 31
2
app_conference(Asterisk) with Speex
I'm using Linphone. I tested with Asterisk and Speex only, I created a
channel with echo and it worked. It seems to have problem when using
app_conference.
Jonathan
2006/1/31, Steve Kann <stevek@stevek.com>:
>
> jonathan blais wrote:
>
> > Hi,
> >
> > Does anyone ever used Speex with app_conference in Asterisk ? I'm
> > having a hard time to figure
2006 Jan 28
3
Urgent: Unable To Execute after updating from SVN
...nels application)
== Registered application 'ZapScan'
[app_saycountpl.so] => (Say polish counting words)
== Registered application 'SayCountPL'
[func_cut.so] => (Cut out information from a string)
== Registered custom function CUT
== Registered custom function SORT
[app_echo.so] => (Simple Echo Application)
== Registered application 'Echo'
[app_alarmreceiver.so] => (Alarm Receiver for Asterisk)
== Parsing '/etc/asterisk/alarmreceiver.conf': Found
== Registered application 'AlarmReceiver'
[app_settransfercapability.so] => (Set IS...
2009 Jun 29
0
Asterisk ended with exit status 134... Asterisk exited on signal 6.
...fd:00
309050 /lib/libnss_files-2.9.so
0037e000-00382000 r-xp 00000000 fd:00
122336 /usr/lib/asterisk/modules/app_playback.so
00382000-00383000 rw-p 00003000 fd:00
122336 /usr/lib/asterisk/modules/app_playback.so
00383000-00384000 r-xp 00000000 fd:00
122314 /usr/lib/asterisk/modules/app_echo.so
00384000-00385000 rw-p 00000000 fd:00
122314 /usr/lib/asterisk/modules/app_echo.so
00385000-00389000 r-xp 00000000 fd:00
122316 /usr/lib/asterisk/modules/app_externalivr.so
00389000-0038a000 rw-p 00003000 fd:00
122316 /usr/lib/asterisk/modules/app_externalivr.so
0038a000-0038b000 r-x...
2016 May 29
2
asterisk odbc segfaults
doesnt work for me
Dne 29.5.2016 v 17:48 Niklas Larsson napsal(a):
> Hi,
>
>
> On 2016-05-27 18:28, Marek ?ervenka wrote:
>> after downgrade to 13.8.2
>> May 27 18:21:06 ast kernel: asterisk[16286]: segfault at 1010024 ip
>> b49162cd sp bfac0940 error 4 in
>> libmysqlclient.so.16.0.0[b48f1000+12e000]
>>
>> after downgrade to 13.7.2
>>
2006 Jan 31
0
app_conference(Asterisk) with Speex
jonathan blais wrote:
> I'm using Linphone. I tested with Asterisk and Speex only, I created a
> channel with echo and it worked. It seems to have problem when using
> app_conference.
If you just use app_echo, then asterisk won't be trying to decode your
frames; it will just be sending them back to you. Therefore, if your
client is using an incompatible packing of the frames, it won't matter,
as long as your client can also understand it.
In order to determine if your client is using a comp...
2006 Jan 31
0
app_conference(Asterisk) with Speex
...gt;jonathan blais wrote:
>>
>>
>>>I'm using Linphone. I tested with Asterisk and Speex only, I created
>>>a channel with echo and it worked. It seems to have problem when
>>>using app_conference.
>>>
>>>
>>If you just use app_echo, then asterisk won't be trying to decode your
>>frames; it will just be sending them back to you. Therefore, if your
>>client is using an incompatible packing of the frames, it won't
>>matter, as long as your client can also understand it.
>>
>>In order to det...
2010 Nov 27
3
sip echo server
I'm trying to find a way to setup a SIP server that will mainly echo
back a request from one agent only,
my question is do i need to setup any of the other conf files besides
extensions.conf and sip.conf?
the book says "If you plan on a pure VoIP network, the only real
requirement is the asterisk package," ,
but i'm doubtful about zaptel.
can anyone help me out?
2016 May 09
0
Asterisk 13.9.0 Now Available
...undled pjproject: compile error,
cannot find -lasteriskpj (Reported by Hans van Eijsden)
* ASTERISK-25882 - ARI: Crash can occur due to race condition when
attempting to operate on a hung up channel (Part 2) (Reported by
Richard Mudgett)
* ASTERISK-25867 - [patch] Video delay on app_echo (Reported by
Jacek Konieczny)
* ASTERISK-24605 - res_parking option parkeddynamic does not work
with the core Features 'parkcall' (DTMF initiated parking)
(Reported by Philip Correia)
* ASTERISK-25826 - PJSIP / Sorcery slow load from realtime
(Reported by Ross Beer...
2004 Jul 21
0
Asterisk sees inbound call, but won't answer
...oad => app_agi.so
noload => app_alarmreceiver.so
load => app_authenticate.so
load => app_cdr.so
load => app_chanisavail.so
load => app_controlplayback.so
load => app_cut.so
load => app_db.so
load => app_dial.so
load => app_directory.so
load => app_disa.so
load => app_echo.so
load => app_enumlookup.so
load => app_eval.so
load => app_exec.so
noload => app_festival.so
noload => app_getcpeid.so
load => app_groupcount.so
load => app_hasnewvoicemail.so
noload => app_ices.so
noload => app_image.so
noload => app_intercom.so
load => app_looku...
2005 Jul 18
0
Crash on reload only with autoload=no
...cation 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 up variables 0
app_echo.so Simple Echo Application 0
format_pcm.so Raw uLaw 8khz Audio support (PCM) 0
app_setcallerid.so Set CallerID Application 0
format_wav.so Microsoft WAV format (8000hz Signed Line 0
app_senddtmf.so Send D...
2007 May 08
1
asterisk 1.2 from svn ... lock on shutdown
...gt; codec_a_mu.so
load => format_pcm_alaw.so
load => codec_ulaw.so
load => codec_alaw.so
load => format_pcm.so
load => func_uri.so
;required by app_dial and chan_sip
load => res_features.so
load => app_dial.so
;playback and echo apps ...
load => app_playback.so
load => app_echo.so
load => codec_gsm.so
load => format_gsm.so
load => format_wav_gsm.so
load => chan_h323.so
load => chan_sip.so
load => chan_local.so
When I do: > stop now
asterisk hangs up, but locks:
*CLI> stop now
Beginning asterisk shutdown....
Executing last minute cleanups
Asteri...
2003 Apr 04
2
chan_h323 problems....
I have had * installed for a couple of weeks now and am very impressed. I have got Zap, SIP and MGCP working and can call freely between them with just things like transfer still to sort out etc.
I then though I would add H.323 support to my working system, having read the previous threads on the subject before I installed I installed the pre-reqs
pwlib
openh323
gnugk for h.323 gatekeeper
2004 Nov 20
1
Asterisk dead but pid file exists - gdb asterisk core.13089
...so
Reading symbols from
/usr/lib/asterisk/modules/app_mp3.so...done.
Loaded symbols for
/usr/lib/asterisk/modules/app_mp3.so
Reading symbols from
/usr/lib/asterisk/modules/app_system.so...done.
Loaded symbols for
/usr/lib/asterisk/modules/app_system.so
Reading symbols from
/usr/lib/asterisk/modules/app_echo.so...done.
Loaded symbols for
/usr/lib/asterisk/modules/app_echo.so
Reading symbols from
/usr/lib/asterisk/modules/app_record.so...done.
Loaded symbols for
/usr/lib/asterisk/modules/app_record.so
Reading symbols from
/usr/lib/asterisk/modules/app_image.so...done.
Loaded symbols for
/usr/lib/asteris...
2004 Aug 08
1
No Sound and Jungle:
...ce (AGI) 0
app_disa.so DISA (Direct Inward System Access) Appli 0
app_url.so Send URL Applications 0
app_image.so Image Transmission Application 0
app_record.so Trivial Record Application 0
app_echo.so Simple Echo Application 0
app_system.so Generic System() application 0
app_mp3.so Silly MP3 Application 0
app_directory.so Extension Directory 0
app_voicemail.so Co...
2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
...ding symbols from /opt/asterisk/lib/modules/app_disa.so...done.
Loaded symbols for /opt/asterisk/lib/modules/app_disa.so
Reading symbols from /opt/asterisk/lib/modules/app_dumpchan.so...done.
Loaded symbols for /opt/asterisk/lib/modules/app_dumpchan.so
Reading symbols from /opt/asterisk/lib/modules/app_echo.so...done.
Loaded symbols for /opt/asterisk/lib/modules/app_echo.so
Reading symbols from /opt/asterisk/lib/modules/app_exec.so...done.
Loaded symbols for /opt/asterisk/lib/modules/app_exec.so
Reading symbols from /opt/asterisk/lib/modules/app_externalivr.so...done.
Loaded symbols for /opt/asterisk/...
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
...pt/asterisk/lib/modules/app_disa.so...done.
> Loaded symbols for /opt/asterisk/lib/modules/app_disa.so
> Reading symbols from /opt/asterisk/lib/modules/app_dumpchan.so...done.
> Loaded symbols for /opt/asterisk/lib/modules/app_dumpchan.so
> Reading symbols from /opt/asterisk/lib/modules/app_echo.so...done.
> Loaded symbols for /opt/asterisk/lib/modules/app_echo.so
> Reading symbols from /opt/asterisk/lib/modules/app_exec.so...done.
> Loaded symbols for /opt/asterisk/lib/modules/app_exec.so
> Reading symbols from /opt/asterisk/lib/modules/app_externalivr.so...done.
> Loaded s...