[asterisk-dev] Digium TE820 on BSD: bunch of missed interrupts

2014-05-14 Thread Łukasz Wójcik
Hello there, I am developing custom DAHDI-based solution on FreeBSD. My work is based on already working DAHDI port by Max Khon, called dahdi-kmod26. I am using TE820 8-port Digium cards in HDLC mode. The problem I am observing is that starting from the very beginning (just after loading

Re: [asterisk-dev] [Code Review] 3485: pjsip: Fix a bug where transferring to a parking extension causes calls to hang

2014-05-14 Thread Joshua Colp
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3485/#review11887 --- /branches/12/include/asterisk/parking.h

[asterisk-dev] [Code Review] 3540: chan_local+app_dial: Propagagate call answered elsewhere over local channels.

2014-05-14 Thread wdoekes
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3540/ --- Review request for Asterisk Developers. Repository: Asterisk

Re: [asterisk-dev] [Code Review] 3536: res_musiconhold cleanup (part 1)

2014-05-14 Thread wdoekes
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3536/ --- (Updated May 14, 2014, 10:27 a.m.) Status -- This change has been

Re: [asterisk-dev] Digium TE820 on BSD: bunch of missed interrupts

2014-05-14 Thread Russ Meyerriecks
On Wed, May 14, 2014 at 2:57 AM, Łukasz Wójcik lukasz.woj...@zoho.comwrote: I would appreciate any clues and suggestions on how to improve the latency situation. I'm unfamiliar with BSD driver development but here are a couple things I might check: - Ensure the interrupts are being

Re: [asterisk-dev] [Code Review] 3540: chan_local+app_dial: Propagagate call answered elsewhere over local channels.

2014-05-14 Thread Jared Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3540/#review11888 --- Ship it! Looks simple and straightforward to me. - Jared

Re: [asterisk-dev] Digium TE820 on BSD: bunch of missed interrupts

2014-05-14 Thread Łukasz Wójcik
Hello Russ, 2014-05-14 17:36, Russ Meyerriecks: On Wed, May 14, 2014 at 2:57 AM, Łukasz Wójcik lukasz.woj...@zoho.com mailto:lukasz.woj...@zoho.com wrote: I would appreciate any clues and suggestions on how to improve the latency situation. I'm unfamiliar with BSD driver development

[asterisk-dev] Module pbx_lua not loading extensions.lua on startup

2014-05-14 Thread Dennis Guse
Hi, using the pbx_lua module for almost everything we have found a little annoying bug. On Asterisk startup the module is loaded - however the configuration (extensions.lua) is not loaded and therefore the lua-defined dialplan is not available. By applying module reload pbx_lua the dialplan is

Re: [asterisk-dev] Module pbx_lua not loading extensions.lua on startup

2014-05-14 Thread George Joseph
On Wed, May 14, 2014 at 2:58 PM, Dennis Guse dennis.g...@qu.tu-berlin.dewrote: Hi, using the pbx_lua module for almost everything we have found a little annoying bug. On Asterisk startup the module is loaded - however the configuration (extensions.lua) is not loaded and therefore the

Re: [asterisk-dev] [Code Review] 3535: bridge_native_rtp: Reconfigure bridge on removal of framehook; don't send re-INVITE to hungup channel

2014-05-14 Thread Matt Jordan
On May 13, 2014, 12:54 p.m., rmudgett wrote: /branches/12/bridges/bridge_native_rtp.c, lines 233-234 https://reviewboard.asterisk.org/r/3535/diff/1/?file=58431#file58431line233 Soft hangup flags are bit flags. You need to be using the operator to test not the == operator.

Re: [asterisk-dev] [Code Review] 3535: bridge_native_rtp: Reconfigure bridge on removal of framehook; don't send re-INVITE to hungup channel

2014-05-14 Thread Matt Jordan
On May 13, 2014, 7:40 a.m., Joshua Colp wrote: /branches/12/bridges/bridge_native_rtp.c, lines 233-234 https://reviewboard.asterisk.org/r/3535/diff/1/?file=58431#file58431line233 I'd add a message SOMEWHERE mentioning this logic, or make it obvious, or something. If someone goes

Re: [asterisk-dev] [Code Review] 3535: bridge_native_rtp: Reconfigure bridge on removal of framehook; don't send re-INVITE to hungup channel

2014-05-14 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3535/ --- (Updated May 14, 2014, 9:14 p.m.) Review request for Asterisk Developers

Re: [asterisk-dev] [Code Review] 3538: Partial fix to voicemail number maxmsg being overwritten.

2014-05-14 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3538/#review11891 --- /trunk/apps/app_voicemail.c

Re: [asterisk-dev] [Code Review] 3488: RAII_VAR: nested functions aren't portable. Adapting RAII_VAR to use clang/llvm blocks to get the same/similar functionality.

2014-05-14 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3488/#review11849 --- /trunk/configure.ac