Voiptalk.org sip config required to avoid further hairloss!

ryppn
Posts: 3
Member Since:
2007-04-28

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.



ryppn
Posts: 3
Member Since:
2007-04-28
Truly, I am an idiot, I had

Truly, I am an idiot, I had another outbound route on 8|. already.....doh!!



rockyuk
Posts: 20
Member Since:
2007-04-05
Hi ryppn, Have you got yours

Hi ryppn,
Have you got yours to work as i have been trying for nearly a week now and still cannot get mine to work with there SIP Trunks? If you have do you mind posting your config please so i can see how you got it to work.

Thanks

Rockyuk



ryppn
Posts: 3
Member Since:
2007-04-28
Here you go,

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



NickDC
Posts: 87
Member Since:
2006-12-26
i'm having problems with

i'm having problems with this right now but with the IAX trunks.. but I can call the test number, just no other numbers. I have IAX credit as well.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.