Hi,
I am trying to forward a call but can not succeed.
Steps:
- First I dial from 901 to 900 and the call connects.
- Then at the client extension 900 on which call is received in step 1 above, I dial 902# to connect the call from 901 to 902
- Then I hear the tone that "It is an invalid extension. Please try again."
Please Let me know what is wrong here ?
Following is the configuration:
Topology:
Here, 3 clients with extensions 900,901,902 are connected to the asterisk server.
client1[900]<------------------>|
client2[901]<------------------>|<---->AsteriskServer
client3[902]<------------------>|
sip.conf
[900]
type=friend
disallow=all
allow=alaw
host=10.0.16.36
port=5060
dtmfmode=rfc2833
qualify=yes
canreinvite=yes
insecure=port
context=default
[901]
type=friend
disallow=all
allow=alaw
host=10.0.16.37
port=5060
dtmfmode=rfc2833
qualify=yes
canreinvite=yes
insecure=port
context=default
[902]
type=friend
disallow=all
allow=alaw
host=10.0.16.38
port=5060
dtmfmode=rfc2833
qualify=yes
canreinvite=yes
insecure=port
context=default
extensions.conf
[default]
exten => _90X,1,Dial(SIP/${EXTEN},tT)
features.conf
[general]
context => default
comebacktoorigin = yes
courtesytone = beep
parkedplay = both
parkedcalltransfers = both
transferdigittimeout => 1
xfersound = beep
xferfailsound = beeperr
pickupexten = *8
featuredigittimeout = 1000
atxfernoanswertimeout = 15
atxfer => *2
Please suggest the necessary changes for this configuration.
Regards,
Chetan Dua