I have an Elastix PBX (Elastix 2.4/FreePBX 2.8.1/Asterisk 1.8.20.0), ISP Shaw 25Mb, and my Ports are properly forwarded to my PBX: UDP 5060-5061 and UDP 10000-20000.
I bought my first FPL line 1 year ago and it is working flawlessly, Incoming and outgoing, actually I can say "I am a very happy FPL customer" hence, I ported my landline's phone number. I decided to buy a second FPL telephone line.
At the begining my lines dropped the registry, thus I decided to use different server for each line, voip and voip2, and that fix the issue of dropping registry.
Eventually I noticed my second line has no sound when outgoing calling, although incoming calls works ok 2 via sound with no problem. I try to swap configurations but issue stills there, no sound on second line when outgoing calls.
Code: Select all
--- Outgoing settings (line 1) ---
type=peer
secret=XXXXXXXXXXX
insecure=port,invite
host=voip.freephoneline.ca
fromuser=1778XXXXXXX
fromdomain=voip.freephoneline.ca
disallow=all
defaultuser=1778XXXXXXX
context=from-pstn
allow=ulaw
Code: Select all
--- Outgoing settings (line 2) ---
type=peer
secret=XXXXXXXXXXXX
insecure=port,invite
host=voip2.freephoneline.ca
fromuser=1778XXXXXXX
fromdomain=voip2.freephoneline.ca
disallow=all
defaultuser=1778XXXXXXX
context=from-pstn
allow=ulaw
Code: Select all
--- sip_general_custom.conf ---
bindaddr=0.0.0.0
bindport=5060
allowserverlookup=yes
registertimeout=3600
maxexpiry=3600
defaultexpiry=120
rtpkeepalive=20
useragent=Asterisk PBX
allowguest=no