Voiptalk.org sip config required to avoid further hairloss!
Hi there,
Having tried various configs from many sources I am still unable to connect to voiptalk using SIP.
Sources include :-
http://www.velocityreviews.com/forums/t365930-trixbox-having-anot...
http://groups.google.com/group/uk.telecom.voip/browse_frm/thread/...
https://www.voiptalk.org/products/asterisk-sip-trunk.html?sess=cf...
My config as it stands at the moment is:-
Outgoing Settings
Trunk Name voiptalk
PEER Details
allow=gsm&ilbc&g729
authuser=844xxxxx
canreinvite=no
context=from-pstn
disallow=all
dtmfmode=rfc2833
fromdomain=voiptalk.org
fromuser=844xxxxx
host=voiptalk.org
insecure=very
maxexpirey=30
nat=yes
secret=yyyyyy
type=friend
username=844xxxxx
Registration
844xxxxx:yyyyyy@voiptalk.org/844xxxxx
I also amended extensions_custom.conf as follows:
exten => 844xxxxx,1,Dial(SIP/extension)
exten => _0[1-9].,1,Dial(SIP/voiptalk/${EXTEN})
exten => _00[1-9].,1,Dial(SIP/voiptalk/${EXTEN})
exten => _9XX,1,Dial(SIP/${EXTEN}@voiptalk)
exten=> _8[1-9].,1,Dial(SIP/${EXTEN}@voiptalk)
When I examine Asterisk Info I see
voiptalk.org:5060 844xxxxx 105 Registered
Lastly I add 8|. to the Outbound Route for Voiptalk, however when I dial 80902 I receive the message, "all circuits are busy". On my voiptalk account I paid for IAX credit but have not added SIP credit yet, would this stop it working on the test number as well?
I have already had voiptalk working over IAX, but to take advantage of their Unlimited tariff I need to use SIP.
I would greatly appreciate some help getting this all working. Lets hope its just a case of adding SIP credit!!
Best Regards,
John R.
Here you go,
Outgoing Settings
Trunk Name: voiptalk
PEER Details:
allow=g729&gsm&ilbc ###Please note I have g729 installed
authuser=your-user
canreinvite=no
context=from-pstn
disallow=all
dtmfmode=rfc2833
fromdomain=voiptalk.org
fromuser=your-user
host=voiptalk.org
insecure=very
maxexpirey=30
nat=yes
secret=your-secret
type=friend
username=your-user
Registration
Register String: your-user:your-secret@voiptalk.org/your-user
Thats it for the trunk!!
Add the lines from my first post into extensions_custom.conf also.
I also have the pbx set up for sip behind NAT, with sip_nat.conf entry
externip=your-net-ip
localnet=192.168.0.0/255.255.255.0
Ports I have open on my firewall:-
SIP 5060-5064 UDP/TCP # Every sip extension I created has its own unique port
IAX 5036 UDP
IAX2 4569 UDP
RTP 10000-20000 UDP
MGP 2727 UDP
I can also confirm my inbound voiptalk number also works, and in the voiptalk status webpage, I see myself fully reported Active OK and Online OK.
Best Regards

Member Since:
2007-04-28