<div dir="ltr"><div style="color:rgb(0,0,0);font-family:"YS Text",Arial,sans-serif;font-size:16px">I'd love a sample OpenSIPS Config that would let me accomplish using it as a transparent proxy to Asterisk running on the same system. I found a few tutorials but found a lot of conflicting information and outdated sources, Once I have that I will have enough to work on to do what I want... Basically I would like OpenSIPS to sit between the outside world and Asterisk, Incoming & Outgoing would both transparently be proxied through it. OpenSIPS would be running on port 5060 & Asterisk would be running on port 5090, So for example to register to a SIP Trunk from a VoIP provider my Asterisk sip.conf would look like this: (I know chan_sip is deprecated...)</div><div style="color:rgb(0,0,0);font-family:"YS Text",Arial,sans-serif;font-size:16px"> </div><div style="color:rgb(0,0,0);font-family:"YS Text",Arial,sans-serif;font-size:16px"><div><strong>[general]</strong></div><div><strong>nat=no</strong></div><div><span style="color:rgb(0,0,255)"><strong>bindport=5090</strong></span></div><div><strong><span style="color:rgb(0,0,255)">outboundproxy=<a href="http://127.0.0.1:5060">127.0.0.1:5060</a></span><span style="color:rgb(238,130,238)"> </span>; Route everything through OpenSIPS</strong></div><div><strong>tos_sip=cs3</strong></div><div><strong>tos_audio=ef</strong></div><div><strong>trustrpid=yes</strong></div><div><strong>canreinvite=yes</strong></div><div><strong>directrtpsetup=yes</strong></div><div><strong>allowguest=no</strong></div><div><strong>allowoverlap=yes</strong></div><div><strong>srvlookup=yes</strong></div><div><strong>disallow=all</strong></div><div><strong>allow=ulaw</strong></div><div> </div><div><span style="color:rgb(0,0,205)"><strong>[inbound-pstn]</strong></span></div><div><span style="color:rgb(0,0,205)"><strong>type=peer</strong></span></div><div><span style="color:rgb(0,0,205)"><strong>host=191.122.31.32</strong></span></div><div><span style="color:rgb(0,0,205)"><strong>insecure=invite,port</strong></span></div><div><span style="color:rgb(0,0,205)"><strong>qualify=yes</strong></span></div><div><span style="color:rgb(0,0,205)"><strong>context=from-inbound</strong></span></div><div> </div><div><span style="color:rgb(0,0,205)"><strong>[outbound-pstn]</strong></span></div><div><span style="color:rgb(0,0,205)"><strong>type=peer</strong></span></div><div><span style="color:rgb(0,0,205)"><strong>host=191.122.31.33</strong></span></div><div><span style="color:rgb(0,0,205)"><strong>insecure=invite,port</strong></span></div><div><span style="color:rgb(0,0,205)"><strong>qualify=yes</strong></span></div><div> </div><div><div>I would then be able to talk to both of those trunks from Asterisk and have inbound & outbound calls working all the way through to the VoIP provider.</div><div> </div><div>My purpose for wanting to do this is I want to play around with the SIP-I module in OpenSIPS to interwork ISUP IAM fields by breaking them out into SIP Headers that I can then manipulate easily in Asterisk.</div><div><br></div><div><div>Full disclosure: I am a complete OpenSIPS noob! This would be my first OpenSIPS project, I am very impressed with its capabilities and by having a little sample config it would allow me to experiment and start my journey of getting my feet wet with it!</div><div><br></div></div><div>Thanks in advance!</div></div></div></div>