similar to: Dahdi get latest

Displaying 20 results from an estimated 4000 matches similar to: "Dahdi get latest"

2018 Apr 04
4
Iridium integration / gateway
Hi list, I have a request to integrate Iridium in a Asterisk system. A quick search didn't return much: I expected to find products similar to GSM gateways, but this does not seem to exist. so I'd be very interested about possible solutions. Has it be done already, how? Thanks, -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise
2016 Mar 07
2
Asterisk now available with bundled pjproject!
On Mon, Mar 7, 2016 at 2:53 PM, Jean-Denis Girard <jd.girard at sysnux.pf> wrote: > Hi, > > Le 07/03/2016 09:28, George Joseph a ?crit : > > PLEASE TRY THIS!! I'd love some feedback BEFORE 13.8.0 is released. > > I have tried GIT-master-ee5a944M on my Fedora 23 test server, and got: > > [pjproject] Unpacking /tmp/pjproject-2.4.5.tar.bz2 > [pjproject]
2019 Jan 31
2
tel URI
Hi list, Using Asterisk 16.1.1, with PJSIP, I'm asked to build a SIP trunk to a system that uses exclusively tel: uri on inbound and outbound calls. I could not find documentation or sample config about tel:uri. Is this doable? If not possible with PJSIP, is chan_sip a better option? Any pointer would be greatly appreciated. Thanks, -- Jean-Denis Girard SysNux Systèmes
2019 Jul 26
2
PJSIP wizard reload not reloading ?
Hi list, I'm having a strange problem when using pjsip wizard and reloading ("pjsip reload" on CLI): some data (specifically endpoint/pickup_group) is not modified. For example, initially I have empty pickup group: tiare*CLI> pjsip show endpoint xxx ... pickup_group : ... Then, I add endpoint/pickup_group = 0,3 to pjsip_wizard.conf, and reload:
2015 May 21
4
PJSIP CCSS
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Le 21/05/2015 00:16, Joshua Colp a ?crit : > If CCSS is needed then the only option is to use chan_sip. The > chan_pjsip module does not implement CCSS in any way. Is CCSS support planned for PJSIP? chan_sip is in "extended" state in asterisk-13, so chan_pjsip should be preferred for new installations, ri ght? Thanks, - --
2016 Feb 19
2
Grandstream Early Dial
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Le 18/02/2016 11:03, Richard Mudgett a ?crit : > I've been using Grandstream phones for more than 10 years, but onl y > yesterday tried to use Early Dial... and I failed. What is needed on the > Asterisk side to reply 484 to INVITE? Phones are talking to chan_p jsip > on Asterisk-13.7.1. > > > Look into the
2016 Feb 19
2
Grandstream Early Dial
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Bryant, Thanks for your reply. It didn't work immediately, I had to create a second context, or else it was looping between the second and first line. This seems to work: [earlydial] ; Test Early Dial exten => _.,1,Set(l_Extension=${EXTEN}) exten => _.,n,Goto(earlydial2,${l_Extension},1) [earlydial2] exten => _.,n,Goto(noMatch,1)
2019 Mar 08
2
Asterisk Usage Survey
Hey All, For those of you that do not know me, my name is Matthew Fredrickson and I’m the project lead for the Asterisk project. First off, I wanted to thank all of you that contribute in various ways to the project – whether it be at a developmental level, answering questions on forums and mailing lists, contributing documentation, or just generally advocating for it within your sphere of
2023 Jul 07
1
Asterisk Release 20.3.1
On Fri, Jul 7, 2023 at 6:40 PM Jean-Denis Girard <jd.girard at sysnux.pf> wrote: > There seems to be a problem with the tar.gz archive on github. It's > correct on downloads.asterisk.org. Can you be more specific? They are identical and the same tarball. I just downloaded both from each place and confirmed that, and confirmed they both extract fine. -- Joshua C. Colp Asterisk
2019 Jul 20
2
ARI libraries?
In article <301a2e78-d490-3805-e30f-41b668aac5c1 at sysnux.pf>, Jean-Denis Girard <jd.girard at sysnux.pf> wrote: > > Hi Tony, > > Le 20/07/2019 à 06:29, Tony Mountifield a écrit : > > Are there any other languages/libraries I should be considering? > > Same here, after years of AGI / AMI, I recently made my first project > using ARI on Asterisk-16. I love
2016 Feb 18
2
Grandstream Early Dial
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, I've been using Grandstream phones for more than 10 years, but only yesterday tried to use Early Dial... and I failed. What is needed on the Asterisk side to reply 484 to INVITE? Phones are talking to chan_pjsip on Asterisk-13.7.1. Thanks, - -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise
2019 Mar 11
2
Asterisk Usage Survey
Hello Jean-Denis. I believe the idea is that you answer the survey for each type of scenarios you are running. So one for call centre, another one for ivr, etc... Regards, Marcelo On Mon, 11 Mar 2019, 02:10 Jean-Denis Girard, <jd.girard at sysnux.pf> wrote: > Hi Matt, > > I would have loved to participate to the survey, but I feel it does > apply to my situation: as an
2015 Mar 11
2
PJSIP some AMI events is absent?
Hello. Asterisk 13.2, PJSIP. Problem: I do not get any AMI events when changing the status of the contact. When using chan_sip I got "peerstatus" event. When using res_pjsip and devices (endpoint configuration) I got "peerstatus" event. When using res_pjsip.so and OUTBOUND REGISTRATION WITH OUTBOUND AUTHENTICATION i got "registry" event. When using
2019 Jul 20
2
ARI libraries?
Up till now, I have only used Asterisk versions 1.2, 10 and 11, on CentOS 4, 5 and 6, and have made extensive use of AMI and FastAGI connections to a multi-threaded backend written in C. For a new project, I am looking at trying Asterisk 16 with ARI, on CentOS 7. I was looking at the various ARI libraries available, particularly the ones for Python and Node.js in github. I noticed that the
2015 Jul 29
2
PJSIP T.38 issues
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks for your reply Larry. Le 27/07/2015 01:22, Larry Moore a ?crit : > I think the "488 Not acceptable here" is occurring because the channel > connecting through is not T.38 capable, that will be the IAX channel > from iaxmomdem. This is what T38gateway is supposed to do. And I'm very happy to report that after one more
2015 May 21
2
PJSIP CCSS
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, It looks like Call Completion Supplementary Services is not available for PJSIP channels, am I right? Is there another solution? Thanks, - -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise http://www.sysnux.pf/ T?l: +689 40.50.10.40 / GSM: +689 87.79.75.27 -----BEGIN PGP SIGNATURE-----
2016 Mar 07
5
Asterisk now available with bundled pjproject!
The current Asterisk 13 and master git branches have a new feature that will be included in 13.8.0: The ability to compile and run Asterisk with a bundled version of pjproject. ?? Why would you want to do this? Several reasons: - Predictability: When built with the ?bundled pjproject, you're always certain of the version you're running against, no matter where it's
2015 Jul 27
2
PJSIP T.38 issues
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, 2 weks ago I asked questions about PJSIP and T.38 but got no replies. I upgraded Asterisk to git as of yesterday (309dd2a), and I'm still having the same issues. In the trace below, I'm sending a fax from Hylafax server through iaxmodem on Asterisk-13 (tiare) to a second Asterisk (11.18.0 t0gw) connected to the PSTN via ISDN; the
2015 May 20
2
CHANNEL(aor) CHANNEL(contact) return nothing
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, I'm trying to use CHANNEL(aor) and CHANNEL(contact) on PJSIP channel, on asterisk-13.3.2, but they don't return anything. Is this a bug, or did I miss something? Here is my test dialplan: exten => *98,1,Answer same => n,NoOp(Channel=<${CHANNEL(name)}>,type= <${CHANNEL(channeltype)}>) same =>
2013 Feb 11
2
[OT] Mediatrix Euro ISDN hangup problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, I'm getting a strange problem with a Mediatrix 3631 Gateway connected to the PSTN via an E1 PRI link configured for Euro ISDN signaling. The Mediatrix sends incoming calls from the PSTN to an Asterisk server via SIP: this works fine. But when the caller hangs up, the Mediatrix doesn't send "Bye" to Asterisk, so the call is