Koozali.org: home of the SME Server

Selintra : headers generation

Offline soprom

  • *
  • 589
  • +0/-0
    • www.logiciel-libre.org
Selintra : headers generation
« on: October 01, 2006, 01:27:44 AM »
Hi,

The headers are not compiled correctly...
Here's an example:

Inserted in headers/agents

Code: [Select]
[agents]
;
; Define autologoff times if appropriate. This is how long
; the phone has to ring with no answer before the agent is
; automatically logged off (in seconds). Please note that if
; this value is greater than the timeout value in your queue
; that agents will not be removed!
;


Resulting in /etc/agents.conf

Code: [Select]
[agents]
;
;
Define
autologoff
times
if
appropriate.
This
is
how
long
;
the
phone
has
to
ring
with
no
answer
before
the
agent
is
;


Same behaviour with queues.conf...
I've cut/paste script from voip-info and committed the change to obtain these results.
Sophie from Montréal

Offline soprom

  • *
  • 589
  • +0/-0
    • www.logiciel-libre.org
Selintra : headers generation
« Reply #1 on: October 01, 2006, 01:45:58 AM »
It seems that any spaces entered are generated as new lines
Sophie from Montréal

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Selintra : headers generation
« Reply #2 on: October 01, 2006, 02:10:54 AM »
Hi Sophie

Yes this is a known issue, we just haven't gotten around to fixing it yet.  As long as you don't use comments it's fine because regular .conf tuples don't have any spaces.


Kind Regards

Selintra

Offline soprom

  • *
  • 589
  • +0/-0
    • www.logiciel-libre.org
Selintra : headers generation
« Reply #3 on: October 01, 2006, 03:14:09 AM »
Keep up the excellent work!
Sophie from Montréal