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