Making IVR using sangoma A200 and asterisk

i am Trying to Make IVR on Ubuntu 10.04 and i have successfully installed asterisk-11.2.1,
dahdi-linux-complete-2.6.2+2.6.2 and libpri-1.4.14.
and i have installed my sangoma A200 driver successfully. in this card there are two fxo port
available ,now i am trying to connect my analog telephone
system with this pci card and after that i want to use this in asterisk for making IVR.

Please Guide me

  1. how can i connect my pci card with my telephone line.
    2 how to use this extension (landline no) in my dial plan.

Please give me some guideline or please send me example.

Thanks
Ankit

hello:

  1. how can i connect my pci card with my telephone line.
    [from-pstn]
    exten => s,1,Answer()
    exten => s,n,Playback(cc_welcome) // play music
    exten => s,n,Hangup()
    2 how to use this extension (landline no) in my dial plan.
    [from-internal]
    exten => 100,1,Dial(dahdi/1/186XXXXXX) // dial 100 make a outgoing call
    exten => 100,2,Hangup

Hello:
Thanks for this its working but now i am facing one problem i am not getting
callerid. my asterisk console give me on error no start bit found in fsk data
and failed to decode my callerid. i want to tell you that my default zone is
INDIA(in) in which i have mention in channel_dahdi.conf.

Thanks
Ankit

check ur configuration again
for fxs

Does your PTT provide caller ID? If so, what protocol do they use? Is there a document equivalent to the UK document “http://www.sinet.bt.com/227v3p5.pdf”?

Have you tried getting support from Sangoma?