similar to: AOC-E pass through

Displaying 20 results from an estimated 1000 matches similar to: "AOC-E pass through"

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]
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
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 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)
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 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
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
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
2014 Jan 20
1
DUNDI or ENUM or ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, I'm looking for the best / recommended solution for automatic discovery of phone numbers for a multiple Asterisk system. This would be for an administration, with many branches (~30), but a common infrastructure (DNS, LDAP). Most branches would have Asterisk servers for various reasons (location, administrative). All contacts would be in
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-----
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
2013 Nov 18
1
CEL for attented transfer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, I'm trying to use CEL to display channel information in real time. It works fine for simple calls, blind transfers, or SIP attended transfers (initiated from the SIP phone). My problem is for Asterisk attended transfers (atxfer as configured in features.conf). The scenario is: . phone 107 calls phone 100, . 100 dials the atxfer code,
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 =>
2005 Jul 05
2
Previously: Queue + optional URL
Does anybody know if there is an app that will cause similar to occur on users PC? I have a scenario where users will have snom phones on their desks. Ideally when their phone receives a call I need to popup a web browser with a specific url. Any ideas appreciated. Neil on 5/7/05 10:52 PM, Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> wrote:
2023 Jul 07
1
Asterisk Release 20.3.1
Le 07/07/2023 à 12:49, Joshua C. Colp a écrit : > On Fri, Jul 7, 2023 at 6:40 PM Jean-Denis Girard <jd.girard at sysnux.pf > <mailto: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 <http://downloads.asterisk.org>. > > > Can you be more specific?
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:
2007 Feb 06
1
yellow alarm after weeks without trouble
Hi list, I'm getting an error on a E1 link to the telco, after some weeks of operation without trouble. I have an asterisk with a TE405 in passtrough mode: two E1 are connected to the Telco, two E1 are connected to 2 Siemens PaBX. Only 15 channels are used on each E1 (conf is attached).The system has been in production for nearly a year, and does work flawlessly for weeks, then I
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
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