Connectivity of Asterisk with Softswitch through SIP

Hello friends!

I am working in broadband communication company and our company have its own Softswitch , i wana work on connecting asterisk with softswitch through SIP protocol without help of any hardware involved such as TDM card, So if any body have any idea regarding this let me know , i will be thankful…

Regards


Hameed Naser Khan ,
System Administrator ,
Aviaphoen Company Inc.

Hi
it is easy to connect asterisk with softswtich
asterisk calls-----------> directly to softswitch
if you need this way simply do one thing
in sip.conf
host=your softswtich ip address

[SOFTSWITCH]
type=peer
host=ur softswitch ip addres
trustrpid=yes
context= cotest which u mention in extension.conf & where ur all incoming calls land
insecure=very
dtmfmode=auto

other things like user or firnd specification or genreal context are same that u can got in voip-info.org

ya in extension.conf where you mentioed out going calls
[out]
exten => _1XXXXXXXXXX,n,Dial(SIP/${EXTEN}@SOFTSWITCH,T)
which route your any out side or international calls to ur softswtich
this is one example for US cllaing.

I HOPE THAT MAY HELP YOU.

thanks