Re: [asterisk-dev] res_pjsip: sending to arbitrary URI

2013-11-22 Thread Matthew Jordan
having to specify said 'endpoint' when dialing an arbitrary SIP URI, which is very nice. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] Guidance required

2013-12-05 Thread Matthew Jordan
tried stopping ICE and starting it using ast_rtp_ice_stop/ast_rtp_ice_start? -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] Presence State in Asterisk 11

2013-12-07 Thread Matthew Jordan
bump the version, but this is one of those things that can only occur if you are using a feature provided by a loadable module and are a blithering idiot. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com

[asterisk-dev] Asterisk Test Suite: Proposed Logging Change

2013-12-08 Thread Matthew Jordan
of someone trying to figure out why a test failed, it would be a bit easier to look in those locations (as you usually have to anyway to look at the Asterisk logs), and it doesn't preclude using the logger.conf for the Python logger to create a central location for log files. Matt -- Matthew

Re: [asterisk-dev] Asterisk Test Suite: Proposed Logging Change

2013-12-09 Thread Matthew Jordan
the same - a test failure would copy the failing test's files over to logs/. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

[asterisk-dev] Fwd: [svn-commits] jrose: trunk r403588 - in /trunk: ./ channels/chan_pjsip.c

2013-12-10 Thread Matthew Jordan
/listinfo/svn-commits -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-dev] CDR bug in 1.8, 10 and 11 - Comments on patch please

2013-12-12 Thread Matthew Jordan
. The results are fairly messy :( The patch I've suggested is as simple as I could make it without just rolling back the patch. Hey Steve - I replied on the issue, but your analysis looks correct. Oh what fun CDRs are... Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis

Re: [asterisk-dev] WebRTC over SRTP-DTLS

2013-12-13 Thread Matthew Jordan
on the issue; I'll comment on some of the specifics you noted as well. Again - nice job! -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

[asterisk-dev] Asterisk 10 EOL Notice

2013-12-17 Thread Matthew Jordan
in Asterisk 10. So, to everyone who helped make Asterisk 10 successful, thank you! Matt [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http

Re: [asterisk-dev] Additional release checksums?

2013-12-21 Thread Matthew Jordan
, but it would be more stuff to browse through. Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth

Re: [asterisk-dev] Additional release checksums?

2013-12-22 Thread Matthew Jordan
files as well. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided by http

Re: [asterisk-dev] Additional release checksums?

2013-12-31 Thread Matthew Jordan
* Checksum results for both tarballs and patch files in a single file Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] [svn-commits] kharwell: branch 12 r404663 - in /branches/12: ./ channels/ configs/ include/...

2014-01-03 Thread Matthew Jordan
); for (i = objset; i; i = i-next) { RAII_VAR(char *, camel, ast_to_camel_case(i-name), ast_free); ast_str_append(buf, 0, %s: %s\r\n, camel, i-value); } return 0; } Hope that helps! Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville

Re: [asterisk-dev] [svn-commits] kharwell: branch 12 r404663 - in /branches/12: ./ channels/ configs/ include/...

2014-01-03 Thread Matthew Jordan
On Fri, Jan 3, 2014 at 9:57 AM, Olle E. Johansson o...@edvina.net wrote: On 03 Jan 2014, at 16:50, Matthew Jordan mjor...@digium.com wrote: In sip.conf, skinny.conf and other places, it's setvar without underscore. Why change the syntax already used? Hey Olle - The syntax here

Re: [asterisk-dev] [svn-commits] file: branch 12 r405019 - /branches/12/res/res_pjsip_nat.c

2014-01-07 Thread Matthew Jordan
for it later today. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-dev] ny Help ?every time AST_FRAME_DTMF_END .Asterisk-11.5.1 confbridge

2014-01-08 Thread Matthew Jordan
configuration. That will allow DTMF to pass through the conference - it's possible that your code is looking at the frames after they have passed through the softmix bridging technology, in which case, they would have already been consumed in the bridging core. Matt -- Matthew Jordan Digium, Inc

Re: [asterisk-dev] Asterisk 12 on Centos - uuid

2014-01-10 Thread Matthew Jordan
/uuid.h], []) AC_CHECK_FUNCS([uuid_generate_random], [SYSUUID=true], [SYSUUID=]) If you install the uuid-devel library, does that resolve the dependency for you? If so, I'll get the install_prereq script updated. Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW

[asterisk-dev] Asterisk Community Code of Conduct

2014-01-14 Thread Matthew Jordan
project - and the Asterisk community! -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth

Re: [asterisk-dev] Bounty for regular beep in Monitor() and MixMonitor()

2014-01-21 Thread Matthew Jordan
[2] https://wiki.asterisk.org/wiki/display/AST/Reviewboard+Usage [3] https://wiki.asterisk.org/wiki/display/AST/Writing+a+Python+Test [4] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Test+Suite+Documentation Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW

Re: [asterisk-dev] Media Format Work

2014-01-21 Thread Matthew Jordan
://svn.asterisk.org/svn/asterisk/team/group/media_formats/ Cheers, Somewhat off topic, but is there a silk codec for 12? Not yet, but shortly. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http

Re: [asterisk-dev] Asterisk handling of AVPF

2014-01-23 Thread Matthew Jordan
[2] https://code.asterisk.org/code/changelog/asterisk?cs=401884 [3] http://svn.asterisk.org/svn/asterisk/tags/11.7.0/asterisk-11.7.0-summary.txt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http

Re: [asterisk-dev] res_fax_spandsp segfaults during fax detection

2014-01-27 Thread Matthew Jordan
the issue. It may be necessary for something either in res_rtp_asterisk or res_fax_spandsp to verify that the number of samples in the RTP packet (or what the voice frame has in it before it gets handed off) matches what is expected. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan

Re: [asterisk-dev] Possible crash-scenario? Asterisk scheduler.

2014-01-30 Thread Matthew Jordan
On Wed, Jan 29, 2014 at 5:44 PM, Steve Davies davies...@gmail.com wrote: Hi, Thanks for looking at this. On 29 January 2014 16:34, Matthew Jordan mjor...@digium.com wrote: [snip] You'll note that the refcall is only called if ast_sched_del (eventually) returns a valid ID that it deleted

Re: [asterisk-dev] [r400723-400741] ConfBridge now has the ability to set the language of announcements

2014-02-07 Thread Matthew Jordan
probably be best implemented as an external application built on top of ARI. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] classifying SIP peers

2014-02-10 Thread Matthew Jordan
identifier module. Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-dev] limiting local ICE candidates?

2014-02-10 Thread Matthew Jordan
as the local_candidates container. Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-dev] classifying SIP peers

2014-02-11 Thread Matthew Jordan
On Tue, Feb 11, 2014 at 11:55 AM, Daniel Pocock dan...@pocock.com.au wrote: On 11/02/14 03:13, Matthew Jordan wrote: On Mon, Feb 10, 2014 at 1:25 PM, Olle E. Johansson o...@edvina.net wrote: On 10 Feb 2014, at 20:16, Daniel Pocock dan...@pocock.com.au wrote: I'm looking at the way

Re: [asterisk-dev] Lightweight keepalive for websockets?

2014-02-11 Thread Matthew Jordan
this is by design, in which case it needs to be documented, or it's an oversight, in which case I'd be happy to fix it. I'd go with oversight. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] BUG? Asterisk V10 SIP Message To: non numeric IP (mobile1.xyz.com) fails

2014-02-13 Thread Matthew Jordan
. If chan_sip can't find that, it falls back to using a general entry point. Also: please don't stay on Asterisk 10. That version is no longer supported and is no longer receiving security fixes. You should move to Asterisk 11, which is an LTS release, as soon as possible. Matt -- Matthew Jordan Digium

Re: [asterisk-dev] Fwd: patch

2014-02-13 Thread Matthew Jordan
On Thu, Feb 13, 2014 at 7:55 AM, Guillaume Maudoux guillaume.maud...@escaux.com wrote: Hello everyone. We have been struggling for one week on a bug with H264 video in asterisk11. I do not know if it also applies to Asterisk 12. Apparently res_format_attr_h264.c does not write properly the

[asterisk-dev] Co-Op students at Digium!

2014-02-13 Thread Matthew Jordan
learning - and we all have to start learning somewhere. Thanks! Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

[asterisk-dev] Asterisk 13: Media improvements update

2014-02-19 Thread Matthew Jordan
! Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-dev] Second thoughts on proposed MWI behavior change in Asterisk 12

2014-02-20 Thread Matthew Jordan
the intent of the configuration, when in reality, the configuration is probably in error. I like your proposed solution better as well: tell the user that these options are mutually exclusive and have them correct it. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville

[asterisk-dev] New Asterisk Developer - George Joseph

2014-02-20 Thread Matthew Jordan
for the Asterisk project, and look forward to more of his contributions to the project and the new PJSIP stack. Welcome George Joseph! (And we're sorry you have to use subversion to commit things. Git... some day, some day.) Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis

Re: [asterisk-dev] Asterisk 13: Media improvements update

2014-02-24 Thread Matthew Jordan
used on a channel to a different set of formats, they can then issue an AMI action Set to change the formats and issue a new re-INVITE/UPDATE request. Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com

Re: [asterisk-dev] CentOS packaging

2014-02-27 Thread Matthew Jordan
, that there would be any issue for Asterisk 11+ with segmenting chan_dahdi into a separate subpackage. I think that would be a little tough for Asterisk 1.8, however, as MeetMe still requires DAHDI for mixing. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL

Re: [asterisk-dev] CentOS packaging

2014-02-27 Thread Matthew Jordan
://lists.digium.com/pipermail/asterisk-dev/2012-November/057591.html [2] http://trac.pjsip.org/repos/milestone/release-2.2 -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] CentOS packaging

2014-02-27 Thread Matthew Jordan
On Thu, Feb 27, 2014 at 3:13 PM, Jared Smith jaredsm...@jaredsmith.net wrote: On Thu, Feb 27, 2014 at 12:26 PM, Matthew Jordan mjor...@digium.com wrote: If the packages were restructured, it could be set up so that Asterisk only provides chan_dahdi in a subpackage - although

[asterisk-dev] Changes to Review Board Access

2014-03-02 Thread Matthew Jordan
] https://wiki.asterisk.org/wiki/x/QoCoAQ -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth

Re: [asterisk-dev] PJSIP: allow/disallow or codecs?

2014-03-06 Thread Matthew Jordan
. That way all our documentation / functionality is consistent among channel drivers. Yeah... that will never happen. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] PJSIP: allow/disallow or codecs?

2014-03-06 Thread Matthew Jordan
On Thu, Mar 6, 2014 at 3:42 PM, Damien Wedhorn v...@facts.com.au wrote: On 07/03/14 07:29, Matthew Jordan wrote: On Thu, Mar 6, 2014 at 3:22 PM, Paul Belanger paul.belan...@polybeacon.com wrote: On Thu, Mar 6, 2014 at 3:31 PM, George Joseph george.jos...@fairview5.com wrote: For me

Re: [asterisk-dev] PJSIP: allow/disallow or codecs?

2014-03-07 Thread Matthew Jordan
On Thu, Mar 6, 2014 at 4:32 PM, Damien Wedhorn v...@facts.com.au wrote: On 07/03/14 08:21, Matthew Jordan wrote: On Thu, Mar 6, 2014 at 3:42 PM, Damien Wedhorn v...@facts.com.au wrote: On 07/03/14 07:29, Matthew Jordan wrote: On Thu, Mar 6, 2014 at 3:22 PM, Paul Belanger paul.belan

Re: [asterisk-dev] PJSIP: allow/disallow or codecs?

2014-03-07 Thread Matthew Jordan
On Fri, Mar 7, 2014 at 8:19 AM, Paul Belanger paul.belan...@polybeacon.com wrote: On Thu, Mar 6, 2014 at 5:32 PM, Damien Wedhorn v...@facts.com.au wrote: On 07/03/14 08:21, Matthew Jordan wrote: Thanks Matt A couple of observations. While I agree with your general advice

Re: [asterisk-dev] DTMF SSRC issue regression, constantssrc

2014-03-07 Thread Matthew Jordan
an issue for this, but I'd suggest gathering all of the standard logs illustrating the problem before doing so. Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] Asterisk-17899 - Adds ignorecryptolifetime

2014-03-07 Thread Matthew Jordan
. I'm sure having someone test out the branch would help get this issue moving forward. The next step would be for someone to put the change up on Review Board. [1] http://lists.digium.com/pipermail/asterisk-dev/2013-September/062326.html Matt -- Matthew Jordan Digium, Inc. | Engineering Manager

Re: [asterisk-dev] Notification when no message left

2014-03-08 Thread Matthew Jordan
/wiki/display/AST/Asterisk+11+Application_VoiceMail -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth

Re: [asterisk-dev] bridge_unreal: An alternative approach to Local/Unreal channel optimization

2014-03-09 Thread Matthew Jordan
will no longer occur (such as the optimization begin/end events), and new ones will definitely start to happen (BridgeEnter/Leave messages for the new native bridge). That may be worth doing - but this isn't a habit we should get into. Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan

Re: [asterisk-dev] bridge_unreal: An alternative approach to Local/Unreal channel optimization

2014-03-10 Thread Matthew Jordan
On Mon, Mar 10, 2014 at 6:59 AM, Joshua Colp jc...@digium.com wrote: Matthew Jordan wrote: snip It's important to point out that optimization's goal was never the removal of the channel. If anything, nuking Local channels has - in my opinion - always made life more difficult

Re: [asterisk-dev] bridge_unreal: An alternative approach to Local/Unreal channel optimization

2014-03-11 Thread Matthew Jordan
On Mon, Mar 10, 2014 at 7:27 AM, Matthew Jordan mjor...@digium.com wrote: On Mon, Mar 10, 2014 at 6:59 AM, Joshua Colp jc...@digium.com wrote: Matthew Jordan wrote: snip The NLB compatibility code actually checks whether something like a MixMonitor is on either Local channel and won't

Re: [asterisk-dev] [Code Review] 3343: res_pjsip: Enable DNS support.

2014-03-13 Thread Matthew Jordan
- but not to the overall detriment of the project. Adhering to the letter of the law while ignoring the spirit is not something I'll ever advocate. [1] https://wiki.asterisk.org/wiki/display/AST/Coding+Guidelines [2] https://wiki.asterisk.org/wiki/display/AST/Code+Review+Checklist -- Matthew Jordan Digium, Inc

Re: [asterisk-dev] [Code Review] 3343: res_pjsip: Enable DNS support.

2014-03-14 Thread Matthew Jordan
On Fri, Mar 14, 2014 at 12:49 PM, Joshua Colp jc...@digium.com wrote: Matthew Jordan wrote: snip My problem is when I get arguments like it's there in PJIP so we have to use it or we can't do anything because of PJSIP. That's not my argument at all. My argument is thus: * PJSIP

Re: [asterisk-dev] [asterisk-commits] mjordan: branch 11 r409990 - /branches/11/res/res_fax_spandsp.c

2014-03-17 Thread Matthew Jordan
/g711_8h_ca377b1f9c4a8b8f3211e5cfad9954ab.html -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth

Re: [asterisk-dev] [asterisk-commits] mjordan: branch 11 r409990 - /branches/11/res/res_fax_spandsp.c

2014-03-17 Thread Matthew Jordan
On Mon, Mar 17, 2014 at 7:57 AM, Johann Steinwendtner steinwendt...@gmx.net wrote: On 2014-03-17 13:27, Matthew Jordan wrote: On Mon, Mar 17, 2014 at 6:25 AM, Johann Steinwendtner steinwendt...@gmx.net wrote: On 2014-03-06 02:58, SVN commits to the Asterisk project wrote: Hello

Re: [asterisk-dev] DNS PJSIP

2014-03-17 Thread Matthew Jordan
/065992.html [5] http://lists.digium.com/pipermail/asterisk-dev/2014-March/066115.html -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] Alembic in 12 SVN

2014-03-17 Thread Matthew Jordan
for what will become 12.2.0. In retrospect, we should have probably kept each module's realtime database tables separate. That would have minimized these kinds of changes. How terrible would it be to nuke the existing scripts and separate them all out? :-) -- Matthew Jordan Digium, Inc. | Engineering

Re: [asterisk-dev] Alembic in 12 SVN

2014-03-17 Thread Matthew Jordan
On Mon, Mar 17, 2014 at 11:45 AM, Joshua Colp jc...@digium.com wrote: Matthew Jordan wrote: On Mon, Mar 17, 2014 at 11:02 AM, Joshua Colpjc...@digium.com wrote: Greetings all, Awhile ago when I was working on PJSIP DNS Matt brought up adding the option to Alembic. Through doing so I

Re: [asterisk-dev] Alembic in 12 SVN

2014-03-18 Thread Matthew Jordan
On Tue, Mar 18, 2014 at 8:31 AM, Russell Bryant russ...@russellbryant.net wrote: On Mon, Mar 17, 2014 at 1:01 PM, Joshua Colp jc...@digium.com wrote: Matthew Jordan wrote: snip Technically, it's probably not hard. I wonder how horrible it'd be for end users, however. Probably pretty

[asterisk-dev] JIRA, Commit Messages, and Smart Commits (oh my)

2014-03-18 Thread Matthew Jordan
do you all think? Matt [1] https://confluence.atlassian.com/display/AOD/Processing+JIRA+issues+with+commit+messages [2] https://code.asterisk.org/code/ [3] http://lists.digium.com/pipermail/asterisk-commits/2014-March/067893.html -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan

Re: [asterisk-dev] Asterisk and external SIP subscribtions

2014-03-19 Thread Matthew Jordan
instance, as opposed to something forced. In a world where all Asterisk instances know of the device states for any other Asterisk instance, can you explain why publishing extension states are needed? -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806

Re: [asterisk-dev] Asterisk and external SIP subscribtions

2014-03-19 Thread Matthew Jordan
On Wed, Mar 19, 2014 at 10:00 AM, Olle E. Johansson o...@edvina.net wrote: On 19 Mar 2014, at 15:55, Olle E. Johansson o...@edvina.net wrote: On 19 Mar 2014, at 15:41, Matthew Jordan mjor...@digium.com wrote: On Wed, Mar 19, 2014 at 9:26 AM, Olle E. Johansson o...@edvina.net wrote: snip

Re: [asterisk-dev] PJSIP in dialog OPTIONS method handling

2014-04-09 Thread Matthew Jordan
- Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-dev] tcptls.c

2014-04-11 Thread Matthew Jordan
that someone doesn't like, we can always discuss it on the -dev list :-) -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] Dundi library

2014-04-15 Thread Matthew Jordan
if there were, but I imagine the extraction process out of pbx_dundi would be a non-trivial amount of work. Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] PJSIP in dialog OPTIONS method handling

2014-04-15 Thread Matthew Jordan
on contributing patches are available on the Asterisk wiki here: https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process It'd be great to get this fixed in the next point release of Asterisk 12. Thanks! Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW

Re: [asterisk-dev] Asterisk-11.5.1 Confbridge Dailout using pbx_exce new user not placed into current conference

2014-04-21 Thread Matthew Jordan
the conference. This is really all that is needed for this problem, and the structure of ConfBridge lends itself better to this approach. Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http

Re: [asterisk-dev] encoding issues in Asterisk 11.9.0 Now Available

2014-04-25 Thread Matthew Jordan
- sorry about that! -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided by http

[asterisk-dev] A thread for format work

2014-04-28 Thread Matthew Jordan
://origsvn.digium.com/svn/asterisk/team/group/media_formats -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] A thread for format work

2014-04-29 Thread Matthew Jordan
On Tue, Apr 29, 2014 at 6:15 AM, Joshua Colp jc...@digium.com wrote: Matthew Jordan wrote: (1) Where will the packetization of a format on a channel reside? With the format on the channel? Or with the capability of the channel? It has to reside in the RTP engine layer and optionally can

Re: [asterisk-dev] A thread for format work

2014-04-29 Thread Matthew Jordan
On Tue, Apr 29, 2014 at 6:49 AM, Matthew Jordan mjor...@digium.com wrote: On Tue, Apr 29, 2014 at 6:15 AM, Joshua Colp jc...@digium.com wrote: snip The ability to set the framing per-format, globally in a capabilities structure, and to get the framing already exists. What doesn't exist

Re: [asterisk-dev] A thread for format work

2014-04-29 Thread Matthew Jordan
On Tue, Apr 29, 2014 at 6:55 AM, Joshua Colp jc...@digium.com wrote: Matthew Jordan wrote: snip snip The ability to set the framing per-format, globally in a capabilities structure, and to get the framing already exists. What doesn't exist is adding a format

Re: [asterisk-dev] A thread for format work

2014-04-29 Thread Matthew Jordan
is never used. As the object is immutable, a public accessor for an attribute key could be used that returns a const char *, which would fulfil both functions. Thoughts? Flames? -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out

Re: [asterisk-dev] A thread for format work

2014-04-30 Thread Matthew Jordan
On Wed, Apr 30, 2014 at 5:59 AM, Joshua Colp jc...@digium.com wrote: Matthew Jordan wrote: snip :: Setting Attributes :: The biggest sticky point is clearly #1. I don't think we should lose the immutability convention - that feels bad, since there's a lot of benefit to treating

Re: [asterisk-dev] A thread for format work

2014-04-30 Thread Matthew Jordan
On Wed, Apr 30, 2014 at 8:00 AM, Joshua Colp jc...@digium.com wrote: Matthew Jordan wrote: On Wed, Apr 30, 2014 at 5:59 AM, Joshua Colp jc...@digium.com mailto:jc...@digium.com wrote: Matthew Jordan wrote: snip If we allow attributes to be set after format creation, we have two

Re: [asterisk-dev] URI parsing

2014-05-20 Thread Matthew Jordan
-- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

[asterisk-dev] Asterisk 13 Feature Freeze Reminder

2014-05-21 Thread Matthew Jordan
://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions [2] https://wiki.asterisk.org/wiki/display/AST/Code+Review [3] https://wiki.asterisk.org/wiki/display/AST/Coding+Guidelines Thanks! Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA

Re: [asterisk-dev] Asterisk Leaks FileDescriptor in handle_recordfile - if Call Disconnect happens while playing beep

2014-05-21 Thread Matthew Jordan
information on submitting a patch to Asterisk on the Asterisk wiki [3]. [1] https://issues.asterisk.org [2] https://wiki.asterisk.org/wiki/display/AST/Digium+License+Agreement [3] https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process Thanks! Matt -- Matthew Jordan Digium, Inc

Re: [asterisk-dev] app_confbridge + USER_OPT_TALKER_DETECT

2014-05-22 Thread Matthew Jordan
} It's possible to not get events with this bug, as bridge_softmix never detects the change in energy. Can you test with 11.10.0-rc1/12.3.0-rc1 (now available in SVN, and in an hour or so, tarballs) or the latest from the 11/12 branch? -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis

Re: [asterisk-dev] DTMF mute in RTP

2014-05-23 Thread Matthew Jordan
sense. I'm curious, what happens if you just remove the checks in res_rtp_asterisk? -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] [Code Review] 3546: DTMF emulation bad calculation that hurts RTP

2014-05-23 Thread Matthew Jordan
- is not looking to address any performance problems so much as DTMF emulation extending digits when it shouldn't. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] Asterisk Leaks FileDescriptor in handle_recordfile - if Call Disconnect happens while playing beep

2014-05-23 Thread Matthew Jordan
? -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-dev] Sip call consciously without audio

2014-05-28 Thread Matthew Jordan
; they should just be compatible (based on their respective types). -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] JIRA, Commit Messages, and Smart Commits (oh my)

2014-05-28 Thread Matthew Jordan
On Tue, Mar 18, 2014 at 1:25 PM, Matthew Jordan mjor...@digium.com wrote: Hey everyone - Due to a security vulnerability in JIRA, we recently had to upgrade JIRA to version 6.2. While this was a good thing (tm), it did break the snot out of the Subversion plugin. That plugin does a number

Re: [asterisk-dev] dial url with sip

2014-06-02 Thread Matthew Jordan
On Mon, Jun 2, 2014 at 4:14 PM, James Cloos cl...@jhcloos.com wrote: MJ == Matthew Jordan mjor...@digium.com writes: MJ That is incorrect. The sip_sendhtml callback will update the url MJ stringfield on the SIP pvt. It then transmits a re-INVITE via MJ transmit_reinvite_with_sdp

Re: [asterisk-dev] Sip call consciously without audio

2014-06-03 Thread Matthew Jordan
On Thu, May 29, 2014 at 3:31 PM, Gunnar Hellstrom gunnar.hellst...@omnitor.se wrote: On 2014-05-28 17:46, Matthew Jordan wrote: On Tue, May 27, 2014 at 4:59 PM, Gunnar Hellstrom gunnar.hellst...@omnitor.se wrote: snip It works fine for calls with only real-time text ( red + t140 ). Still

Re: [asterisk-dev] Renegotiate SIP audio codec after call is up

2014-06-04 Thread Matthew Jordan
, not to solicit help for deployment situations. Please use the asterisk-users mailing list for questions of this type - you will be far more likely to receive useful responses. (And, 99% of the developers are subscribed to and read that mailing list as well) Matt -- Matthew Jordan Digium, Inc

Re: [asterisk-dev] ari-py websocket connection issue

2014-06-09 Thread Matthew Jordan
libraries to the versions mentioned above. When I just use the python websocket-client library, I can connect to the websocket of ari just fine. It just doesn't work with the library. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA

Re: [asterisk-dev] Astobj2 debugging change proposal

2014-06-09 Thread Matthew Jordan
or debugging mode. The code change to do this is trivial but I thought I'd run it by you guys first. Thoughts? -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] Astobj2 debugging change proposal

2014-06-09 Thread Matthew Jordan
. There are some other users abusing it as well. (Apparently unit tests and frame formats?) Works for me. On Mon, Jun 9, 2014 at 12:46 PM, Matthew Jordan mjor...@digium.com wrote: On Sun, Jun 8, 2014 at 10:03 AM, George Joseph george.jos...@fairview5.com wrote: Right now, the non-ref

Re: [asterisk-dev] Asterisk 1.8.15-cert7, 1.8.28.2, 11.6-cert4, 11.10.2, 12.3.2 Now Available (Security/Regression Release)

2014-06-13 Thread Matthew Jordan
for the confusion - Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided

[asterisk-dev] What happened with the latest round of releases: or, whoops

2014-06-13 Thread Matthew Jordan
the community in the development, review, and testing of security patches? Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

Re: [asterisk-dev] Asterisk 1.8.15-cert7, 1.8.28.2, 11.6-cert4, 11.10.2, 12.3.2 Now Available (Security/Regression Release)

2014-06-13 Thread Matthew Jordan
On Fri, Jun 13, 2014 at 2:07 AM, Timo Teras timo.te...@iki.fi wrote: On Fri, 13 Jun 2014 01:57:25 -0500 Matthew Jordan mjor...@digium.com wrote: On Fri, Jun 13, 2014 at 1:50 AM, Timo Teras timo.te...@iki.fi wrote: On 13 Jun 2014 01:39 -0500 Asterisk Development Team asteriskt

Re: [asterisk-dev] What happened with the latest round of releases: or, whoops

2014-06-13 Thread Matthew Jordan
On Fri, Jun 13, 2014 at 4:41 AM, Steven Howes steve-li...@geekinter.net wrote: On 13 Jun 2014, at 08:12, Matthew Jordan mjor...@digium.com wrote: Apologies if this e-mail gets a bit rambling; by the time I send this it will be past 2 AM here in the US and we've been scrambling to fix

Re: [asterisk-dev] configuring Cisco 9971 phone with Asterisk

2014-06-18 Thread Matthew Jordan
with Asterisk. Any pointers on how to set up the SIP address shall be appreciated. Regards, Sujatha The asterisk-dev list is used for discussions regarding development of the project. Please use the asterisk-users mailing list for assistance in configuring and setting up Asterisk. -- Matthew Jordan

Re: [asterisk-dev] What happened with the latest round of releases: or, whoops

2014-06-19 Thread Matthew Jordan
has commit access would like access to this group, please let me know. Thanks - Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

[asterisk-dev] Format branch naming conventions

2014-06-21 Thread Matthew Jordan
* ast_codec_samples_count - move to frame.h. Rename to ast_frame_get_codec_samples. [1] https://issues.asterisk.org/jira/browse/ASTERISK-23715 -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org

[asterisk-dev] Media Formats: ast_best_codec and cached formats questions

2014-06-22 Thread Matthew Jordan
to be. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-dev] Format branch naming conventions

2014-06-23 Thread Matthew Jordan
if the function 'survived', usage of it is now different. If you don't dispose of the reference returned to you, you'll now leak the format object. Breaking changes should be obvious. I'll replace functions where appropriate. On Sat, Jun 21, 2014 at 6:10 PM, Matthew Jordan mjor...@digium.com wrote

Re: [asterisk-dev] app_queue: periodic-announce-frequency is not (always) respected for head-of-the-queue caller

2014-06-25 Thread Matthew Jordan
in the queue does get announcements. The aforementioned behaviour is a possibility, however - so expectations should be set for your agents when this feature is enabled. Matt -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http

Re: [asterisk-dev] Call Barging/Whispering issue on SIP

2014-06-25 Thread Matthew Jordan
and when someone is actively working it. Soliciting help on the mailing list without an issue is not a good idea. The issue tracker helps to coordinate efforts by various bug marshals, and helps to ensure that your issue is not lost and gets a response. -- Matthew Jordan Digium, Inc. | Engineering

Re: [asterisk-dev] Missing Symbol export in 11.10.2 ???

2014-06-27 Thread Matthew Jordan
it in r417419 -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com http://asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www.api

  1   2   3   4   >