Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: soprom on October 01, 2006, 01:27:44 AM

Title: Selintra : headers generation
Post by: soprom 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.
Title: Selintra : headers generation
Post by: soprom on October 01, 2006, 01:45:58 AM
It seems that any spaces entered are generated as new lines
Title: Selintra : headers generation
Post by: SARK devs 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
Title: Selintra : headers generation
Post by: soprom on October 01, 2006, 03:14:09 AM
Keep up the excellent work!