I’ve installed 2 differnt asterisk system, both using 1.6.2 and 1.8 versions.
And I’ve found same problem on both: If I make a call lets say to 12345678 (even local internal extensions calls) and the other party answers, then I can transfer the call If I want
But in the other side, If someone calls me, and I answer, and then I want to transfer the call, automatically the call hungs up:
From the CLI:
-- Started music on hold, class 'default', on SIP/sipprov-00000214
-- Stopped music on hold on SIP/sipprov-00000214
== Spawn extension (extensions, 1000, 1) exited non-zero on ‘SIP/sipprov-00000214’
For example the exten => 1000 dialplan is:
exten => 1000,1,NoOp()
exten => 1000,n,Answer
exten => 1000,n,Dial(SIP/ext1000,tT)
exten => 1000,n,Hangup
And sip.conf SIP ext 1000 is:
[ext1000]
type=friend
host=dynamic
canreinvite=no
dtmfmode=rfc2833
qualify=yes
context=extensions
pickupgroup=1
callgroup=1
nat=no
callerid="1000"
defaultuser=ext1000
secret=supersecretpassword
disallow=all
allow=alaw
allow=ulaw
allow=gsm
Can’t understand what can be happening!!
I’ve read all about Dial cmd docs and also tried multiple softphones and hardphones to checkout is not a problem of the phone (zoiper, ekiga, sjphone…)
Any ideas?