Re: [asterisk-users] Subscribe to events via ARI from node.js without sending to Stasis

2016-11-28 Thread Joshua Colp
On Mon, Nov 28, 2016, at 11:39 AM, Matt Riddell wrote: > > > On 27/11/2016, at 6:44 PM, Joshua Colp <jc...@digium.com> wrote: > > > > On Wed, Nov 23, 2016, at 06:41 PM, Matt Riddell wrote: > >> > >> There doesn't appear to be a way to moni

Re: [asterisk-users] Subscribe to events via ARI from node.js without sending to Stasis

2016-11-27 Thread Joshua Colp
le would not be present. You can subscribe to all channels by subscribing to "channel:" using the /applications//subscription resource, and "bridge:" for all bridges. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL

Re: [asterisk-users] Regression in 13.13.0-RC1

2016-11-22 Thread Joshua Colp
l have to hold up updating the FreeBSD Asterisk port. FreeBSD isn't really a platform we support or actively target, so we'll see what we can do and if it should hold up the release. [1] https://issues.asterisk.org/jira -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - H

Re: [asterisk-users] Can Asterisk handle in any way an SDP with m=application webrtc-datachannel ?

2016-11-21 Thread Joshua Colp
ot support exchanging SDP like this. A SIP proxy would be a better fit. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _

Re: [asterisk-users] sorcery.conf mappings

2016-11-09 Thread Joshua Colp
mentation though[2]. Are there any in particular you are interested in? [1] https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime [2] https://issues.asterisk.org/jira/browse/ASTERISK-26572 -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsvi

Re: [asterisk-users] Asterisk 1.8 to Asterisk 13.11 appending area code to local numbers

2016-11-07 Thread Joshua Colp
DOCUMENTATION","1478458346.826","" > 5007-004b","SIP/truck1-004c","Dial","SIP/truck1/6052736,80","2016-11 > -06 18:54:02",,"2016-11-06 18:54:23",20,0,"NO > ANSWER","DOCUMENTATION","1478458442.

Re: [asterisk-users] Asterisk 1.8 to Asterisk 13.11 appending area code to local numbers

2016-11-06 Thread Joshua Colp
al numbers > > exten => _9XXX,n,Set(CALLERID(all)="$CallerID" <3818008000>) > > exten => _9XXX,n,Dial(SIP/voip-truck/1381${EXTEN:1},80) This should also work fine. You'll need to provide the console output of an attempt. Different logic may be executed. -

Re: [asterisk-users] pjsip transports from database.

2016-11-04 Thread Joshua Colp
both .conf and in realtime? Do you also have chan_sip loaded? -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _

Re: [asterisk-users] Is JSON a dialplan "thing" yet? (Asterisk 14)

2016-11-01 Thread Joshua Colp
ructures into JSON, and then back. There's nothing currently available that I know of for JSON in the dialplan. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at:

Re: [asterisk-users] Asterisk 11.24.0 Now Available

2016-10-26 Thread Joshua Colp
updated from 11.21.2 to 11.24.0. System is shutting itself down when hitting a depreciated dialplan command: This appears to be a regression introduced in 11.23.0 actually, and is applicable to those two operations. If you create an issue I can throw a patch up. -- Joshua Colp Digium, Inc

Re: [asterisk-users] Asterisk 11.24.0 Now Available

2016-10-26 Thread Joshua Colp
sion +++ b/ChangeLog +++ /dev/null +++ /dev/null +++ b/asterisk-11.24.0-summary.html +++ b/asterisk-11.24.0-summary.txt Please file an issue on the issue tracker[1]. [1] https://issues.asterisk.org/jira -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville

Re: [asterisk-users] Opus codec in codecs.conf

2016-10-25 Thread Joshua Colp
j run wrote: any git tag in particular? (13.12.0-rc1 is my best guess) Yes, that is the current release candidate. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Opus codec in codecs.conf

2016-10-25 Thread Joshua Colp
jrun wrote: any updates as to when this would be available for 13? The version of 13 with the changes required to support it is currently in release candidate status. I expect it to reach release status soon. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW

Re: [asterisk-users] tcpenable

2016-10-19 Thread Joshua Colp
ct to localhost won't work. You will either have to bind to 0.0.0.0 or connect to 192.168.1.8 instead. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com &a

Re: [asterisk-users] Streaming for ASR

2016-10-19 Thread Joshua Colp
Matt Riddell wrote: On 19/10/2016, at 2:32 AM, Luca Pradovera <luca.pradov...@gmail.com <mailto:luca.pradov...@gmail.com>> wrote: Would UnicastRTP be able to output u-law frames directly? If so, I think that is all I need. Joshua Colp did a great writeup that may work for yo

Re: [asterisk-users] Streaming for ASR

2016-10-17 Thread Joshua Colp
Matt Riddell wrote: On 17/10/2016, at 4:07 PM, Joshua Colp <jc...@digium.com <mailto:jc...@digium.com>> wrote: Matt Riddell wrote: On 17/10/2016, at 3:43 PM, Luca Pradovera <luca.pradov...@gmail.com <mailto:luca.pradov...@gmail.com> <mailto:luca.pradov...@gmail.c

Re: [asterisk-users] Streaming for ASR

2016-10-17 Thread Joshua Colp
t I'm saving to a file and then sending that file once recording has finished. The UnicastRTP channel driver allows you to send RTP to a specific target address with media. Combined with Chanspy (or Snoop channels in ARI) you can duplicate audio from a channel and send it off to where you want. --

Re: [asterisk-users] PJSIP how to change the generated SIP CALL ID

2016-10-17 Thread Joshua Colp
? It should be user-configurable. There is no ability to do this. It's generated by PJSIP itself. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Asterisk 13.11.2, 13.11.1, 13.10.0 and certified-13.8-cert3 : freeze on 'sip reload'

2016-10-11 Thread Joshua Colp
issues? That can cause chan_sip to lock up for a period of time. [1] https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace#GettingaBacktrace-GettingInformationForADeadlock -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check

Re: [asterisk-users] Asterisk 14.0.2 Now Available

2016-10-06 Thread Joshua Colp
er. I've fixed it, thanks! -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Pr

Re: [asterisk-users] Sorcery with templates

2016-10-01 Thread Joshua Colp
it gets the data). Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Prov

Re: [asterisk-users] No love for the repos?

2016-09-29 Thread Joshua Colp
people are at AstriCon presently and the repos are generally unmaintained. This does mean that the repos do NOT receive security updates. [1] https://issues.asterisk.org/jira/browse/ASTERISK-26407 -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806

Re: [asterisk-users] PJSIP and P-Asserted-Identity

2016-09-23 Thread Joshua Colp
mentioned and manually manipulate things. This is also, I think, the first time I've ever heard of a company wanting it to behave precisely like that. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com

Re: [asterisk-users] Asterisk 14.0.0-rc1 Now Available

2016-09-19 Thread Joshua Colp
Please file an issue[1]. [1] https://issues.asterisk.org/jira -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- __

Re: [asterisk-users] Asterisk 14.0.0-rc1 Now Available

2016-09-19 Thread Joshua Colp
it somewhat and moved back into Asterisk. I've created an issue[1] to clean this up, both the upgrade and the sample config. [1] https://issues.asterisk.org/jira/browse/ASTERISK-26389 -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US

Re: [asterisk-users] 13.11.1 res_pjsip/pjsip_distributor.c: Request 'REGISTER' failed

2016-09-09 Thread Joshua Colp
noticed. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www

Re: [asterisk-users] 13.11.1 res_pjsip/pjsip_distributor.c: Request 'REGISTER' failed

2016-09-09 Thread Joshua Colp
Dmitry Melekhov wrote: 09.09.2016 14:08, Dmitry Melekhov пишет: 09.09.2016 13:45, Joshua Colp пишет: Dmitry Melekhov wrote: Hello! Upgraded 13.10 to 13.11.1 today and now I see messages in log: [Sep 9 12:23:16] NOTICE[6064] res_pjsip/pjsip_distributor.c: Request 'REGISTER' from '"

Re: [asterisk-users] 13.11.1 res_pjsip/pjsip_distributor.c: Request 'REGISTER' failed

2016-09-09 Thread Joshua Colp
sers though Could you tell me what is this? It means that the request could not be matched to an endpoint, just like the message says :D this could be because endpoints in pjsip.conf could not be loaded or if from a database, they couldn't be loaded from there. -- Joshua Colp Digium, Inc.

Re: [asterisk-users] Multiple phones when one is unregistered

2016-08-30 Thread Joshua Colp
ntinue to be called. Is something upstream from Asterisk doing the voicemail? -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.as

Re: [asterisk-users] Asterisk Realtime RTUPDATE issue

2016-08-23 Thread Joshua Colp
does the console show? -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Prov

Re: [asterisk-users] Fwd: Backport fix

2016-08-17 Thread Joshua Colp
erring to is not applicable to 11, the issue was a regression only applicable to 13 and above. Per your query on the issue itself, the fix was not placed into certified 13.1 as no Digium customer requested it to be. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL

Re: [asterisk-users] Asterisk 14.0.0-beta1 Now Available

2016-08-13 Thread Joshua Colp
or unbound was too strict and has been tweaked since the initial beta1 release. The next beta (or rc) will have the fix, and it's confirmed to work against Ubuntu 14.04. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.

Re: [asterisk-users] Asterisk 11.23.0 on CentOS6 : how to get ICE support ?

2016-08-12 Thread Joshua Colp
I'm having ?? WebRTC requires SRTP and Asterisk has to be built with it enabled. It's okay if pjproject doesn't as we don't use their media layer. Do you have the res_srtp module in Asterisk? -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - U

Re: [asterisk-users] chan_pjsip ignoring endpoint device state (qualify) on dial

2016-08-10 Thread Joshua Colp
reasonable behavior. [1] https://issues.asterisk.org/jira -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Detecting end of Ringback

2016-08-01 Thread Joshua Colp
up to the provider or gateway) it's just answered instead. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Identify endpoint based on Diversion header

2016-07-27 Thread Joshua Colp
in. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www

Re: [asterisk-users] 1.8.32.3 - billsec field does not increment after call answer - what triggers it?

2016-07-21 Thread Joshua Colp
r but some numbers will stay in inband progress (unanswered) for a bit. Some toll-frees for example. The specific SIP message that would show it as answered would be a 200 OK to the INVITE we sent though. If you provided the SIP log then we could see. Cheers, -- Joshua Colp Digium, Inc. | Senio

Re: [asterisk-users] PJSIP - State of the art

2016-07-17 Thread Joshua Colp
/ -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com --

Re: [asterisk-users] VoiceMail Audio playing

2016-07-15 Thread Joshua Colp
it the source will always be it. That is if you do a SIP call to Asterisk then media will come from that same Asterisk. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] ODBC freezing Asterisk 13

2016-07-14 Thread Joshua Colp
/asterisk-users/2016-June/289326.html [3] http://blogs.asterisk.org/2016/02/17/odbc_gutting/ -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] PJSIP defaults for endpoints when using realtime

2016-07-14 Thread Joshua Colp
in it to override built-in defaults for everything. You have to specify it yourself for realtime. If using config files then config file templates can be used to do this. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out

Re: [asterisk-users] Impossible to use any recent asterisk version with chan_sip

2016-07-06 Thread Joshua Colp
doing the actual release! -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Prov

Re: [asterisk-users] Impossible to use any recent asterisk version with chan_sip

2016-07-06 Thread Joshua Colp
not using res_odbc like it should be, which causes issues as a result of a fixup from some multi-connection problems. We'll get it sorted. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Impossible to use any recent asterisk version with chan_sip

2016-07-06 Thread Joshua Colp
you should create a new issue. If you don't want to I can do so tomorrow. The complete console output (with debug going to console in logger.conf and core set debug 3) as well as the configuration would also be useful. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davi

Re: [asterisk-users] Impossible to use any recent asterisk version with chan_sip

2016-07-06 Thread Joshua Colp
. If another backtrace can be added we can see if it's the same thing. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Impossible to use any recent asterisk version with chan_sip

2016-07-06 Thread Joshua Colp
rADeadlock -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www.a

Re: [asterisk-users] what is a SIP invite, and who can issue them?

2016-07-06 Thread Joshua Colp
thufir wrote: On Wed, 29 Jun 2016 06:38:53 -0300, Joshua Colp wrote: An INVITE is a request to set up a session, commonly referred to as a call. Anything supporting SIP to establish calls uses INVITE to do so. It's equivalent to picking up the phone and dialing a number. an INVITE would

Re: [asterisk-users] CALLERID on pjsip doesn't work?

2016-07-04 Thread Joshua Colp
Andrew Ivins wrote: On 1 July 2016 at 17:41, Joshua Colp <jc...@digium.com <mailto:jc...@digium.com>> wrote: exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>) same => n,Dial(PJSIP/phone123, 30) Your exten line has no priority,

Re: [asterisk-users] CALLERID on pjsip doesn't work?

2016-07-01 Thread Joshua Colp
n isolate things a bit further by trying the following: Set(CALLERID(all)=Jon Doe <+123456789>) Or individually: Set(CALLERID(name)=Jon Doe) Set(CALLERID(num)=+123456789) If those don't work I'd suggest showing the console and your configuration for the endpoint as it's something there i

Re: [asterisk-users] Audio cutting in and out - asterisk 13.1 cert6 / confbridge

2016-06-30 Thread Joshua Colp
to get thrown off in the environment. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Coloca

Re: [asterisk-users] Audio cutting in and out - asterisk 13.1 cert6 / confbridge

2016-06-29 Thread Joshua Colp
ng related or not. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] what is a SIP invite, and who can issue them?

2016-06-29 Thread Joshua Colp
and extensions.conf is the logic which describes when to place an outgoing call when we get an incoming call. Whether you must use Asterisk is really up to your experience, what you are trying to do, and whether other things can do what you need. -- Joshua Colp Digium, Inc. | Senior Software Developer

Re: [asterisk-users] AttendedTransfer Event not Fired

2016-06-29 Thread Joshua Colp
Valter Nogueira wrote: I am using Asterisk 13.9.1 and want to catch AttendedTransfer, but it is not fired at all. You'll need to describe more about the scenario. What exactly are you doing, and where are you expecting the event to appear? -- Joshua Colp Digium, Inc. | Senior Software

Re: [asterisk-users] Distributed Device State options

2016-06-27 Thread Joshua Colp
+and+Mailbox+State+Using+PJSIP -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Prov

Re: [asterisk-users] PJSIP Multipart Body

2016-06-27 Thread Joshua Colp
Simon Hohberg wrote: On 06/27/2016 12:09 PM, Joshua Colp wrote: Simon Hohberg wrote: Hi, I want to pass a part of a SIP INVITE multipart body. I found a quite old patch here: https://issues.asterisk.org/jira/browse/ASTERISK-14510?jql=text%20~%20%22body%20part%22 But this patch

Re: [asterisk-users] Blocking 180 Ringing with PJSIP How to

2016-06-27 Thread Joshua Colp
for the relevant code?​ There is no option to block this and you would need to modify chan_pjsip.c -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Possible BUG on Asterisk 13.9.1

2016-06-27 Thread Joshua Colp
​ It appears as though something is requesting a channel but not giving enough information. Are you using AMI or have something outside of Asterisk that is getting information about things? What you'd need to investigate is the console output and that information. -- Joshua Colp Digium, Inc. | Senior

Re: [asterisk-users] PJSIP Multipart Body

2016-06-27 Thread Joshua Colp
a patch? What do I have to put in the dialplan then? If you are asking if you can manipulate or get this information from the dialplan in PJSIP it's not currently possible. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out

Re: [asterisk-users] I am facing an issue with hep packet sending .

2016-06-23 Thread Joshua Colp
, res_hep_rtcp.so, and res_hep_pjsip.so modules loaded? Are you using PJSIP? Are there any warnings/errors at startup about it? -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] PJSIP/Realtime RLS

2016-06-23 Thread Joshua Colp
, and the underlying sorcery should allow it... but it's not something that has been tested. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] update from Asterisk 12 to 13

2016-06-21 Thread Joshua Colp
sterisk 13? Is there a document that shows steps to a successful migration? You should always clear your modules directory to ensure there's no old leftover things, besides that it should be fine. Were there any errors output in the console when loading? -- Joshua Colp Digium, Inc. | Senior Software Develop

Re: [asterisk-users] Recent UnixODBC Issues

2016-06-07 Thread Joshua Colp
what's up. We now return you to your regularly scheduled database usage! Cheers, [1] https://gerrit.asterisk.org/#/c/2943/ [2] https://issues.asterisk.org/jira -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out

Re: [asterisk-users] Recent UnixODBC Issues

2016-06-07 Thread Joshua Colp
Marek Červenka wrote: Dne 6.6.2016 v 17:42 Joshua Colp napsal(a): Happy Monday all, Since I sent my previous email a lot has been learnt about our UnixODBC problem and a path has emerged ensuring both better performance while making sure people are not required to upgrade their UnixODBC unless

Re: [asterisk-users] Recent UnixODBC Issues

2016-06-06 Thread Joshua Colp
1] and any feedback would be welcome, both from code review itself and testing. Cheers, [1] https://gerrit.asterisk.org/#/c/2943/ -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & ww

[asterisk-users] Recent UnixODBC Issues

2016-06-02 Thread Joshua Colp
! Cheers, [1] http://mailman.unixodbc.org/pipermail/unixodbc-dev/2016-June/001890.html -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Realtime for PJSIP registrations

2016-06-01 Thread Joshua Colp
nt changes in how ODBC support works (we gave more responsibility to UnixODBC for things) though there have been some crashes and problems which are being investigated. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.

Re: [asterisk-users] __sip_xmit Returned -1 Invalid Argument

2016-05-31 Thread Joshua Colp
full log may provide further enlightenment. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidt

Re: [asterisk-users] Need stronger SRTP ciphers (256 bit)

2016-05-31 Thread Joshua Colp
"Invalid crypto suite: %u\n", suite); It could maybe be as simple as that, but until it is attempted it's unknown what other stuff may need to be adjusted. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Chec

Re: [asterisk-users] pjsip module reload problem

2016-05-12 Thread Joshua Colp
tem' is not reloadable, maintaining previous values -- Remote UNIX connection -- Remote UNIX connection disconnected bkk*CLI> Since you did not change the file it did not do the needless work of rereading it, so you didn't see the message again. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan

Re: [asterisk-users] [asterisk 13.9] pjsip: Extensions always lost after short period of time

2016-05-12 Thread Joshua Colp
/browse/ASTERISK-26007 -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Prov

Re: [asterisk-users] maximum call time

2016-05-11 Thread Joshua Colp
also enforce limits to ensure that a call that was not properly terminated does not result in excess charges. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Switching between Music on Hold streams. [13.8.2]

2016-05-09 Thread Joshua Colp
case even when fudged together. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Switching between Music on Hold streams. [13.8.2]

2016-05-09 Thread Joshua Colp
via the "digit=#" option, is that correct? That's correct I'm afraid. If you need even more, then without modifying the code that option won't work for you. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Ch

Re: [asterisk-users] Switching between Music on Hold streams. [13.8.2]

2016-05-09 Thread Joshua Colp
to be achieved here. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Switching between Music on Hold streams. [13.8.2]

2016-05-09 Thread Joshua Colp
+ # was the only way to let them select. Right, and since the subject of this thread is "Music on Hold streams" I assumed he was doing that through a music class for each stream. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Ch

Re: [asterisk-users] Switching between Music on Hold streams. [13.8.2]

2016-05-09 Thread Joshua Colp
. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Provided by http://www

Re: [asterisk-users] voicemail: duration while leaving a message

2016-05-09 Thread Joshua Colp
ody to help me. This can be configured in voicemail.conf using the "maxsecs" configuration option. I don't believe this is exposed using the Voicemail application options, just using the config file. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW

Re: [asterisk-users] cannot find -lasteriskssl

2016-05-05 Thread Joshua Colp
Michael Ströder wrote: Joshua Colp wrote: Michael Ströder wrote: HI! I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works without any problem. It fails since 13.8.0. $ ./bootstrap.sh

Re: [asterisk-users] cannot find -lasteriskssl

2016-05-05 Thread Joshua Colp
;menuselect/menuselect --enable chan_ooh323 $ make .. failure (see message below) Any hint is appreciated. Thanks in advance. Does this problem still occur in 13.9.0-rc2? -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out

Re: [asterisk-users] Migrating asterisk 11 to 13: some callers get no ringback tone any more

2016-05-03 Thread Joshua Colp
t;no" value. Since "never" was the default, but most users probably expect "no" this patch updates the default for the "progressinband" setting to "no." This was tracked under ASTERISK-24835[1]. [1] https://issues.asterisk.org/jira/browse/ASTERISK-

Re: [asterisk-users] Migrating asterisk 11 to 13: some callers get no ringback tone any more

2016-05-03 Thread Joshua Colp
causing it to send out of band ringing instead. > > Is it possible to switch off the standard behavior of asterisk / > progrssinband for ring groups only by setting some other options? Asterisk does not have the concept of ring groups, this is a FreePBX construct. Asterisk itself does all

Re: [asterisk-users] Migrating asterisk 11 to 13: some callers get no ringback tone any more

2016-05-03 Thread Joshua Colp
ry in the signaling. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Provided by ht

Re: [asterisk-users] Taskprocessors

2016-05-03 Thread Joshua Colp
attempting to reproduce the above and get a backtrace[2]? [1] https://issues.asterisk.org/jira [2] https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace#GettingaBacktrace-GettingInformationForADeadlock -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW

Re: [asterisk-users] SIP/SDP for MulticastRTP page

2016-04-27 Thread Joshua Colp
so you'd have to do something. Other phones just allow it to be provisioned. If you did it outside of channel creation it's still lots of work to coordinate things. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us ou

Re: [asterisk-users] SIP/SDP for MulticastRTP page

2016-04-27 Thread Joshua Colp
be problematic. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Prov

Re: [asterisk-users] Recording barged calls

2016-04-26 Thread Joshua Colp
barging on the Local. This is due to a limitation in the underlying mechanism that does not allow the position to be defined of where to insert the barging and recording. It's fixed so recording comes first, followed by injecting media. Cheers, -- Joshua Colp Digium, Inc. | Senior Software

Re: [asterisk-users] A few questions about bundled pjproject

2016-04-25 Thread Joshua Colp
me part of pjproject (to be accepted by the maintainers)? Yes. Any patches are submitted upstream and if the next pjproject release has them then they are removed from Asterisk. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us ou

Re: [asterisk-users] Second invite after 100ms (with default t1min=100) --> canceled call problem!

2016-04-25 Thread Joshua Colp
you can configure things to work that's great but I don't see any code changes we can do. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Asterisk 13.1-cert6 Now Available

2016-04-21 Thread Joshua Colp
Robert McGilvray wrote: Hello, This build fails to load res_pjsip.so, it kicks back symbol lookup errors for ast_pjproject_get_buildopt. Certified cert4 works fine, pjproject is 2.4.5. Are you selectively loading modules? If so you need the new res_pjproject.so loaded. -- Joshua Colp

Re: [asterisk-users] Using Asterisk to route call via an outbound proxy

2016-04-13 Thread Joshua Colp
provided information about chan_sip on your -dev cross post. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Using Asterisk to route call via an outbound proxy

2016-04-13 Thread Joshua Colp
proxy URI. Example: sip:example.com;lr If used in a configuration file: sip:example.com\;lr The '\' is so the configuration parser does not treat it as a comment. Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out

Re: [asterisk-users] Asterisk 11.22.0 Now Available

2016-04-06 Thread Joshua Colp
them. As for a repo to use - FreePBX bases their distro on CentOS so theirs might be best for you. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Best timing source?

2016-04-05 Thread Joshua Colp
Carlos Chavez wrote: On 4/5/16 3:17 PM, Joshua Colp wrote: Carlos Chavez wrote: I am currently having a voice quality problem with one of our Asterisk servers. We have checked the network and we have found no problems that could cause the voice to sound cracked and with small interruptions. I

Re: [asterisk-users] Best timing source?

2016-04-05 Thread Joshua Colp
, and ConfBridge. If it's strictly a two party call then Asterisk forwards media as received. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk

Re: [asterisk-users] Is it possible to have two trunks between two Asterisk boxes ?

2016-04-05 Thread Joshua Colp
PBX ? Yes. :D -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Is it possible to have two trunks between two Asterisk boxes ?

2016-04-05 Thread Joshua Colp
itiated using the trunk1 endpoint then the From user will be 'trunk2'. If this is received by another chan_pjsip it will attempt to look for an endpoint named 'trunk2'. This will allow you to differentiate. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville

Re: [asterisk-users] Asterisk 13.8.0 alembic database update fails.

2016-04-01 Thread Joshua Colp
Harley Peters wrote: What do I create the issue under Asterisk or something else? Don't really see a category for it. Asterisk is the project and you can leave the rest as-is. It'll get changed if it makes sense. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive

Re: [asterisk-users] Asterisk 13.8.0 alembic database update fails.

2016-04-01 Thread Joshua Colp
Harley Peters wrote: Never done it before. Where url? The issue tracker is located at https://issues.asterisk.org/jira and an account can be created using the site at https://signup.asterisk.org/ Cheers, -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW

Re: [asterisk-users] Asterisk 11.22.0 Now Available

2016-04-01 Thread Joshua Colp
-sounds-en_AU-alaw-1.5.tar.gz] Error 8 make[1]: Leaving directory '/usr/src/asterisk/sounds' Makefile:457: recipe for target 'datafiles' failed make: *** [datafiles] Error 2 This issue should now be resolved and I've confirmed that the link now works. Sorry for the inconvenience! Cheers, -- Joshua

Re: [asterisk-users] Asterisk 13 - Call Bridge issue.

2016-04-01 Thread Joshua Colp
? Is NAT in use on both sides? -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Coloca

<    1   2   3   4   5   6   7   8   9   10   >