Re: [asterisk-users] [asterisk-app-dev] ARI application execution feature survey

2019-04-02 Thread Matthew Jordan
that matter, many of the monolithic dialplan applications have specific options that place channels into dialplan contexts that execute after their execution. I'm not even sure I can begin to wrap my head around what that will do to a channel in ARI. -- *Matthew Jordan* Digium - A Sangoma Compan

Re: [asterisk-users] Community forum ?

2018-08-30 Thread Matthew Jordan
> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Astricon is coming up October 9-11! Signup is available at: > https://www.asterisk.org/community/astricon-user-conference > > Check out the new Asterisk community forum at: > https:/

Re: [asterisk-users] getting invites to rtp ports ??

2018-08-30 Thread Matthew Jordan
On Wed, 29 Aug 2018 22:52:05 -0400, > Matthew Jordan wrote: > > > > [1 ] > > [1.1 ] > > [1.2 ] > > On Wed, Aug 29, 2018 at 6:20 PM Telium Support Group > wrote: > > > > Depending on log trolling (Asterisk security log) misses a lot, and > also depe

Re: [asterisk-users] getting invites to rtp ports ??

2018-08-29 Thread Matthew Jordan
at: > https://www.asterisk.org/community/astricon-user-conference > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users

Re: [asterisk-users] [asterisk-app-dev] AGI stream audio from URI

2018-07-20 Thread Matthew Jordan
#x27;local' > [Jul 20 20:00:21] > 0x7f9e8000cb00 -- Strict RTP learning complete - Locking > on source address 127.0.0.1:7078 > [Jul 20 20:00:21] -- AGI Script agi://127.0.0.1/route > completed, returning -1 > [Jul 20 20:00:21] == MixMonitor close filestream (mixed) > [Jul 20

Re: [asterisk-users] [asterisk-app-dev] AGI stream audio from URI

2018-07-20 Thread Matthew Jordan
; > On Fri, Jul 20, 2018, 11:45 AM Matthew Jordan <mailto:mjor...@digium.com>> wrote: > >> On Jul 15, 2018, at 11:37 PM, Naftoli Gugenheim > <mailto:naftoli...@gmail.com>> wrote: >> >> Crickets... >> >> I've tried this now on 15.5.

Re: [asterisk-users] [asterisk-app-dev] AGI stream audio from URI

2018-07-20 Thread Matthew Jordan
> On Jul 15, 2018, at 11:37 PM, Naftoli Gugenheim wrote: > > Crickets... > > I've tried this now on 15.5.0. Still completely broken. > > I suspect you’re encountering behavior that is working as intended. Normally, when Asterisk plays back a file, it scans the file system for all files wi

Re: [asterisk-users] Comparison of PJSIP and SIP in Asterisk database

2018-03-06 Thread Matthew Jordan
henanigans and/or custom code - than a second instance of Asterisk will understand and read that JSON just fine. Assuming it was told to get that information from its AstDB via Sorcery as well. -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us ou

Re: [asterisk-users] PJSIP_AOR Slow

2017-11-30 Thread Matthew Jordan
ND=1)) > > exten => example_839,23,NoOp(${PJSIP_AOR(example_240,contact)}) > > exten => example_839,24,ExecIf($["${PJSIP_AOR(example_240,contact) > }"=""]?Set(UNAVAILABLEPEER=${UNAVAILABLEPEER} example_240)) > > exten =>

Re: [asterisk-users] How to supervise a Voicemail box with a BLF button ? What does "State:Unavailable" exactly means ?

2017-11-29 Thread Matthew Jordan
w to Asterisk? Start here: >> https://wiki.asterisk.org/wiki/display/AST/Getting+Started >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >>http://lists.digium.

Re: [asterisk-users] RTCP + Stasis causing high memory consumption

2017-11-15 Thread Matthew Jordan
n those messages are generated. If that doesn't fix it, then you may have some form of malformed RTCP packet that is causing Asterisk to think that it has a slew of SR/RR reports to generate. You may want to look at the RTCP information in wireshark to determine how many RR/SR reports are being gene

Re: [asterisk-users] PJSIP Asteirks 13 - Audio Jitter in one direction only

2017-10-23 Thread Matthew Jordan
or MixMonitor? With what application arguments? If you look at a packet capture, does the packet capture reveal anything about the jitter, and on what call leg? Have you tried using a JITTERBUFFER? -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Hun

Re: [asterisk-users] user-agent access from pjsip

2017-10-23 Thread Matthew Jordan
off of the Contact. You can get the Contact via AMI by listening for events and by querying for the status of the contacts [1]. [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ManagerAction_PJSIPShowRegistrationInboundContactStatuses -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive

Re: [asterisk-users] Asterisk 14 audio quality with remote files

2017-05-20 Thread Matthew Jordan
nel_name(chan), filename, ast_format_get_name(ast_channel_writeformat(chan)), preflang ? preflang : "default"); Matt -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- __

Re: [asterisk-users] How to read or relay SIP PUBLISH messages ?

2017-02-16 Thread Matthew Jordan
> This seams easier, for the moment. > > I think I still need to better understand what are mixed Asterisk-Kamailio > architectures main strengths > compared to alternatives (Asterisk alone, Kamailio/RTPproxy, ...) but that > is

Re: [asterisk-users] asterisk13+app_queue scalability

2017-02-06 Thread Matthew Jordan
re app_queue no longer scales for you, you need to build your own queuing solution using Asterisk's APIs. app_queue was not designed to scale across multiple Asterisk instances, nor was it designed to scale up infinitely (which, of course, nothing is.) Matt -- Matthew Jordan Digium,

Re: [asterisk-users] packet loss stats - how does asterisk know about packets sent % lost ?

2017-01-29 Thread Matthew Jordan
were lost? Does this require > RTCP compatible endpoint/phone, or something else? > > The number of packets lost is determined based on RTCP information received from the far endpoint. The number is accurate so long as Asterisk is receiving RTCP information from the endpoint(s) in question. M

Re: [asterisk-users] Asterisk 13.12.2 : strange queue behaviour

2016-11-21 Thread Matthew Jordan
On Mon, Nov 21, 2016 at 10:05 AM, Jonas Kellens wrote: > On 21-11-16 15:17, Matthew Jordan wrote: > > > On Mon, Nov 21, 2016 at 7:05 AM, Jonas Kellens > wrote: > >> Hello >> >> when using Asterisk version 13.12.2 I notice that it takes up to 30 >>

Re: [asterisk-users] Asterisk 13.12.2 : strange queue behaviour

2016-11-21 Thread Matthew Jordan
2 > > > I did not see this behaviour in previous Asterisk versions. > > Could this be a bug ? > > There's not enough information here to know what is preventing the call from occurring. I'd look at a debug log between the caller entering the Queue and the outbound call

Re: [asterisk-users] Asterisk 11.24.1 garbled audio

2016-11-11 Thread Matthew Jordan
uire the dahdi kernel module to be installed and available. (I could be wrong on the need for a physical card however, so your mileage may vary.) - Upgrade to a version of the kernel that res_timing_timerfd supports. That should be Linux 2.6.26 and glibc 2.8 or later. Personally, if I were in your shoes, I'

Re: [asterisk-users] Asterisk 11.24.1 garbled audio

2016-11-11 Thread Matthew Jordan
ng with potential jitter) - CPU utilization with an active conference (95% idle doesn't mean that some core isn't pegged) - Any potential transcoding issues or codec issues Matt -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville, AL

Re: [asterisk-users] SIP and RTP port and IP addresses

2016-11-10 Thread Matthew Jordan
h and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list

Re: [asterisk-users] Conference Call like conference done by mobile!

2016-10-06 Thread Matthew Jordan
r and the new callee in the same bridge as the original callee. This process could be repeated as many times as you want. [1] https://wiki.asterisk.org/wiki/pages/viewpage.action?pageId=29395573 [2] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_HOLD_INTERCEPT -- Matthew Jor

Re: [asterisk-users] AsyncAGI - How to jump in dial plan when no action initiated on channel or AMI user is disconnected

2016-09-23 Thread Matthew Jordan
e), you can use the AMI_CLIENT [1] dialplan function to retrieve the number of sessions they have currently established. [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_AMI_CLIENT -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at

Re: [asterisk-users] AsyncAGI - How to jump in dial plan when no action initiated on channel or AMI user is disconnected

2016-09-21 Thread Matthew Jordan
easing them back to the dialplan. -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] AsyncAGI - How to jump in dial plan when no action initiated on channel or AMI user is disconnected

2016-09-20 Thread Matthew Jordan
t;? > Alternatively, how can dialplan check if there is any AMI user connected and > decide dial plan execution? > > Thanks & Regards, > Amit Patkar -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us

Re: [asterisk-users] Ast 13.11.2 : bridgepeer variable empty ?

2016-09-19 Thread Matthew Jordan
to manipulate the bridge themselves outside of Asterisk's control (via attended transfers). Matt -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- __

Re: [asterisk-users] Dial and start music on hold after timeout

2016-08-25 Thread Matthew Jordan
r one of the other sound generation applications. (3) Wait for one of your outbound channels to pass a 180 back, and allow that to cause the inbound channel to ring. [1] http://lists.digium.com/pipermail/asterisk-users/2016-August/289781.html -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davi

Re: [asterisk-users] SIP 603 response when call is not answered

2016-08-17 Thread Matthew Jordan
: No provider found, > checking channel drivers for SIP - 111 > 49 DEBUG[-1]: chan_sip.c:27264 in sip_devicestate: Checking device state for > peer 111 > 50 DEBUG[-1]: devicestate.c:467 in do_state_change: Changing state for > SIP/111 - state 1 (Not in use) > 51 DEBUG[-1]: d

Re: [asterisk-users] Leave and re-enter a conference

2016-08-14 Thread Matthew Jordan
ant. Note that you need to use Originate instead of Dial, as you would otherwise have the participant be bridged in a new bridge with whoever they dialed. [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Configuration_app_confbridge -- Matthew Jordan Digium, Inc. | CTO 445

Re: [asterisk-users] PJSIP not detected

2016-08-11 Thread Matthew Jordan
d on the wiki here: https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+pjproject#BuildingandInstallingpjproject-Troubleshooting -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org

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

2016-08-11 Thread Matthew Jordan
lines for versions are available on the wiki: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at:

Re: [asterisk-users] Asterisk & Vitelity Invite issues

2016-08-11 Thread Matthew Jordan
re-INVITE being sent to them, there's something seriously wrong with that provider. This is pretty core functionality in any SIP stack. Matt -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville

Re: [asterisk-users] Asterisk 13 High CPU usage

2016-08-09 Thread Matthew Jordan
. Can you get a backtrace of the threads? [1] Make sure you have DONT_OPTIMIZE and BETTER_BACKTRACES enabled. That should show us what the threads are doing, which would give us a better idea of what is spending all the time processing things. [1] https://wiki.asterisk.org/wiki/display/AST/Getting+a+B

Re: [asterisk-users] Asterisk 13.10.0 Now Available

2016-07-21 Thread Matthew Jordan
sterisk's support of available ciphers both in DTLS and SRTP. Thanks Alexander! -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- __

Re: [asterisk-users] No Sangoma ISDN BRI cards detected by goautodial

2016-07-20 Thread Matthew Jordan
started_guide As a result, you will almost certainly need to solicit help from the GOautodial folks. Things that are packaged up in such a fashion typically have a specialized configuration that is too specific for the Asterisk project itself to support. Matt -- Matthew Jordan Digium, Inc. |

Re: [asterisk-users] PJSIP and the pound (#) as %23

2016-07-20 Thread Matthew Jordan
> because it is used to delimit a URI from a fragment identifier in URI > references (Section 4). The percent character "%" is excluded because > it is used for the encoding of escaped characters. > > delims = "<" | ">" | "#" | &quo

Re: [asterisk-users] Function SHELL not registered

2016-07-06 Thread Matthew Jordan
h to said dialplan functions, and should implement their own stringent access control. Matt -- Matthew Jordan Digium, Inc. | CTO 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- __

Re: [asterisk-users] VoipRaider is true for FREE calls?

2016-05-10 Thread Matthew Jordan
ttp://lists.digium.com/mailman/listinfo/asterisk-biz While I know conversations tend to diverge sometimes, the asterisk-users list should be about using Asterisk, and not about promoting some third party service or software that may pertain to Asterisk. -- Matthew Jordan Digium, Inc. | Director o

Re: [asterisk-users] Dial command for SIP driver with To-header config

2016-04-26 Thread Matthew Jordan
55 ; In addition, you can specify a specific To: header by adding an 56 ; exclamation mark after the dial string, like 57 ; 58 ; SIP/sales@mysipproxy!sa...@edvina.net While it might be nice if it didn't always use a scheme of 'sip', that'd probably be categoriz

Re: [asterisk-users] CDR ODBC error

2016-02-11 Thread Matthew Jordan
entially a replacement for it. cdr_odbc doesn't receive much attention as a result. Frankly, we should probably just remove cdr_odbc. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.or

Re: [asterisk-users] Asterisk 13.6.0: Is there a way to create PJSIP users and dialplans programmatically using API

2016-01-29 Thread Matthew Jordan
t;: "rtp_symmetric", "value": "yes"}, {"attribute": "context", "value": "default" }, {"attribute": "auth", "value": "alice" }, {"attribute": "aors", "value": &q

Re: [asterisk-users] PJSIP Returning 421 Extension Required

2016-01-18 Thread Matthew Jordan
orefersub > Server: Asterisk PBX 13.3.0-rc1 > Content-Length: 0 > > PJSIP is rejecting the inbound INVITE request as 100rel is required, but is not in the Supported header of the inbound SIP INVITE request. I would suspect that the UAC is doing things incorrectly by placing 100rel i

Re: [asterisk-users] asterisk 13 n-way call problem

2015-12-22 Thread Matthew Jordan
dge > > -- Executing [5082@dynamic-nway:5] Set("DAHDI/i1/6000-436", > "DYNAMIC_FEATURES=") in new stack > -- Executing [5082@dynamic-nway:6] MeetMe("DAHDI/i1/6000-436", > "5082,1pdMXq") in new stack > == Spawn extension (sipphonesconf, 6000

Re: [asterisk-users] Asterisk CLI and database problem

2015-12-22 Thread Matthew Jordan
pt under a user without sufficient permissions, and/or running/invoking the Asterisk CLI (via "asterisk -rv") as a user with insufficient permissions. I would double check: (1) What user/groups own the various Asterisk directories (specified in your asterisk.conf) (2) What user/group you ar

Re: [asterisk-users] DIALSTATUS not being set

2015-12-22 Thread Matthew Jordan
' basic-bridge <0be9ceeb-014b-477c-b993-a4600ad7f9b0> == Spawn extension (default, 1000, 2) exited non-zero on 'PJSIP/bob-' -- Executing [h@default:1] NoOp("PJSIP/bob-", "") in new stack -- Executing [h@default:2] Log("PJSIP/bob-

Re: [asterisk-users] CEL entries over ODBC several hours late (Matthew Jordan)

2015-12-11 Thread Matthew Jordan
written the CEL entry. If that doesn't show up in the database, then > it is either in the ODBC driver or the Maria database. > > If you don't see that message, then something is preventing those events > from getting delivered inside of Asterisk, which would only occur if you > had

Re: [asterisk-users] CEL entries over ODBC several hours late

2015-12-09 Thread Matthew Jordan
. If that doesn't show up in the database, then it is either in the ODBC driver or the Maria database. If you don't see that message, then something is preventing those events from getting delivered inside of Asterisk, which would only occur if yo

Re: [asterisk-users] host parameter equivalent in pjsip.conf

2015-12-08 Thread Matthew Jordan
> outbound_proxy=sip:1.2.3.4\;transport=tcp > > > > REGISTER sip:1.2.3.4;transport=tcp SIP/2.0 > > From: ;tag=f47f3ed2-0975-4ff0-bd3b-bd5c38e594c4 > > To: > > Contact: > > Route: > > User-Agent: Asterisk PBX 13.6.0 > > In order to preserve the re

Re: [asterisk-users] after upgrade buttons on Dahdi phones don't work [SOLVED]

2015-12-06 Thread Matthew Jordan
nge "from-internal" to > "internal" in dahdi-channels.conf . So that just leaves the question of how > this configuration ever worked at all. > > Sounds like you may have hit step 6... http://plasmasturm.org/log/6d

Re: [asterisk-users] endwhile jumping out of macro

2015-11-30 Thread Matthew Jordan
On Mon, Nov 30, 2015 at 11:34 AM, Ethy H. Brito wrote: > On Mon, 30 Nov 2015 09:40:50 -0600 > Matthew Jordan wrote: > > > On Sat, Nov 28, 2015 at 7:14 AM, Ethy H. Brito > > wrote: > > > > > > > > Hi > > > > > > I hav

Re: [asterisk-users] endwhile jumping out of macro

2015-11-30 Thread Matthew Jordan
nnel is executing within them. Terminating an outer container of PBX flow without properly terminating an inner one can inbalance the stack. And just as a reminder, Macros are deprecated. They tend to have odd side effects at times, and overly nesting Macros can result in a crash. You should consi

Re: [asterisk-users] PJSIP and RTT in realtime

2015-10-30 Thread Matthew Jordan
not show up in configuration documentation. However, since this is a sorcery object, you can specify in sorcery.conf where you'd like that object to be persisted. Note that by default, it is persisted using the 'memory' wizard. -- Matthew Jordan Digium, Inc. | Director of Technology

Re: [asterisk-users] pjsip show xxxx like endpoint?

2015-10-18 Thread Matthew Jordan
On Sun, Oct 18, 2015 at 12:39 PM, George Joseph wrote: > Did you open a Jira issue for this yet? I can actually work on this this > week. > I think it'd be pretty cool. George: want me to open an issue? -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan

Re: [asterisk-users] Sending XML over the asterisk PJSIP

2015-10-18 Thread Matthew Jordan
d with an image. You can send arbitrary text message to/from Asterisk using SIP MESSAGE requests. The fact that the text is XML would be immaterial to Asterisk. That's probably the closest way to send arbitrary data to Asterisk without writing a specific new module in the PJSIP stack. -- Matthew J

Re: [asterisk-users] Help with voicemail

2015-10-17 Thread Matthew Jordan
Can someone help me to solve my problem? > Do you have a g729 codec module loaded? If so, does it show a translation path between g729 and gsm? If so, do you have sufficient encoder/decoder licenses? Matt -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan

Re: [asterisk-users] Sending XML over the asterisk PJSIP

2015-10-17 Thread Matthew Jordan
On Sat, Oct 17, 2015 at 2:32 AM, Thyda ENG wrote: > Can i send XML data over the asterisk PJSIP ? > That's a fairly generic question. Can you be more specific about what you are trying to accomplish? -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW -

Re: [asterisk-users] pjsip database error when using MS SQL via ODBC

2015-10-17 Thread Matthew Jordan
x27; and 'qualify_frequency'. Which one is currently giving the conversion error? Matt Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org --

Re: [asterisk-users] Tim's band DEEPFALL NOT SPAM!!

2015-10-17 Thread Matthew Jordan
ith anyone you might know that could spare $5 toward > a good cause. > I'm pretty sure this has nothing to do with the Asterisk project. Please don't e-mail this list again with non-Asterisk related questions or topics. Doing so will get you kicked off of the list. -- Matthew Jordan

Re: [asterisk-users] Semicolon use in configuration?

2015-10-11 Thread Matthew Jordan
it by specifying the User portion. > > However semi-colon is treated as a comment by the Asterisk parser. Adding > quotes (“) around the setting doesn’t seem to help. > Use a '\', i.e., contact=sip:01234567\;tgrp=01234567\;trunkcontext=... -- Matthew Jordan Digium, Inc. | Direc

Re: [asterisk-users] Storing HANGUPCAUSE in CDR

2015-10-09 Thread Matthew Jordan
On Fri, Oct 9, 2015 at 8:27 AM, Ross Beer wrote: > Hi Andrew, > > Unfortunately that has stopped working when using chan_pjsip and asterisk > 13. > > The CDR is closed too early after a dial attempt. This is the expected > behaviour for Asterisk 13, however you should be able to set the variable >

Re: [asterisk-users] PJSIP: how to retrieve underlying SIP Call-ID

2015-10-06 Thread Matthew Jordan
3.6.0, and should be in the latest RC (13.6.0-rc2 [2]). In either case, you're using a function as opposed to some application, which means you do need to call the functions on the specific channel. To get access to the outbound channel, you can use a pre-dial handler's 'b' opti

Re: [asterisk-users] does res_pjsip support ZRTP?

2015-10-06 Thread Matthew Jordan
your use cases. Would I like it to work well for you? Of course! But if you don't participate by reporting issues, testing changes, and contributing code, there's not much I can do for you other than to note that the line is long, and feel free

Re: [asterisk-users] Respond to an out of call SIP MESSAGE

2015-09-29 Thread Matthew Jordan
On Mon, Sep 28, 2015 at 11:38 AM, Emil Ohlsson wrote: > Ah, so I can use > > MessageSend(sip:alice) > > to send a message to Alice then (reusing the existing TLS session). That does > seem to work. Thanks :-). I didn't know you could use users there. > > Is there a variable or some other method t

Re: [asterisk-users] Respond to an out of call SIP MESSAGE

2015-09-21 Thread Matthew Jordan
org/wiki/display/AST/Asterisk+10+Application_MessageSend SendText is used for sending text messages within a call. Since a SIP channel is not servicing the out of call text message, you cannot use it to send a SIP MESSAGE request back to whatever sent the original SIP MESSAGE request. -- Matt

Re: [asterisk-users] AMI 'meetme list concise' hanging

2015-09-07 Thread Matthew Jordan
www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://

Re: [asterisk-users] Problem with Cisco CUBE when dialling into Asterisk 13 server

2015-09-07 Thread Matthew Jordan
ot much anyone can tell you unless they are familiar with that device. Asterisk is being told to hang up the call, and so it will do so. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive

Re: [asterisk-users] res_pjsip. Turn off the authorization request for an incoming MESSAGE

2015-09-07 Thread Matthew Jordan
ertain requests while allowing others through, then today, there is no way to accomplish that in the PJSIP stack. As an open source project, someone could certainly propose that functionality if they wanted. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville,

Re: [asterisk-users] No audio when using TLS/SRTP with Kamailio and Asterisk 13

2015-08-19 Thread Matthew Jordan
risk it uses TCP over a local network. > > I've been pulling my hair out for days. I really would appreciate any > ideas or some pointing in the right direction here. > > Thanks in advance, > > C > > -- > _

Re: [asterisk-users] 786 000 files limit Centos 7 - Asterisk (Stefan Viljoen)

2015-08-17 Thread Matthew Jordan
lplans. > > Maybe this can assist someone else struggling with older 1.8 series timer > issues. > > Regards > Always nice to hear that we fixed things. Thanks for the follow-up! -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806

Re: [asterisk-users] Siren7 for Asterisk 13.5

2015-08-10 Thread Matthew Jordan
this for Siren14 (I forget why). > Alas, until we get off our butts, yes. Sorry about that. Really, we're putting as much effort into fixing things and issues that affect a lot of people. While siren7/siren14/silk are nice, there aren't as many people using them as other affected thi

Re: [asterisk-users] Modifying CDR values from a hangup extension in Asterisk 13

2015-08-10 Thread Matthew Jordan
CDR(userfield)=changed) > exten => h,n,NoOp(${CDR(userfield)}) > > In the same context I execute: > exten => 10,1,Set(CDR(userfield)=empty) > exten => 10,n,Dial(SIP/10) > > The "h" extension outputs two lines with userfield set to "empty". I would >

Re: [asterisk-users] Asterisk 11.19.0 Now Available

2015-08-09 Thread Matthew Jordan
> -11.19.0-rc1 > \ No newline at end of file > +11.19.0 > > \ No newline at end of file > > As you can see patch is build against 11.19.0-rc1, not 11.18.0 > > How can we apply this patch to a legacy asterisk-11.18.0 tar.gz ? > > Thanks for any hint. > That's

Re: [asterisk-users] Filters

2015-07-27 Thread Matthew Jordan
0Hz AC hum present in > some calls I push through my asterisk. > > Thanks > > If you're willing to write C, then yes, what you're looking to do is possible. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Che

Re: [asterisk-users] Messages out of calls. Is it really possible?

2015-07-10 Thread Matthew Jordan
g in the dialplan. [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_MESSAGE and https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_MESSAGE_DATA [2] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_MessageSend -- Matthew Jordan Digium, Inc. | Di

Re: [asterisk-users] Can't install gmime22

2015-07-09 Thread Matthew Jordan
rly install this package? > > I'm on CentOS 6.5 with updates, running on AMD Athlon +4400 and 64bit > > Thank you... gmime is only required for the res_http_post module. If you don't need that module, you really don't need that dependency. -- Matthew Jordan Digium, Inc. | Di

Re: [asterisk-users] Action Originate in Asterisk 13 creates 2 calls in core show channels

2015-07-03 Thread Matthew Jordan
channel with a PBX thread running. In this case, that's the two channels in your output that are not outbound channels, i.e., the Local channels that dialled your SIP channels. That fact that you have two different SIP channels means that something either performed two Originates, or you have don

Re: [asterisk-users] Distributed Device States - Best Option

2015-06-30 Thread Matthew Jordan
https://wiki.asterisk.org/wiki/display/AST/Exchanging+Device+and+Mailbox+State+Using+PJSIP -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- __

Re: [asterisk-users] error trying to get PJSIP working

2015-06-19 Thread Matthew Jordan
gt; connection to laf [laf]... > It looks like you are missing the outbound_proxy column on the ps_contacts table. If you're missing that column, you are probably missing some other columns as well. Note that the schema for the realtime tables for PJSIP has been updated many times, as n

Re: [asterisk-users] queue periodic-announce without stopping ringing

2015-06-15 Thread Matthew Jordan
media URI [1]). For more information on ARI and its intended use, see [2]. [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Channels+REST+API#Asterisk13ChannelsRESTAPI-play [2] https://wiki.asterisk.org/wiki/pages/viewpage.action?pageId=29395573 Matt -- Matthew Jordan Digium, Inc. |

Re: [asterisk-users] Calling multiple phones at ones

2015-06-15 Thread Matthew Jordan
asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users > -- > _________ > -- Bandwidth and Colocation Provided by http://www

Re: [asterisk-users] ARI echo test

2015-05-22 Thread Matthew Jordan
i. The basic tutorial example should give you an ARI event over a WebSocket connection. https://wiki.asterisk.org/wiki/display/AST/Getting+Started+with+ARI -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com

Re: [asterisk-users] DPMA - Asterisk Realtime

2015-05-07 Thread Matthew Jordan
ve made a note of it, and we'll keep evaluating it versus other planned and requested features. Thanks - Matt -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at

Re: [asterisk-users] Asterisk 1.8.32.3 chan_sip deadlock

2015-05-01 Thread Matthew Jordan
happen at least once a day, however. > > What is the best way of getting the core show locks output for people to see > as it appears to be too big to mail? > Please go ahead and make an issue on the issue tracker. Make sure you get both the output of 'core show locks', as w

Re: [asterisk-users] Asterisk proxying a REFER

2015-04-28 Thread Matthew Jordan
Can you provide a bit more information about the channels on the PBX/Adhearsion server, who sends the REFER request, and what happens explicitly in the scenario? Matt -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: h

Re: [asterisk-users] Asterisk 11 SRTP: unsupported crypto parameters: UNENCRYPTED_SRTCP

2015-04-17 Thread Matthew Jordan
lifetime parameter in a crypto attribute is part of RFC 4568 (Security Descriptions for Media Streams), which Asterisk does not support. You will need to see if the Avaya system can be configured to not send the attribute. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Dri

Re: [asterisk-users] meetme vs confbridge max user comparison wanted

2015-04-14 Thread Matthew Jordan
ence user usage patterns, we saw MeetMe hit a limit at around 60 channels, and ConfBridge reach over 240 channels. Worst case for ConfBridge was around 140 channels. Note that the ConfBridge sample rate, mixing interval, and other parameters can greatly affect how far it scales out. -- Matthew J

[asterisk-users] Asterisk is moving to Git

2015-04-08 Thread Matthew Jordan
r supporting the Asterisk project! Matt [1] https://gerrit.asterisk.org [2] https://git.asterisk.org [3] http://lists.digium.com/mailman/listinfo/asterisk-dev -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.

Re: [asterisk-users] Asterisk 13.3.0 Centos Package Install Error

2015-04-06 Thread Matthew Jordan
t; (asterisk-current) >Not found >Available: pjproject-2.1-0.digium1.2_centos6.x86_64 > (asterisk-current) >Not found >Available: pjproject-2.3-5.el6.i686 (epel) > Not found > > > Does anyone have any id

Re: [asterisk-users] CDR dst value null after attended transfer

2015-03-26 Thread Matthew Jordan
gt; +-+++--++--+--+-+--+---+ > | 2015-03-26 12:11:04 | 1427382664.963 | 1427382664.963 | 645 | > 5491549116 | 7051 | 27 | ANSWERED| SIP/pabx-e1-0

Re: [asterisk-users] Dial to PJSIP Channel with Typo "PJSIP//" Causes Asterisk Shutdown

2015-03-26 Thread Matthew Jordan
the crash will be needed as well. Instructions on generating a backtrace can be found on the wiki here: https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check u

Re: [asterisk-users] TRUNK Dial failed due to CONGESTION HANGUPCAUSE: 34

2015-03-25 Thread Matthew Jordan
-outisbusy, s, 5) exited non-zero on > 'SIP/306-00b8' in macro 'outisbusy' > == Spawn extension (from-internal, 0149XX, 7) exited non-zero on > 'SIP/306-00b8' > -- Executing [h@from-internal:1] Hangup("SIP/306-00b8"

Re: [asterisk-users] PJSIP - Video Support for WebRTC

2015-03-23 Thread Matthew Jordan
asterisk is muggling the audio and video streams ? > > This is good information for all guys out there that wants to support video > on webrtc in asterisk 13 > Please stop spamming the list with this e-mail. Resending it multiple times is clearly not yielding the results you'd like.

Re: [asterisk-users] how asterisk detects silence?

2015-03-23 Thread Matthew Jordan
_threshold' and 'dsp_talking_threshold' settings: https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Configuration_app_confbridge -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk

Re: [asterisk-users] Asterisk 13 : SILK codec ?

2015-03-19 Thread Matthew Jordan
On Thu, Mar 19, 2015 at 1:22 PM, Steve Murphy wrote: > > On Wed, Oct 29, 2014 at 7:10 PM, sean darcy wrote: >> >> On 10/29/2014 08:06 PM, Matthew Jordan wrote: >>> >>> On Wed, Oct 29, 2014 at 5:16 PM, sean darcy wrote: >>>> >>>> Can

Re: [asterisk-users] Asterisk switching bridge to native_rtp even with direct_media=no

2015-03-19 Thread Matthew Jordan
'native_rtp' basic-bridge > > -- AGI Script /pbx/agi.php completed, returning 4 > Correct - and per the log, they shouldn't be in a direct media bridge: > Locally RTP bridged 'PJSIP/99-0023' and 'PJSIP/304-0022' in stack

Re: [asterisk-users] Asterisk switching bridge to native_rtp even with direct_media=no

2015-03-18 Thread Matthew Jordan
ng the two channels? -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- _ -- Bandwidth and Colocation P

Re: [asterisk-users] Asterisk switching bridge to native_rtp even with direct_media=no

2015-03-18 Thread Matthew Jordan
P capable channels. Note that on verbosity 4, Asterisk will tell you if the bridge is locally or remotely bridging the two channels. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us ou

Re: [asterisk-users] pjsip: outofcall_message_context

2015-03-18 Thread Matthew Jordan
provide what you're looking for. [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Configuration_res_pjsip#Asterisk13Configuration_res_pjsip-endpoint_message_context -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check

Re: [asterisk-users] Asterisk 13.2.0 Video issues

2015-03-17 Thread Matthew Jordan
eting the core files. (3) The core files are hiding really, really well. Either way, if you can't get a backtrace, there isn't much we can do to help with that problem. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Ch

  1   2   3   4   5   >