CDR showed call ANSWERED instead of BUSY

I am configuring a box doing caller --> E1 --> asterisk --> h323/sip —> destination.

all seems fine, except CDR treat all calls as ANSWERED when it is suppose to be BUSY,NO ANSWER.

I guess * considered as ANSWERED whenever zap is ANSWERED and discard the h323/sip call status.

anyway arround it to capture call status when calling h323/sip calls only

thank you

Hi,

When the call come in over the E1, in Asterisk dont Answer the call. Just do a Dial(SIP/…) or Dial(H323/…)

so if your context in zapata.conf is incoming_E1

[incoming_e1]

exten => _X.,1,Dial(SIP/…)

dont have an Answer().

ok, i will give it a test

thanks