Hi,
I'm trying to hook my 2talk account up to my Asterisk server. I have followed this tutorial, but when I dial out it tries to register with "600@sip.2talk.co.nz", 600 is the extension number. Why is this happening and how can I fix it?
Thanks
Home ADSL: School:
![]() ![]() |
dcole13:ajobbins: This might be a better tutorial to follow
Hi,
Thanks for that. I am now able to dial in and out, but since I would like to have multiple SIP accounts how can I make it so SIP account 1 goes to, say extn 600 and SIP account 2 to extn 601?
Thanks
Twitter: ajobbins
ajobbins:dcole13:ajobbins: This might be a better tutorial to follow
Hi,
Thanks for that. I am now able to dial in and out, but since I would like to have multiple SIP accounts how can I make it so SIP account 1 goes to, say extn 600 and SIP account 2 to extn 601?
Thanks
Inbound routes and outbound routes
You may also want to consider IAX trunking, which should allow you have have alls calls routed down a single registration to 2talk, rather than per SIP account. Details here
Home ADSL: School:
ajobbins:
Hi,
Not all of the VoIP accounts will be on 2talk, can I still do it this way?
Thanks
No, and actually I should have said SIP Peering. You will need at least one registration per provider.
Home ADSL: School:
dcole13:ajobbins:
Hi,
Not all of the VoIP accounts will be on 2talk, can I still do it this way?
Thanks
No, and actually I should have said SIP Peering. You will need at least one registration per provider.
I have registered every SIP provider, and I can call out with their individual extensions, but when I call any one of the numbers it just uses the default "exten => s,1,Dial(SIP/600)" How can I make it so I can seperate the SIP providers to go to different extensions? Do I have to replace "s" with something else?
Thanks
Twitter: ajobbins
dcole13:ajobbins:
Hi,
Not all of the VoIP accounts will be on 2talk, can I still do it this way?
Thanks
No, and actually I should have said SIP Peering. You will need at least one registration per provider.
I have registered every SIP provider, and I can call out with their individual extensions, but when I call any one of the numbers it just uses the default "exten => s,1,Dial(SIP/600)" How can I make it so I can seperate the SIP providers to go to different extensions? Do I have to replace "s" with something else?
Thanks
sbiddle:dcole13:ajobbins:
Hi,
Not all of the VoIP accounts will be on 2talk, can I still do it this way?
Thanks
No, and actually I should have said SIP Peering. You will need at least one registration per provider.
I have registered every SIP provider, and I can call out with their individual extensions, but when I call any one of the numbers it just uses the default "exten => s,1,Dial(SIP/600)" How can I make it so I can seperate the SIP providers to go to different extensions? Do I have to replace "s" with something else?
Thanks
I'll be brutally honest here...
If you need to answer questions like that you need to sit down and find 100 - 200 hours spare and learn how Asterisk works. It's no good explaining how to do this because you need to fully understand the concepts, particularly contexts, and more importantly the security implications.
If you're not willing to invest this time I'd recommend using a FreePBX based distro, you should be able to get a good basic understanding on how things work in 10-20 hours.
Home ADSL: School:
chevrolux: The Official FreePBX Distro is the best option for probably 99% of businesses that want to use an Asterisk-based VoIP solution.
There really is no point sitting down and writing dial plans for hours on end when what you are trying to achieve is a fairly standard thing but is rather tricky with no Asterisk knowledge.
FreePBX will allow you to create a very complex PABX system without needing to go anywhere near Asterisk dial plans - it is far more than just a GUI. When you use the official distro you will get CentOS, Asterisk, FreePBX, Fail2ban all ready to go in 10 minutes. Then you have the option to add commercial modules (spending $75 on the Endpoint Manager is the best money you will ever spend) if you require them and also get commercial support if you need it.
Home ADSL: School:
Home ADSL: School:
chevrolux: Did you get the official distro from freepbx.org?
I've always installed from either USB or ISO and it literally takes 10 minutes (plus about half an hour for module updates lol) and it works every single time. You should be able to browse to the admin panel and start configuring stuff.
Home ADSL: School:
![]() ![]() |