similar to: Struggling with Macros and "s" Extension

Displaying 20 results from an estimated 200 matches similar to: "Struggling with Macros and "s" Extension"

2009 Jul 17
2
How do I create an IVR/Dial Group that works properly?
Hi all, I am trying to understand how I can get a simple IVR scenario to work properly (having already removed most of my hair...). The basic requirement is as follows: * Caller arrives at our main number * Caller is greeted and then told they can enter an extension number, if known, or wait and their call will be connected to an available rep. * The IVR then dials a group of extensions (if
2007 Oct 18
1
IAX2: Calls answered before extension is tested?
[Sorry if this arrives more than once. I have sent this twice and it never arrived, despite other messages getting to the list O.K.] ----------- Hello, I would like an incoming caller to be able to choose from the menu options in my extension.conf below. Once They have dialled the appropriate digit, * should call two extensions simultaneously: one SIP phone on this * server, and one over a
2007 Oct 04
2
Voicemail/dtmf not working?
Hi, I am setting up an asterisk server for testing purposes and cannot get voicemail to work at all. My host OS is Linux From Scratch 6.3 and the asterisk software versions I built are zaptel-1.4.5.1 and asterisk-1.4.12. I am using the Ekiga softphone on my Ubuntu desktop machine. My asterisk server and client phone are on different computers but are on the same LAN, i.e. no NAT. I have an
2004 Jan 09
0
Winbind Pre-requisite
Hi List! Had a small problem recently. I tried to configure samba with winbind usage on AIX 5.2 (./configure --with-winbind) but it seems like the winbind .so files did not compile (nsswitch/libnss_winbind.so). Samba works fine at the moment using share authentication, but until I get winbind working I cannot use any other auth. When I try wbinfo I get a message which tells me it cannot see
2019 Nov 01
0
Getting error in rbindlist
On 11/1/19 5:24 PM, Anshul Saravgi wrote: > Thanks Tomas for identifying the bug. > > *How to resolve this bug? Can you please help me here?* I would recommend you first try to create a complete reproducible example (the code below is just a snippet). Then try to minimize it - make it do as little as possible but still trigger the bug. Then try to reduce the number of packages used.
2006 Jul 03
2
Still struggling with data flow ...
Hello, The following view: <%= start_form_tag %> Enter term to find <p> <%= text_field_tag :name, params[:name] %> </p> <%= link_to "Find", { :action => ''find_term''} %> <%= end_form_tag %> does not appear to pass back the value of :name to the action: def find_term term =
2006 Jun 12
0
struggling with relatively simple out of model updating
I''m trying to do a In/Out thing... In my in_outs_controller.rb def edit_in_out @in_out = InOut.new @in_out.user_id = params[:id] @user = User.find_by_id(@in_out.user_id) if @in_out.save @user.update_attribute(:in_out, params[:user][:in_out]) flash[:notice] = ''In/Out was successfully updated.'' redirect_to :action =>
2004 May 20
0
Still struggling with clock skew
Hi, Porblem 1 ok this time i have checked every thing still it is giving me this same error. [root@niit125 root]# kinit junaid@NIIT.EDU.PK Password for junaid@NIIT.EDU.PK: kinit(v5): Clock skew too great while getting initial credentials can any one tell me how to enable NTP on a windows domain controller cause when i run the command ntpdate [root@niit125 root]# ntpdate 10.10.11.1 20 May
2011 Dec 15
0
Struggling with Extensions in Realtime
Hello Everyone, Can someone please let me know what the correct way to deal with extensions for a particular user using asterisk reatime. For a user 1001, we would like to support: Local Calls: 123-456-7890 LD Calls: 1-123-456-7890 INT Calls: 011-64-03-123-456-7890 PBX EXT: 1002 Do I need to insert multiple records for use 1001, each pointing to the different extensions in the
2006 Jun 26
1
struggling with the "g" flag
If I have in my dialplan [AgentQ] exten => _XX.,1,Dial(Sip/{$exten},120,g) exten => _XX.,2,NoOP(here we are) where [AgentQ] is called by the queue command to a member added by addqueuemember(Local/99@AgentQ) why don't I get to the NoOp if the agent hangs up during the announcement message (to the agent) ? I see in the app_dial.c program that the "g" flag is tested thus:
2008 Jun 19
0
struggling with simple webdav
Normally I use authzldap to authenticate LDAP users but in this case, I have a client that wants non-LDAP users to be able to use DAV. The twist is that there are several virtual hosts on this server and perhaps that is confusing things... anyway, my httpd.conf has... <Location /webdav> Dav On AllowOverride None Options Indexes FollowSymLinks AuthType Basic AuthName
2014 Mar 28
1
struggling with dovecot v2.2
Hello all, Long time, no write :-) I am building a spanking, wonderful new mail server. I am very excited about this, since I am going to use the new dovecot v2.2.12 !! However, last time I did this (and documented it), I was working with v1.2. I consulted my notes and it seems there are huge differences between v1.2 and v2.2. So my question is, would anyone know if there's a "quick
2014 Jul 26
1
struggling with pigeonhole date extensions
I am struggling with how to use the date extension for Dovecot/Pigenhole implementation of Sieve email filtering language. I have read RFC 5260 several times and tried different things with no luck. I would like to place all messages this year up till the end of March into the specified mail folder. What the snippet below actually seems to do is take any messages this year (whether before or after
2018 May 30
0
Struggling with sieve, fileinto and variables.
Op 30-5-2018 om 14:01 schreef Barry Pearce: > Hi, > > Im on Manjaro linux fully up to date running > > dovecot 2.3.1-2 > pigeonhole 0.5.1-2 > > > All is running well except I am having problems with fileinto - it > refuses to use variables, and mailboxexists is also failing for me. > > Im just dealing with plus addressing - should be simple but the
2018 Oct 11
0
Struggling to get dovecot working with postfix auth
On 11.10.18 11:30, Laura Smith wrote: > unix_listener /var/spool/postfix-authrelay/private/dovecot-auth { > group = postfix > mode = 0666 > user = postfix > } I suggest using "mode = 0660" instead. > Dovecot is unable to create the socket ? What exactly do the logs show? > postconf -c /etc/postfix-authrelay | fgrep sasl As described in
2018 Oct 11
0
Struggling to get dovecot working with postfix auth
On 11/10/2018 14:21, Laura Smith wrote: > On Thursday, October 11, 2018 12:07 PM, Ralph Seichter <m16+dovecot at monksofcool.net> wrote: > >> On 11.10.18 11:30, Laura Smith wrote: >> >>> unix_listener /var/spool/postfix-authrelay/private/dovecot-auth { >>> group = postfix >>> mode = 0666 >>> user = postfix >>> } >> I
2018 Oct 11
0
Struggling to get dovecot working with postfix auth
On 11.10.18 13:21, Laura Smith wrote: > > I suggest using "mode = 0660" instead. > > Makes no difference. That was meant to increase security, not to fix your problem. > > What exactly do the logs show? > > Erm, they show exactly what I posted earlier ? No. Earlier, you posted this: > 2018-10-11T10:17:40.491483+01:00 X postfix-authrelay/smtpd[18312]: >
2018 Oct 11
0
Struggling to get dovecot working with postfix auth
> On 11 October 2018 at 15:02 Laura Smith <n5d9xq3ti233xiyif2vp at protonmail.ch> wrote: > > > > That's a permission error. Somewhere in your directory hierarchy things > > are off. See Postfix' set-permissions command. > > > > But surely if Dovecot is staring as root then directory permissions are relevant, especially if I'm then asking the
2010 Apr 25
1
Struggling with two questions : Newbie student .
Hi , I am struggling with these two question . Any help would be appreciated ,Im looking at doing them on r ? 1. Tests for indications of asbestos in the lungs of employees at an insulation manufacturer resulted in four persons with positive indications of asbestos being sent to a medical center for further testing . if 45% of the employees have positive indications of asbestos in their lungs ,
2014 Feb 04
0
Struggling with AEC and OpenSL
Hi, Speex devs, I apologize in advance if this is not the proper venue for this question, but I had seen in the archives that other threads of this nature had been discussed. In brief, I'm trying to get AEC working on a simple Android NDK app. It's a basic "play from a file, record from the mic to file" loopback test. I'm using OpenSL ES. I establish a player and a