Displaying 3 results from an estimated 3 matches for "ast_activate_generator".
2003 Jun 18
0
MP3Player and Ringing (long)
...File pbx.c, Line 1116
(pbx_extension_helper): Launching 'Ringing'
Jun 5 01:55:37 DEBUG[1236360496]: File channel.c, Line 1163
(ast_indicate): Driver for channel 'SIP/5010-d3c4' does not support
indication 3, emulating it
Jun 5 01:55:37 DEBUG[1236360496]: File channel.c, Line 747
(ast_activate_generator): ast_activate_generator
Jun 5 01:55:37 DEBUG[1236360496]: File channel.c, Line 1381
(ast_set_write_format): Set channel SIP/5010-d3c4 to write format 64
Jun 5 01:55:37 DEBUG[1236360496]: File pbx.c, Line 1116
(pbx_extension_helper): Launching 'Wait'
Jun 5 01:55:37 DEBUG[1158913328]: Fil...
2005 Jan 28
3
chan_iax2.c problem?
....c:2896
#1 0x41153119 in iax2_send (pvt=0x816b710, f=0x424eef24, ts=32,
seqno=-1, now=0, transfer=0, final=32) at chan_iax2.c:3091
#2 0x41166e17 in iax2_write (c=0x20, f=0x424eef24) at chan_iax2.c:3551
#3 0x0805cd41 in ast_write (chan=0x816bd90, fr=0x424eef24) at
channel.c:1634
#4 0x080610e3 in ast_activate_generator (chan=0x816bd90,
gen=0x407ca918,
params=0x20) at channel.c:1554
#5 0x407c725e in ast_moh_start (chan=0x0, class=0x20 <Address 0x20 out
of
bounds>) at res_musiconhold.c:598
#6 0x41804e3d in dial_exec (chan=0x816bd90, data=0x816bd90) at
app_dial.c:882
#7 0x08074a1f in pbx_exec (c=0x816bd90,...
2004 Jun 30
3
Bugfix for CVS-HEAD-06/26/04-21:56:45
...t;>case, it accepts G711u). So, I ended up adding an if conditional to
>>>>>the beginning of the playtones_alloc function (indications.c) to check
>>>>>if SLINEAR was supported by the channel, and if not, return 0 (which,
>>>>>when received by the ast_activate_generator function (channel.c),
>>>>>causes the channel generatordata to remain empty, effectively stopping
>>>>>the SLINEAR data from being sent in the most nonintrusive way possible).
>>>>>
>>>>>NOTICE: this bugfix will work for similar issues i...