Page 1 of 1

2.05SVN

PostPosted: Sun Jun 22, 2008 10:33 pm
by codehaxor
Ive been trying it out, the features are great, cant wait for the Timeclock to be completed, anyway the sample extensions.conf didnt have sample extensions from the 2.0.4 release.

PostPosted: Mon Jun 23, 2008 10:24 am
by mflorell
I'm not sure I understand the problem. Could you explain?

PostPosted: Mon Jun 23, 2008 7:54 pm
by codehaxor
the samples extensions.conf file in the 2.0.5 SVN build lacks the sip and iax2 dialplan extensions, unlike the extensions.conf sample in the 2.0.4 build which has those extensions coded in the dialplan, cc100, cc101, cc301 those extensions.

PostPosted: Mon Jun 23, 2008 8:28 pm
by mflorell
Would you be referring to these:

; extensions for other SIP and IAX call center phones
; cc100-cc150 SIP Phones
exten => _1[0-5]X,1,Dial(sip/cc${EXTEN},20,to)
; cc300-cc350 IAX Phones
exten => _3[0-5]X,1,Dial(IAX2/cc${EXTEN},20,to)


We have done a considerable amount of house-cleaning with the extensions.conf.sample in the SVN codebase.

The above example exchanges 100 lines of dialplan for 2.