On the softphone, I have connected two accounts tom and paul as a testing purpose. On the tom device, I have dialled extention 100 and it did ring on the paul device. When I answer the call I can hear the background music and it did NOT execute same => n,Playback(demo-moreinfo)
What is causing this?
I have two sip trunks in sip.conf file:
[office-phone](!)
type=friend
context=LocalSets
host=dynamic
nat=yes
secret=password
dtmfmode=auto
disallow=all
allow=ulaw
allow=alaw
[tom](office-phone)
[paul](office-phone)
In the extension.conf file:
[LocalSets]
exten => 100,1,Dial(SIP/paul)
same => n,Playback(demo-moreinfo)
same => n,Hangup()