Hi,  before looking at calling an external application, I was wandering.<br><br>Is there any way to access the fifo from the routing script ?<br><br>More precisely I want to use dlg_end_dlg from the routing script to terminate another dialog<br>
Exported MI Functions of the dialog module dlg_end_dlg<br><br>Thanks<br><br><div class="gmail_quote">On Fri, Jan 4, 2013 at 9:54 AM, vivid333 <span dir="ltr">&lt;<a href="mailto:vivid333@163.com" target="_blank">vivid333@163.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
         server1(<b>opensips</b>_<font color="#cc0000">localip</font>)  
    ------&gt;   server2(<b>mysql</b>_<font color="#cc0000">remoteip</font>)
    <br>
         my opensips&#39;s script works(can connect to mysql server, and
    register is ok)
    <br>
          such as:<br>
                   modparam(&quot;usrloc&quot;,
    &quot;db_url&quot;,&quot;mysql://opensips:opensipsrw@remoteip/opensips&quot;)<br>
    <br>
     if I use following operation,<b><u>mysql connections works</u></b>(that
    means mysql  Server configurations is correct)
    <br>
            #mysql -uroot -hremote_ip -p
    <br>
              Enter password: <br>
              Welcome to the MySQL monitor.  Commands end with ; or \g.
    <br>
              Your MySQL connection id is 11831
    <br>
              Server version: 5.0.77 Source distribution
    <br>
    <br>
              Copyright (c) 2000, 2012, Oracle and/or its affiliates.
    All rights reserved.
    <br>
    <br>
              Oracle is a registered trademark of Oracle Corporation
    and/or its
    <br>
              affiliates. Other names may be trademarks of their
    respective 
    owners.
    <br>
    <br>
              Type &#39;help;&#39; or &#39;\h&#39; for help. Type &#39;\c&#39; to clear the
    current input statement.
    <br>
              mysql&gt; <br>
    <br>
    <br>
//////////////////////////////////////////////////////////////////////////////
    <br>
    but when i do following instruction<br>
        # opensipsctl ul show
    <br>
    <b>        /etc/opensips/opensipsctlrc: 23: DBHOST: not found
    </b><b><br>
    </b><b>        //etc/opensips//opensipsctlrc: 23: DBHOST: not found
    </b><b><br>
    </b><b>        /etc/opensips/opensipsctlrc: line 23: DBHOST: command
      not found
    </b><b><br>
    </b><b>        //etc/opensips//opensipsctlrc: line 23: DBHOST:
      command not found
    </b><b><br>
    </b><b>        Cannot load core functions &#39;/sbin/opensipsctl.base&#39; -
      exiting ..</b>.
    <br>
    <br>
    <br>
        # ./opensipsdbctl create
    <br>
            /etc/opensips/opensipsctlrc: 23: DBHOST: not found
    <br>
            /usr/local/etc/opensips/opensipsctlrc: 23: DBHOST: not found
    <br>
            /etc/opensips/opensipsctlrc: line 23: DBHOST: command not
    found
    <br>
            /usr/local/etc/opensips/opensipsctlrc: line 23: DBHOST:
    command not found
    <br>
           <b> MySQL password for root:      </b><font color="#cc0000">
      (I am sure password here is correct)</font><b><br>
    </b><b>        INFO: test server charset
    </b><b><br>
    </b><b>        ERROR 1045 (28000): Access denied for user
      &#39;root&#39;@&#39;localhost&#39; (using password: YES)
    </b><b><br>
    </b><b>        ERROR 1045 (28000): Access denied for user
      &#39;root&#39;@&#39;localhost&#39; (using password: YES)
    </b><b><br>
    </b><b>        Usage: grep [OPTION]... PATTERN [FILE]...
    </b><b><br>
    </b><b>        Try `grep --help&#39; for more information.
    </b><b><br>
    </b><b>        ./opensipsdbctl.mysql: line 114: [: =: unary operator
      expected
    </b><b><br>
    </b><b>        INFO: creating database opensips ...
    </b><b><br>
    </b><b>        ERROR 1045 (28000): Access denied for user
      &#39;root&#39;@&#39;localhost&#39; (using password: YES)
    </b><b><br>
    </b><b>        ERROR 1045 (28000): Access denied for user
      &#39;root&#39;@&#39;localhost&#39; (using password: YES)
    </b><b><br>
    </b><b>        ERROR: Creating core database and grant privileges
      failed!
    </b><b><br>
      <br>
      <br>
    </b><br>
    <br>
    ////////////////////////////////////////////////////////////// #<b>
      cat /etc/opensips/opensipsctlrc
    </b><br>
    # $Id: opensipsctlrc 7337 2010-10-28 22:02:46Z osas $
    <br>
    #
    <br>
    # The OpenSIPS configuration file for the control tools.
    <br>
    #
    <br>
    # Here you can set variables used in the opensipsctl and
    opensipsdbctl setup
    <br>
    # scripts. Per default all variables here are commented out, the
    control tools
    <br>
    # will use their internal default values.
    <br>
    <br>
    ## your SIP domain
    <br>
     SIP_DOMAIN=remoteip<br>
    <br>
    ## chrooted directory
    <br>
    # $CHROOT_DIR=&quot;/path/to/chrooted/directory&quot;
    <br>
    <br>
    ## database type: MYSQL, PGSQL, ORACLE, DB_BERKELEY, or DBTEXT, <br>
    ## by default none is loaded
    <br>
    # If you want to setup a database with opensipsdbctl, you must at
    least specify
    <br>
    # this parameter.
    <br>
     DBENGINE=MYSQL
    <br>
    <br>
    ## database host
    <br>
    #DBHOST=localhost
    <br>
    <b>DBHOST = remoteip
    </b><br>
    ## database name (for ORACLE this is TNS name)
    <br>
     DBNAME=opensips
    <br>
    <br>
    # database path used by dbtext or db_berkeley
    <br>
     DB_PATH=&quot;/usr/local/etc/opensips/dbtext&quot;
    <br>
    <br>
    ## database read/write user
    <br>
     DBRWUSER=opensips
    <br>
    <br>
    ## password for database read/write user
    <br>
     DBRWPW=&quot;opensipsrw&quot;
    <br>
    <br>
    ## database read only user
    <br>
     DBROUSER=opensipsro
    <br>
    <br>
    ## password for database read only user
    <br>
     DBROPW=opensipsro
    <br>
    <br>
    ## database super user (for ORACLE this is &#39;scheme-creator&#39; user)
    <br>
     DBROOTUSER=&quot;root&quot;
    <br>
    <br>
    # user name column
    <br>
     USERCOL=&quot;username&quot;
    <br>
    <br>
    <br>
    # SQL definitions
    <br>
    # If you change this definitions here, then you must change them <br>
    # in db/schema/entities.xml too.
    <br>
    # FIXME
    <br>
    <br>
    # FOREVER=&quot;2020-05-28 21:32:15&quot;
    <br>
    # DEFAULT_ALIASES_EXPIRES=$FOREVER
    <br>
    # DEFAULT_Q=&quot;1.0&quot;
    <br>
    # DEFAULT_CALLID=&quot;Default-Call-ID&quot;
    <br>
    # DEFAULT_CSEQ=&quot;13&quot;
    <br>
    # DEFAULT_LOCATION_EXPIRES=$FOREVER
    <br>
    <br>
    <br>
    # Program to calculate a message-digest fingerprint <br>
    # MD5=&quot;md5sum&quot;
    <br>
    <br>
    # awk tool
    <br>
    # AWK=&quot;awk&quot;
    <br>
    <br>
    # grep tool
    <br>
    # GREP=&quot;grep&quot;
    <br>
    <br>
    # sed tool
    <br>
    # SED=&quot;sed&quot;
    <br>
    <br>
    <br>
    # Describe what additional tables to install. Valid values for the
    variables
    <br>
    # below are yes/no/ask. With ask (default) it will interactively ask
    the user
    <br>
    # for an answer, while yes/no allow for automated, unassisted
    installs.
    <br>
    #
    <br>
    <br>
    # If to install tables for the modules in the EXTRA_MODULES
    variable.
    <br>
    # INSTALL_EXTRA_TABLES=ask
    <br>
    <br>
    # If to install presence related tables.
    <br>
    # INSTALL_PRESENCE_TABLES=ask
    <br>
    <br>
    # Define what module tables should be installed.
    <br>
    # If you use the postgres database and want to change the installed
    tables,
    <br>
    # then you must also adjust the STANDARD_TABLES or EXTRA_TABLES
    variable <br>
    # accordingly in the opensipsdbctl.base script.
    <br>
    <br>
    # opensips standard modules
    <br>
    # STANDARD_MODULES=&quot;standard acc lcr domain group permissions
    registrar usrloc <br>
    #                   msilo alias_db uri_db speeddial avpops auth_db
    pdt dialog <br>
    #                   dispatcher dialplan drouting nathelper
    load_balancer&quot;
    <br>
    <br>
    # opensips extra modules
    <br>
    # EXTRA_MODULES=&quot;imc cpl siptrace domainpolicy carrierroute
    userblacklist b2b&quot;
    <br>
    <br>
    <br>
    ## type of aliases used: DB - database aliases; UL - usrloc aliases
    <br>
    ## - default: none
    <br>
    # ALIASES_TYPE=&quot;DB&quot;
    <br>
    <br>
    ## control engine: FIFO or UNIXSOCK
    <br>
    ## - default FIFO
    <br>
    # CTLENGINE=xmlrpc
    <br>
    <br>
    ## path to FIFO file
    <br>
     OSIPS_FIFO=&quot;/tmp/opensips_fifo&quot;
    <br>
    <br>
    ## MI_CONNECTOR control engine: FIFO, UNIXSOCK, UDP, XMLRPC
    <br>
     MI_CONNECTOR=FIFO:/tmp/opensips_fifo
    <br>
    # MI_CONNECTOR=UNIXSOCK:/tmp/opensips.sock
    <br>
    # MI_CONNECTOR=UDP:<a href="http://192.168.2.133:8000" target="_blank">192.168.2.133:8000</a>
    <br>
    # MI_CONNECTOR=XMLRPC:<a href="http://192.168.2.133:8000" target="_blank">192.168.2.133:8000</a>
    <br>
    <br>
    ## check ACL names; default on (1); off (0)
    <br>
    # VERIFY_ACL=1
    <br>
    <br>
    ## ACL names - if VERIFY_ACL is set, only the ACL names from below
    list
    <br>
    ## are accepted
    <br>
    # ACL_GROUPS=&quot;local ld int voicemail free-pstn&quot;
    <br>
    <br>
    ## verbose - debug purposes - default &#39;0&#39;
    <br>
    # VERBOSE=1
    <br>
    <br>
    ## do (1) or don&#39;t (0) store plaintext passwords
    <br>
    ## in the subscriber table - default &#39;1&#39;
    <br>
    # STORE_PLAINTEXT_PW=0
    <br>
    <br>
    ## OPENSIPS START Options
    <br>
    ## PID file path - default is: /var/run/opensips.pid
    <br>
    # PID_FILE=/var/run/opensips.pid
    <br>
    <br>
    ## Extra start options - default is: not set
    <br>
    # example: start opensips with 64MB share memory: STARTOPTIONS=&quot;-m
    64&quot;
    <br>
    # STARTOPTIONS=<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
     maybe I forget some configurations.
    <br>
    I really don&#39;t kown how to solve it,  who can help me, thanks in
    advance.
    <br>
  </div>

<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>
<br></blockquote></div><br>