Hi according to conf_examples and scratch_install from 2.04 i must have
##### This 'h' exten is VERY important for VICIDIAL usage,
##### you will have problems if it is not in your dialplan!
exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses ... EBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME}))
in my extensions.conf.
It's there, but i'm having some random problems (stuck calls in auto_call, stuck in waiting for 1 sec., and some others...) and in the posts i've found it seems that most of this problems are caused for not having the h extension properly configured.
The question is that in all the posts i've seen the h extension is like:
exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log)
exten => h,2,DeadAGI(agi://127.0.0.1:4577/VD_hangup--HVcause ... EBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME}))
and not as i've got it in my setup.
Which one is right? i'm assuming that from 2.04 is only 1 line?
can someone make this clear for me?
thanks a lot
regards
Andres