<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
All,<br>
<br>
i am new to asterisk, and I have been searching through the list and
docs for examples on howto accomplish this, but i havent had much luck.<br>
<br>
1. have asterisk answer when an unregistered cisco gateway send its a
SIP call --&gt; DONE. (using the demo samples i successfully get into
the demo)<br>
2. create an extension that i can dial (example: 1222) that will dial
and outbound SIP call to another cisco gateway I have in melbourne
australia (hooked to PSTN)<br>
3. force the dialed number to be 61311112222 (not 1222, these have no
number expansion relation, just want to simply have a short extension
to dial to get to a static number in australia).<br>
my cisco should take that and terminate it to the PSTN.<br>
<br>
I assume i have to make configs in sip.conf and exten.conf. I tried
these entries.<br>
<br>
exten.conf<br>
exten =&gt; 1222,1,Dial(SIP/peter,r)<br>
<br>
sip.conf<br>
[peter]<br>
type=friend<br>
host=210.x.x.x<br>
username=61311112222<br>
<br>
but i get invalid extension message as soon as i dial '12'<br>
<br>
<pre class="moz-signature" cols="72">David Winter
Senior Network Engineer
Planet-Telecom, Inc.
Tampa FL
(813)901-5182 Office
(813)864-3162 Direct
(813)817-4204 Mobile
(813)881-9762 Fax
------------------------------------------
AIM:     mobofool
ICQ:      3563403
MSN:    <a class="moz-txt-link-abbreviated" href="mailto:dwinter@vt.edu">dwinter@vt.edu</a>
Y!:        vt_fool </pre>
<br>
<br>
Joshua M. Thompson wrote:
<blockquote cite="mid1094591168.21801.19.camel@lumiere.jurai.org"
 type="cite">
  <pre wrap="">Oliver Breidenbach wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi there,

what do I need to take into consideration if I want Asterisk to talk 
to a MySQL database on a different host to store CDR records?

The cdr_addon_mysql module does not want to load and Asterisk claims 
that it "cannot open shared object".

It compiled fine, however.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It sounds like you don't have the MySQL client libraries properly
installed, although you seem to have the headers since the module
compiled. If your mysql client libs are not in /lib, /usr/lib
or /usr/local/lib then you'll probably have to add whatever directory
they are in to /etc/ld.so.conf and rerun ldconfig.

  </pre>
</blockquote>
</body>
</html>