Asterisk not picking up

Hello

I Installed astcc, I also set up my Incoming number in sip.conf, but when I call it, astcc does not pick up. I think it has to do with the context but I’m not sure.

This is what I have in my extensions.conf

[code]exten => _00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},${EXTEN})
exten => _00XXXXXXXXX,2,Hangup

;
; Prompt the caller for the card-number and the number to dial.
;
exten => 1234,1,Answer
exten => 1234,2,DeadAGI(astcc.agi)
exten => 1234,3,Hangup

; If you call it with an extension of “BALANCE” and a calleridnumber, ; it will read your balance to you and then exit.

exten => _00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},BALANCE,1)
exten => _00XXXXXXXXX,2,Hangup

; You may use 77 as access number to enter the calling card system
exten => 77,1,Answer
exten => 77,2,DeadAGI(astcc.agi)
exten => 77,3,Hangup

; caller id authentication, dial dest no. directly without being asked the pin
exten => _1NXXNXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},${EXTEN})
exten => _1NXXNXXXXXX,2,Hangup

; caller id authentication, without balance information
exten => _1NXXNXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},4)
exten => _1NXXNXXXXXX,2,Hangup [/code]

How can I find out what I should put for context?

Thank You Very Much

Put all your dialplan under a [default] context.

All incoming calls that are not otherwise specified with a context hit [default]