Hi,

I have the following rules:
exten => 4441,1,NoOp(--- ${CALLERID} calling on capi-extern (${EXTEN}) ---)
exten => 4441,2,Goto(dialin-privat,s,1)
exten => 4441,3,Hangup

[dialin-privat]
; Log incoming calls
exten => s,1,LDAPget(CALLERIDNAME=daheim)
exten => s,2,NoOP(--CALLERID=-${CALLERID}-, CALLERIDNUM=-${CALLERIDNUM}-, 
EXTEN=-${EXTEN}--)
...

my CDR records says now that a call from unkown to s happened.
Is it possible that in the CDR record the number which has been called
is saved and not s?
e.g.
number unkown called 4441


Best regards,
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to