Hi Bogdan,<br><br>Thanks for yor reply. <br><br>Can you brief me about the &quot;lookup(location) to send the call to the callee device.&quot;<br><br>Here, during the IVR the user will sent the callee #, i have to fetch the corresponding IP addr of that callee from the database to route the call. From asterisk, i can do that by connecting to mysql and fetch the IP of that callee from the DB. I wonder how it can be done at opensips.<br>
<br>If you could help me in briefing more on &quot;lookup(location) to send the call to the callee device&quot; from opensips. I appreciate.<br><br>Thanks,<br>Prem<br><br><br><div class="gmail_quote">On Fri, Jun 11, 2010 at 2:26 PM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Prem,<br>
<br>
Once asterisk did the IVR based auth, I suggest that asterisk should<br>
route the SIP call back to OpenSIPS - and OpenSIPS will do the<br>
lookup(location) to send the call to the callee device.<br>
<br>
In OpenSIPS, based on source Ip, you can have 2 routing logics - if call<br>
comes from Asterisk -&gt; outbound routing ; if not from asterisk -&gt;<br>
inbound logic.<br>
<div class="im"><br>
Regards,<br>
Bogdan<br>
<br>
Premalatha Kuppan wrote:<br>
</div><div class="im">&gt; Yes, i have checked all these options. Everything is in correct status.<br>
&gt;<br>
&gt; I doubt, connecting between vmware and with 64 bit RHEL. My set is<br>
&gt; running on vmware image. When i ping on from vmware where<br>
&gt; opensips+asterisk is running to the MySQL server vmware image, i see<br>
&gt; this problem. But when i set MySQL server on non-vmware, it works<br>
&gt; perferctly fine.<br>
&gt;<br>
&gt; i &#39;ll update once i figure out the reason.<br>
&gt;<br>
&gt; Between, to route a call from OPENSIP to the destination. I need to<br>
&gt; fetch the destination details IP from MySQL DB.<br>
&gt; Meaning,<br>
&gt;<br>
&gt; User --------&gt;<br>
&gt; OPENSIPS(1)---------&gt;ASTERISK(IVR)--------------&gt;OPENSIPS(1)-----------------&gt;Destination<br>
&gt;<br>
&gt; Here, for authentication user enters the PIn and extension to access,<br>
&gt; if the extension is present in the DB, Asterisk(IVR) will allow the<br>
&gt; user to access it. From this from asterisk, i can make query to DB and<br>
&gt; fetch the neccessary details. Likewise is it possible to fetch the<br>
&gt; details(IP where the extension is connected and to be routed) from DB<br>
&gt; from opensips.cfg to route the call to requested destination.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Prem<br>
&gt;<br>
&gt; On Thu, Jun 10, 2010 at 3:01 PM, Bogdan-Andrei Iancu<br>
</div><div><div></div><div class="h5">&gt; &lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a> &lt;mailto:<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Are you sure the DB conn params are correct (like address of myql<br>
&gt;     server) ?<br>
&gt;<br>
&gt;     Also are you sure the mysql server is remotely reachable (it<br>
&gt;     listens on<br>
&gt;     routable IP and there is no firewall in front)<br>
&gt;<br>
&gt;     Have you tried to connect to mysql by using directly the mysql<br>
&gt;     client -<br>
&gt;     just to see if it works?<br>
&gt;<br>
&gt;     Regards,<br>
&gt;     Bogdan<br>
&gt;<br>
&gt;     Premalatha Kuppan wrote:<br>
&gt;     &gt; Iam facing one more problem.<br>
&gt;     &gt;<br>
&gt;     &gt; Iam running my set up on 64bit processor. Opensips and asterisk<br>
&gt;     on one<br>
&gt;     &gt; PC and Mysql server on seperate PC.<br>
&gt;     &gt;<br>
&gt;     &gt; Iam running on RHEL enterprise version.<br>
&gt;     &gt;<br>
&gt;     &gt; Problem is that, its taking more than 2 mins to connect to MySQL<br>
&gt;     &gt; server when i start Opensips. Also user is not getting<br>
&gt;     registered. of<br>
&gt;     &gt; 10 attmept, only 1 is getting successful. But even this is not<br>
&gt;     consistent.<br>
&gt;     &gt;<br>
&gt;     &gt; I have increased connection_timeout in /etc/my.cnf also. But still<br>
&gt;     &gt; facing the same problem.<br>
&gt;     &gt;<br>
&gt;     &gt; Any insight ?<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt; Jun  9 03:36:03 204548-4 /usr/local/sbin/opensips[7575]:<br>
&gt;     &gt; DBG:db_mysql:db_mysql_connect: opening connection:<br>
&gt;     &gt; mysql://xxxx:xxxx@MySQLserver/opensips<br>
&gt;     &gt; Jun  9 03:36:03 204548-4 /usr/local/sbin/opensips[7576]:<br>
&gt;     &gt; DBG:core:init_mod_child: type=PROC_TCP_MAIN, rank=-4, module=acc<br>
&gt;     &gt; Jun  9 03:36:03 204548-4 /usr/local/sbin/opensips[7576]:<br>
&gt;     &gt; DBG:core:init_mod_child: type=PROC_TCP_MAIN, rank=-4, module=auth_db<br>
&gt;     &gt; Jun  9 03:36:03 204548-4 /usr/local/sbin/opensips[7576]:<br>
&gt;     &gt; DBG:core:db_do_init: connection 0x79e858 not found in pool<br>
&gt;     &gt; Jun  9 03:36:03 204548-4 /usr/local/sbin/opensips[7576]:<br>
&gt;     &gt; DBG:db_mysql:db_mysql_connect: opening connection:<br>
&gt;     &gt; mysql://xxxx:xxxx@MySQLserver/opensips<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7567]:<br>
&gt;     &gt; ERROR:db_mysql:db_mysql_connect: driver error(2003): Can&#39;t<br>
&gt;     connect to<br>
&gt;     &gt; MySQL server on &#39;MySQLserver&#39; (110)<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7567]:<br>
&gt;     &gt; ERROR:db_mysql:db_mysql_new_connection: initial connect failed<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7567]:<br>
&gt;     &gt; ERROR:core:db_do_init: could not add connection to the pool<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7567]:<br>
&gt;     &gt; ERROR:auth_db:child_init: unable to connect to the database<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7567]:<br>
&gt;     &gt; ERROR:core:init_mod_child: failed to initializing module<br>
&gt;     auth_db, rank 3<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7567]:<br>
&gt;     &gt; ERROR:core:main_loop: init_child failed for UDP listener<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7341]:<br>
&gt;     &gt; ERROR:db_mysql:db_mysql_connect: driver error(2003): Can&#39;t<br>
&gt;     connect to<br>
&gt;     &gt; MySQL server on &#39;MySQL server&#39; (110)<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7341]:<br>
&gt;     &gt; ERROR:db_mysql:db_mysql_new_connection: initial connect failed<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7341]:<br>
&gt;     &gt; ERROR:core:db_do_init: could not add connection to the pool<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7341]:<br>
&gt;     &gt; ERROR:usrloc:child_init: child(0): failed to connect to database<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7341]:<br>
&gt;     &gt; ERROR:core:init_mod_child: failed to initializing module usrloc,<br>
&gt;     rank 0<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7341]:<br>
&gt;     &gt; ERROR:core:main_loop: error in init_child for PROC_MAIN<br>
&gt;     &gt; Jun  9 03:39:12 204548-4 /usr/local/sbin/opensips[7341]:<br>
&gt;     &gt; DBG:xlog:destroy: destroy module...<br>
&gt;     &gt;<br>
&gt;     &gt; On Wed, Jun 9, 2010 at 1:04 PM, ram &lt;<a href="mailto:talk2ram@gmail.com">talk2ram@gmail.com</a><br>
&gt;     &lt;mailto:<a href="mailto:talk2ram@gmail.com">talk2ram@gmail.com</a>&gt;<br>
</div></div><div class="im">&gt;     &gt; &lt;mailto:<a href="mailto:talk2ram@gmail.com">talk2ram@gmail.com</a> &lt;mailto:<a href="mailto:talk2ram@gmail.com">talk2ram@gmail.com</a>&gt;&gt;&gt; wrote:<br>
&gt;     &gt;<br>
&gt;     &gt;     depends on the design<br>
&gt;     &gt;<br>
&gt;     &gt;     you can have one point of authenticaion and transaction<br>
&gt;     &gt;<br>
&gt;     &gt;     Ram<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt;     On Tue, Jun 8, 2010 at 10:59 PM, Premalatha Kuppan<br>
&gt;     &gt;     &lt;<a href="mailto:premalatha@ngintech.com">premalatha@ngintech.com</a> &lt;mailto:<a href="mailto:premalatha@ngintech.com">premalatha@ngintech.com</a>&gt;<br>
</div>&gt;     &lt;mailto:<a href="mailto:premalatha@ngintech.com">premalatha@ngintech.com</a> &lt;mailto:<a href="mailto:premalatha@ngintech.com">premalatha@ngintech.com</a>&gt;&gt;&gt;<br>
<div class="im">&gt;     wrote:<br>
&gt;     &gt;<br>
&gt;     &gt;         Thanks a lot.<br>
&gt;     &gt;<br>
&gt;     &gt;         I have one question. If i route the call to asterisk for<br>
&gt;     IVR (<br>
&gt;     &gt;         in my case ivr is to authenticate the user to access the<br>
&gt;     &gt;         system), who will have the control, meaning who will<br>
&gt;     maintian<br>
&gt;     &gt;         all the transactions and dailog. Is it opensips/Asterisk ?<br>
&gt;     &gt;<br>
&gt;     &gt;         Thanks,<br>
&gt;     &gt;         Prem<br>
&gt;     &gt;<br>
&gt;     &gt;         On Tue, Jun 8, 2010 at 9:50 AM, Gabriel Bermudez<br>
&gt;     &gt;         &lt;<a href="mailto:elgabo81@gmail.com">elgabo81@gmail.com</a> &lt;mailto:<a href="mailto:elgabo81@gmail.com">elgabo81@gmail.com</a>&gt;<br>
</div><div><div></div><div class="h5">&gt;     &lt;mailto:<a href="mailto:elgabo81@gmail.com">elgabo81@gmail.com</a> &lt;mailto:<a href="mailto:elgabo81@gmail.com">elgabo81@gmail.com</a>&gt;&gt;&gt; wrote:<br>
&gt;     &gt;<br>
&gt;     &gt;             Hi,<br>
&gt;     &gt;<br>
&gt;     &gt;             I basically use the load_balancer module to dispatch to<br>
&gt;     &gt;             different<br>
&gt;     &gt;             asterisk servers<br>
&gt;     &gt;<br>
&gt;     &gt;             on the main route block after handling auth,<br>
&gt;     &gt;             registrations, etc<br>
&gt;     &gt;<br>
&gt;     &gt;             if(db_is_user_in(&quot;Request-URI&quot;, &quot;ccivr&quot;)) {<br>
&gt;     &gt;                      xlog(&quot;The call will be redirect to calling card<br>
&gt;     &gt;             server&quot;);<br>
&gt;     &gt;                      route(3);<br>
&gt;     &gt;             }<br>
&gt;     &gt;<br>
&gt;     &gt;             # route for call handled by calling card servers<br>
&gt;     &gt;             route[3] {<br>
&gt;     &gt;                    # for INVITEs enable some additional helper<br>
&gt;     routes<br>
&gt;     &gt;                    if (is_method(&quot;INVITE&quot;)) {<br>
&gt;     &gt;                            t_on_branch(&quot;2&quot;);<br>
&gt;     &gt;                            t_on_reply(&quot;2&quot;);<br>
&gt;     &gt;                            t_on_failure(&quot;1&quot;);<br>
&gt;     &gt;                            if(client_nat_test(&quot;15&quot;)) {<br>
&gt;     &gt;                                    nat_keepalive();<br>
&gt;     &gt;                            }<br>
&gt;     &gt;                    }<br>
&gt;     &gt;<br>
&gt;     &gt;                    # prepare the message for the IVR<br>
&gt;     &gt;<br>
&gt;     &gt;                    # select less loaded IVR<br>
&gt;     &gt;                    if(!load_balance(&quot;1&quot;, &quot;ccivr&quot;)) {<br>
&gt;     &gt;                            xlog(&quot;No IVR available !!!&quot;);<br>
&gt;     &gt;                            sl_send_reply(&quot;503&quot;, &quot;Service<br>
&gt;     Unavailable&quot;);<br>
&gt;     &gt;                            exit;<br>
&gt;     &gt;                    };<br>
&gt;     &gt;<br>
&gt;     &gt;                    if(!t_relay()) {<br>
&gt;     &gt;                            sl_reply_error();<br>
&gt;     &gt;                            exit;<br>
&gt;     &gt;                    }<br>
&gt;     &gt;<br>
&gt;     &gt;                    exit;<br>
&gt;     &gt;<br>
&gt;     &gt;             }<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt;             Hope it helps<br>
&gt;     &gt;<br>
&gt;     &gt;             Regards,<br>
&gt;     &gt;<br>
&gt;     &gt;             2010/6/8 ram &lt;<a href="mailto:talk2ram@gmail.com">talk2ram@gmail.com</a><br>
</div></div>&gt;     &lt;mailto:<a href="mailto:talk2ram@gmail.com">talk2ram@gmail.com</a>&gt; &lt;mailto:<a href="mailto:talk2ram@gmail.com">talk2ram@gmail.com</a><br>
<div class="im">&gt;     &lt;mailto:<a href="mailto:talk2ram@gmail.com">talk2ram@gmail.com</a>&gt;&gt;&gt;:<br>
&gt;     &gt;             &gt; I forgot the link<br>
&gt;     &gt;             &gt;<br>
&gt;     &gt;             &gt; i did this work some time back<br>
&gt;     &gt;             &gt;<br>
&gt;     &gt;             &gt; Lost the link, google it<br>
&gt;     &gt;             &gt;<br>
&gt;     &gt;             &gt; Opensips+asterisk+a2b<br>
&gt;     &gt;             &gt;<br>
&gt;     &gt;             &gt; Ram<br>
&gt;     &gt;             &gt;<br>
&gt;     &gt;             &gt; On Mon, Jun 7, 2010 at 4:07 PM, Premalatha Kuppan<br>
&gt;     &gt;             &lt;<a href="mailto:premalatha@ngintech.com">premalatha@ngintech.com</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:premalatha@ngintech.com">premalatha@ngintech.com</a>&gt; &lt;mailto:<a href="mailto:premalatha@ngintech.com">premalatha@ngintech.com</a><br>
<div class="im">&gt;     &lt;mailto:<a href="mailto:premalatha@ngintech.com">premalatha@ngintech.com</a>&gt;&gt;&gt;<br>
&gt;     &gt;             &gt; wrote:<br>
&gt;     &gt;             &gt;&gt;<br>
&gt;     &gt;             &gt;&gt; Can you pleae guide me how to do this ?<br>
&gt;     &gt;             &gt;&gt;<br>
&gt;     &gt;             &gt;&gt; On Mon, Jun 7, 2010 at 4:04 PM, Douglas Lane<br>
&gt;     &gt;             &lt;<a href="mailto:doug@wd.co.za">doug@wd.co.za</a> &lt;mailto:<a href="mailto:doug@wd.co.za">doug@wd.co.za</a>&gt;<br>
</div><div><div></div><div class="h5">&gt;     &lt;mailto:<a href="mailto:doug@wd.co.za">doug@wd.co.za</a> &lt;mailto:<a href="mailto:doug@wd.co.za">doug@wd.co.za</a>&gt;&gt;&gt; wrote:<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt; Hi Premalatha,<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt; Perhaps have a look at SEMS for this.<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt; Thanks<br>
&gt;     &gt;             &gt;&gt;&gt; Doug<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt; On 2010/06/07 12:30 PM, Premalatha Kuppan wrote:<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt; Thanks Sebastian.<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt; I have followed up this link and tried extending the<br>
&gt;     &gt;             opensips.cfg file to<br>
&gt;     &gt;             &gt;&gt;&gt; route call to Asterisk.<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt; I doubt/not clear that after IVR (meaning when the<br>
&gt;     &gt;             user is authenticated<br>
&gt;     &gt;             &gt;&gt;&gt; through IVR) who will handle all the<br>
&gt;     transactions and<br>
&gt;     &gt;             dialog (OPENSIPS or<br>
&gt;     &gt;             &gt;&gt;&gt; Asterisk ) ?<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt; I want Opensips to handle all the transactions.<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt; Any insight on this ?<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt; Thanks,<br>
&gt;     &gt;             &gt;&gt;&gt; Prem<br>
&gt;     &gt;             &gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt; On Mon, Jun 7, 2010 at 3:15 PM, Schumann Sebastian<br>
&gt;     &gt;             &gt;&gt;&gt; &lt;<a href="mailto:Sebastian.Schumann@t-com.sk">Sebastian.Schumann@t-com.sk</a><br>
&gt;     &lt;mailto:<a href="mailto:Sebastian.Schumann@t-com.sk">Sebastian.Schumann@t-com.sk</a>&gt;<br>
&gt;     &gt;             &lt;mailto:<a href="mailto:Sebastian.Schumann@t-com.sk">Sebastian.Schumann@t-com.sk</a><br>
&gt;     &lt;mailto:<a href="mailto:Sebastian.Schumann@t-com.sk">Sebastian.Schumann@t-com.sk</a>&gt;&gt;&gt; wrote:<br>
&gt;     &gt;             &gt;&gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; Hi Prem<br>
&gt;     &gt;             &gt;&gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; There is a good tutorial at<br>
&gt;     &gt;             &gt;&gt;&gt;&gt;<br>
&gt;     <a href="http://www.opensips.org/Resources/DocsTutAsterisk" target="_blank">http://www.opensips.org/Resources/DocsTutAsterisk</a> It<br>
&gt;     &gt;             does exactly what you<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; need I assume.<br>
&gt;     &gt;             &gt;&gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; For details in writing and extending basic<br>
&gt;     &gt;             configuration, you can find<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; also the linked documentation there.<br>
&gt;     &gt;             &gt;&gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; Best regards<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; Sebastian<br>
&gt;     &gt;             &gt;&gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; -----Original Message-----<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; From: <a href="mailto:users-bounces@lists.opensips.org">users-bounces@lists.opensips.org</a><br>
&gt;     &lt;mailto:<a href="mailto:users-bounces@lists.opensips.org">users-bounces@lists.opensips.org</a>&gt;<br>
</div></div><div><div></div><div class="h5">&gt;     &gt;             &lt;mailto:<a href="mailto:users-bounces@lists.opensips.org">users-bounces@lists.opensips.org</a><br>
&gt;     &lt;mailto:<a href="mailto:users-bounces@lists.opensips.org">users-bounces@lists.opensips.org</a>&gt;&gt; [mailto:<a href="mailto:users-">users-</a><br>
&gt;     &lt;mailto:<a href="mailto:users-">users-</a>&gt;<br>
&gt;     &gt;             &lt;mailto:<a href="mailto:users-">users-</a> &lt;mailto:<a href="mailto:users-">users-</a>&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; <a href="mailto:bounces@lists.opensips.org">bounces@lists.opensips.org</a><br>
&gt;     &lt;mailto:<a href="mailto:bounces@lists.opensips.org">bounces@lists.opensips.org</a>&gt;<br>
&gt;     &gt;             &lt;mailto:<a href="mailto:bounces@lists.opensips.org">bounces@lists.opensips.org</a><br>
&gt;     &lt;mailto:<a href="mailto:bounces@lists.opensips.org">bounces@lists.opensips.org</a>&gt;&gt;] On Behalf Of<br>
&gt;     &gt;             Premalatha Kuppan<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; Sent: Monday, 07. June 2010 11:35<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; To: OpenSIPS users mailling list<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; Subject: [OpenSIPS-Users] OPENSIPS+ASTERISK<br>
&gt;     Integration<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; Hi,<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; Can anyone guide me in building the Opensips and<br>
&gt;     &gt;             Asterisk Integration.<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; I want to Use OpenSIPS as SIP PROXY (i.e all<br>
&gt;     &gt;             transactions and dialogs<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; should be<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; handled by Opensips) and Asterisk to do only IVR<br>
&gt;     &gt;             functionality.<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; I appreciate if anyone can guide me in writing a<br>
&gt;     &gt;             routing logic from<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; Opensips to<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; Asterisk for IVR and futher call flow OPENSIPS to<br>
&gt;     &gt;             handle.<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; Thanks,<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt; Prem<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; &gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt;<br>
&gt;     &gt;             &gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Bogdan-Andrei Iancu<br>
<a href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a><br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br>