Hi,
I am trying to forward calls to another * server with IAX
Here is What I want to Do
1- Call SERVER1, let say at 51412345678
2- SERVER1 should transfer the call to SERVER2 in a remote location
3- SERVER2 Receive the call and transfer it to the PSTN number.
 
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
is a weird sound.
 
CONFIGS:
 
 SERVER1:
  zaptel.conf
   ---------------------------------------------
   ~ [channels]
   ~ language=fr
   ~ context=montréal
   ~ signalling=fxs_ks
   ~ usercallerid=yes
   ~ callwaiting=yes
   ~ threewaycalling=yes
   ~ transfer=yes
   ~ cancellforward=yes
   ~ echocancel=yes
   ~ echocancelwhenbridged=yes
   ~ echotraining=yes
   ~ relaxdtmf=yes
   ~ busydetect=yes
   ~ busycount=4
   ~ callprogress=yes
   ~ group=1
   ~ channel=>1
   -------------------------------------------------- (same for SERVER2)
 
  IAX.conf
   ------------------------------------------------
   ~ [general]
   ~ bindport=4569
   ~ delayreject=yes
   ~ language=fr
   ~ allow=all
   ~ jutterbuffer=no
   ~ register => username:[EMAIL PROTECTED]
   ~ tos=lowdelay
   ~ autokill=yes
   ~
   ~ [quebec]
   ~ type=friends
   ~ username = username
   ~ password=password
   ~ context=montréal
   ~ host=Dynamic
   ~ secret = password
   ~ disallow = all
   ~ allow=ulaw
   ~ allow=gsm
 
  extensions.conf
   ------------------------------------------(Same for SERVER2 but no registration)
   ~ [general]
   ~ static=yes
   ~ writeprotect=yes
   ~ autofallthrough=yes
   ~ [montréal]
   ~ exten=>s,1,Answer
   ~ exten=>s,2,Playback(message-transfer)
   ~ exten=>s,3,Dial(IAX2/username:[EMAIL PROTECTED]/[EMAIL PROTECTED]) ; always the same number
   ~ exten=>s,4,Hangup 
 
 
 
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,
all she can hear is a weird sound.
What am I doing wrong ?
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to