dial plan configuration

hello, I installed vicebox server,
I really i'm newbie with this things so I'm learning and apologize if somethimes I don't understand. Put this new post 'cause i didn't want to mess up another user thread.
i'm setup the dial plan, but i have some doubts,
i'm from guatemala in central america so i'm trying to setup my dialplan with another asterisk that is in production that make VOIP calls, i register my vicidial in that server, in can can do that, see the logs from the other asterisk and i see registered.
using this for register
register => testcarrier:test@myip:5060
i create testecarrier user, and myip pass for testing purposes.
in my account entry
[siptrunk]
type=friend
username=testcarrier
secret=test
host=myip:5060
dtmfmode=rfc2833
context=inbound
canreinvite=no
disallow=all
allow=g729
in my global string have
TESTSIPTRUNK = SIP/testcarrier
and in my dialplan entry have this
exten => _91999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91999NXXXXXX,2,Dial(${TESTSIPTRUNK}/${EXTEN:2},,tTor)
exten => _91999NXXXXXX,3,Hangup
the first, with my server VOIP i make the calls directly i don' t need phone code, or/and country code, just the 8 digits number and the call is connected.
but i need to know what means all this _91999NXXXXXX and if i have to change something in the dial plan!!!
please some help.
thank you.
I really i'm newbie with this things so I'm learning and apologize if somethimes I don't understand. Put this new post 'cause i didn't want to mess up another user thread.
i'm setup the dial plan, but i have some doubts,
i'm from guatemala in central america so i'm trying to setup my dialplan with another asterisk that is in production that make VOIP calls, i register my vicidial in that server, in can can do that, see the logs from the other asterisk and i see registered.
using this for register
register => testcarrier:test@myip:5060
i create testecarrier user, and myip pass for testing purposes.
in my account entry
[siptrunk]
type=friend
username=testcarrier
secret=test
host=myip:5060
dtmfmode=rfc2833
context=inbound
canreinvite=no
disallow=all
allow=g729
in my global string have
TESTSIPTRUNK = SIP/testcarrier
and in my dialplan entry have this
exten => _91999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91999NXXXXXX,2,Dial(${TESTSIPTRUNK}/${EXTEN:2},,tTor)
exten => _91999NXXXXXX,3,Hangup
the first, with my server VOIP i make the calls directly i don' t need phone code, or/and country code, just the 8 digits number and the call is connected.
but i need to know what means all this _91999NXXXXXX and if i have to change something in the dial plan!!!
please some help.
thank you.