<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2745.2800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,<BR>I am trying to forward calls to another *
server with IAX<BR>Here is What I want to Do<BR>1- Call SERVER1, let say at
51412345678 <BR>2- SERVER1 should transfer the call to SERVER2 in a remote
location<BR>3- SERVER2 Receive the call and transfer it to the PSTN
number.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I have one X100P card on each machine. What
is happening is that when the remote party picks up the phone, all he can hear
<BR>is a weird sound.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>CONFIGS:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> SERVER1:<BR> zaptel.conf
<BR> ---------------------------------------------<BR> ~ [channels]<BR> ~ language=fr<BR> ~ context=montréal<BR> ~ signalling=fxs_ks<BR> ~ usercallerid=yes<BR> ~ callwaiting=yes<BR> ~ threewaycalling=yes<BR> ~ transfer=yes<BR> ~ cancellforward=yes<BR> ~ echocancel=yes<BR> ~ echocancelwhenbridged=yes<BR> ~ echotraining=yes<BR> ~ relaxdtmf=yes<BR> ~ busydetect=yes<BR> ~ busycount=4<BR> ~ callprogress=yes<BR> ~ group=1<BR> ~ channel=>1<BR> --------------------------------------------------
(same for SERVER2)</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2> IAX.conf<BR> ------------------------------------------------<BR> ~ [general]<BR> ~ bindport=4569<BR> ~ delayreject=yes<BR> ~ language=fr<BR> ~ allow=all<BR> ~ jutterbuffer=no<BR> ~ register
=>
username:password@server2.domain.com<BR> ~ tos=lowdelay<BR> ~ autokill=yes<BR> ~<BR> ~ [quebec]<BR> ~ type=friends<BR> ~ username
=
username<BR> ~ password=password<BR> ~ context=montréal<BR> ~ host=Dynamic<BR> ~ secret
= password<BR> ~ disallow =
all<BR> ~ allow=ulaw<BR> ~ allow=gsm</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2> extensions.conf<BR> ------------------------------------------(Same
for SERVER2 but no
registration)<BR> ~ [general]<BR> ~ static=yes<BR> ~ writeprotect=yes<BR> ~ autofallthrough=yes<BR> ~ [montréal]<BR> ~ exten=>s,1,Answer<BR> ~ exten=>s,2,Playback(message-transfer)<BR> ~ exten=>s,3,Dial(IAX2/username:password@SERVER2.DOMAIN.COM/51412345678@montréal)
; always the same
number<BR> ~ exten=>s,4,Hangup </FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>My remote server receive the call, answer the line
and then Dial(ZAP/1/51412345678). So far so good. But when 51412345678 pickup
the phone,<BR>all she can hear is a weird sound.<BR>What am I doing wrong
?</FONT></DIV></BODY></HTML>