Dial Plan For India

Hi,

I have a problem with dialplan i need to know what is the Dial Plan for India to add an Indian leads. this is my running dial plan entry

exten => _71999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _71999NXXXXXX,2,Dial(${TESTIAXTRUNK}/${EXTEN:2},To)
exten => _71999NXXXXXX,3,Hangup

please do let me know what changes i should need to be change in this please help me…

Thanks,

Shakeer.

First fix whatever is sending invalid SIP packets.

Secondly add a section in sip.conf giving the details of what you want to register with you, or, if you are trying to register, add appropriate register or callback extension lines.

Thirdly, if it still doesn’t work, provide a trace that actually shows an attempted registration.

Also, check on what nat=yes really does, apart from producing a “deprecated” warning, and see whether you really need it.