Call Transfer is not working.............?

I am using X-lite version 3.0. Call Transfer features is not working…

These are my asterisk configuration files related for call transferring…

[size=150]sip.conf configurations[/size]

[b][lasitha]
type=friend
username=lasitha
secret=lasitha
host=dynamic
canreinvite=no
context=home
callgroup=1

[sameera]
type=friend
username=sameera
secret=sameera
host=dynamic
canreinvite=no
context=home
callgroup=1

[ranga]
type=friend
username=ranga
secret=ranga
host=dynamic
canreinvite=no
context=home
callgroup=1

[size=150]extensions.conf[/b][/size]

[b][home]
exten => 1234,1,Dial(SIP/lasitha,15)
exten => 1235,1,Dial(SIP/sameera,15)
exten => 1236,1,Dial(SIP/ranga,15)

exten => 114,1,Transfer(SIP/1234)
exten => 115,1,Transfer(SIP/1235)[/b]

Please give me a solution…

Thank you… :question:

Paste features.conf

To be valid for the protocol, the address in Transfer needs to be a full address, valid at the phone, not just the user name part.

However, as you are redirecting to the same switch (and the phone may well be set to proxy through the switch anyway), it would be easier to use Goto.