similar to: 2 stage dialing and 484 address incomplete [SOLVED]

Displaying 20 results from an estimated 10000 matches similar to: "2 stage dialing and 484 address incomplete [SOLVED]"

2008 Oct 03
0
2 stage dialing and 484 address incomplete
Hi, If my memory serves me right, there was thread (in dev mailing list ?) explaining how we could implement 2 stages dialing with SIP endpoints: user dials 1234 then asterisk replies 484 Address Incomplete, then user dials 5678 then asterisk begins to treat extension 12345678 as if it had been dialed as a whole. With compliant hardphones, you could get you phone to display a short text invite
2009 Mar 17
0
ATA react to phone but unresponsive to fax modem [SOLVED]
2009/3/17 Olivier <oza-4h07 at myamail.com> > > > 2009/3/16 Olivier <oza-4h07 at myamail.com> > > Hi, >> >> I'm rather new to this domain so I may be doing stupid things without >> being concious of that. >> >> I've got a Patton MATA I'm trying to setup as T.38 fax adapter. >> Whenever I connect a fax machine (Dell
2009 Jan 27
0
Can't start Asterisk after installing Digium G729 licence [SOLVED]
2009/1/27 Olivier <oza-4h07 at myamail.com> > > 2009/1/27 Olivier <oza-4h07 at myamail.com> > > Hi, >> >> I carefully followed instructions in README file lasting with : >> /root/register >> ... blabla >> asterisk -r >> CLI> restart now >> >> Then asterisk -r fails with : >> # asterisk -r >> Asterisk
2009 Mar 09
0
Can't build today's AGX Asterisk Addon with spandsp0.0.6pre3 or 4 [SOLVED]
2009/2/26 Olivier <oza-4h07 at myamail.com> > I must add I tried spandsp0.0.6xxx as a warning message advised me to do so > (using 0.0.4 would be ok for me but current trunk doesn't allow this > anymore, it seems). > > > 2009/2/26 Olivier <oza-4h07 at myamail.com> > > Hi, >> >> With 0.0.6pre3: >> # ./build.sh >> CMake Warning (dev)
2009 Feb 05
0
Pattom M-ATA, T.38 and Asterisk 1.4. Canreinvite=yes ? [SOLVED]
2009/2/5 Olivier <oza-4h07 at myamail.com> > Hi, > > Here http://www.voip-info.org/tiki-index.php?page=Asterisk%20T.38 is a > table listing ATA/Gateways combinations. > Could anyone successfully set a Patton M-ATA to work with another one, > using Asterisk 1.4 ? > > Is reinvite (canreinvite=yes) necessary or not ? > > Regards > > Replying to myself, I
2009 Mar 09
0
How to install spandsp from source in lenny ? [SOLVED]
2009/3/9 James Sneeringer <jsneerin at gmail.com> > On Mon, Mar 9, 2009 at 11:13 AM, Olivier <oza-4h07 at myamail.com> wrote: > > Anyway, whenever I'm typing make menuselect, app-fax is greyed out as in > my > > opinion, spandsp libriaries have not been found. > > > > Maybe, I should have typed something like (as suggested > >
2008 Dec 09
0
Voicemail.conf : concise hour prompts [SOLVED]
2008/12/9 Olivier <oza-4h07 at myamail.com> > > > 2008/12/9 Tilghman Lesher <tilghman at mail.jeffandtilghman.com> > > On Tuesday 09 December 2008 09:14:11 Olivier wrote: >> > Hi, >> > >> > In voicemail.conf: >> > ; Supported values: >> > ; 'filename' filename of a soundfile (single ticks around the >>
2009 Mar 30
0
Where to find local FXS settings ? [SOLVED]
2009/3/30 Olivier <oza-4h07 at myamail.com> > Hi, > > Some ATAs (SPA3102, M-ATA, ...) have a long local FXS settings list such as > : > > FXS port gain, > Ring Waveform > Frequency > ... > > 1. My understanding of these is that those settings define how calls coming > from SIP side, trigger a signal which will in turn, ring analog device. > is this
2009 May 08
0
G279 install in 1.6.0.9 ? [SOLVED]
2009/5/8 Olivier <oza-4h07 at myamail.com> > Hello, > > Here (http://downloads.digium.com/pub/telephony/codec_g729/README) are > instructions to install G729 software. > (I think I followed instructions step by step but g729 license doesn't seem > to show up). > > My question is : > Is the command bellow still up to date ? > > >g729 show I suddenly
2009 Dec 03
0
AEL, 1.6, CUT and commas [SOLVED]
2009/12/3 Olivier <oza-4h07 at myamail.com> > Hello, > > How can you parse a comma separated list using function CUT and AEL ? > > I've tried but it displays error message (though is seems to find the > correct value) : > > STRING=101,102 > VAL=${CUT(STRING,\,,1)}; > NoOp(VAL is ${VAL}); > > Cheers > Sorry for the noise but I mixed up with another
2009 Dec 15
0
OT - SPA3102 - Provisioning with config file [SOLVED]
2009/12/15 Olivier <oza-4h07 at myamail.com> > > > 2009/12/15 Steve Howes <steve-lists at geekinter.net> > > >> On 15 Dec 2009, at 10:42, Olivier wrote: >> > Unfortunately, it seems macro expansion doesn't occur in Line1 tab : >> > when I type $A or $(A) or ${A} or $GPP_A or $UID1 in User ID field >> > (in Line1 tab), asterisk
2009 Feb 26
0
Patton 5.3. How to get incoming calls ? [SOLVED]
Hi, Changing the line bellow helped to get incoming calls but I add to remove secret= option in sip.conf (otherwise, Patton wouldn't respond to 407 Auth required challenges). If someone could enable secret and still get incoming calls (in any SmartWare 5.X), please, do not hesitate to share here ... interface sip IF-ASTERISK bind context sip-gateway ASTERISK route call dest-table
2007 Jul 12
0
No subject
Leg/Transaction Does Not Exist" and obviously not taken into account as endpoint GUI remains unchanged. Looking deeper into this here are : NOTIFY message accepted by S450IP NOTIFY sip:7531 at 192.168.100.197:5060 SIP/2.0 Via: SIP/2.0/UDP 192.168.100.254:5060;branch=z9hG4bK06adc48b;rport From: "asterisk" <sip:asterisk at asterisk>;tag=as4ea953db To: <sip:sip:7531 at
2009 Dec 04
1
Get Queue values from dialplan (Was: queue_variables() function)
2009/12/4 Olivier <oza-4h07 at myamail.com> > Hello, > > Has someone successfully used this QUEUE_VARIABLES() function (in > 1.6.2-rc7) ? > I tried to use it as I'm using SIPPEER() but without success. > > A previous question about it remainded unanswered ( > http://thread.gmane.org/gmane.comp.telephony.pbx.asterisk.user/224466). > > Regards > How can
2009 May 26
1
Bug or feature in 1.6.1 (Was: How to register with TCP transport) ?
Hi, Digging on this case : 2009/5/26 Olivier <oza-4h07 at myamail.com> > Hi, > > In my sip.conf, I've got : > [general](+) > ; register=>tcp://trunk4ipbx:password at 192.168.100.129<trunk4ipbx%3Apassword at 192.168.100.129> > register=>trunk4ipbx:password at 192.168.100.129<trunk4ipbx%3Apassword at 192.168.100.129> > > When
2009 Jan 16
0
No subject
"In computer software standards and documentation, the term deprecation = is=20 applied to software features that are superseded and should be avoided.=20 Although deprecated features remain in the current version, their use = may=20 raise warning messages recommending alternate practices, and deprecation = may indicate that the feature will be removed in the future. Features = are=20
2020 Apr 17
0
[SOLVED]Re: TLS/SSL error loading cert file. </etc/asterisk/keys/asterisk.pem> [Almost SOLVED]
Hello, After countless hours on, this I found the root cause of HTTPS settings on Debian Buster. All this came from ast_tls_cert script using 1024 bits-long keys where Debian's defaut was to require at least 2048-long keys ! Simply passing -b 2048 to ast_tls_cert solved it. 1. May I suggest mentioning explicitly this possibility in wiki page [1] ? 2. What would you say of adding an extra
2015 Apr 01
0
Call Quality Measuring
Hi Patrick, You are welcome to try our tools out for active and passive voice quality measurement tools. It's waveform analysis (like PESQ or POLQA) and VoIP metrics analysis (like G.107 E-model and other metrics). You can read more at http://www.sevana.biz or older site http://www.sevana.fi On Tue, Mar 31, 2015 at 1:16 PM, Patrick Beaumont < p.beaumont at hatsoffsoftware.co.uk>
2007 Mar 20
2
Which parameters of a live Asterisk server would you monitor ?
Hi, Let's say you have an Asterisk server running. Which parameters would you check to improve service continuity ? I was thinking of : - telco lines status (make sure every is up) - registered hardphones - config files backup (compare live and saved configuration files, if files differ, notifies the administration team) - systems variables (disk and CPU) - log files (trigger an alarm for
2007 Jan 02
2
802.1x support in wired sip hardphones ?
Hi, Is anyone aware of a wired sip hardphone supporting 802.1x authentication ? I've been told some Avaya and Alcatel ip phones supported 802.1x. As 802.1x is widely used with wireless hardphones, I'm wondering whether or not, 802.1x could also be valuable for wired environments. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: