![]() ![]() |
gomez:
Well I managed to get FreePBX to register using IAX2 to 2talk, I can make an outgoing call, but for some reason incoming calls no longer work.
user context.
username=03xxxxxxx
type=friend
secret=XXXXXXX
nat=route
insecure=very
host=iax.2talk.co.nz
context=from-pstn
This is what I have for a user context with my number as a context name.
techmeister:gomez:
Well I managed to get FreePBX to register using IAX2 to 2talk, I can make an outgoing call, but for some reason incoming calls no longer work.
user context.
username=03xxxxxxx
type=friend
secret=XXXXXXX
nat=route
insecure=very
host=iax.2talk.co.nz
context=from-pstn
This is what I have for a user context with my number as a context name.
You need to match your context with what is at 2talks end, by default at 2talks end it is set to "from-trunk".
Also you may need to add requirecalltoken=no depending on the version of Asterisk you are running.
hope that helps
sbiddle:techmeister:gomez:
Well I managed to get FreePBX to register using IAX2 to 2talk, I can make an outgoing call, but for some reason incoming calls no longer work.
user context.
username=03xxxxxxx
type=friend
secret=XXXXXXX
nat=route
insecure=very
host=iax.2talk.co.nz
context=from-pstn
This is what I have for a user context with my number as a context name.
You need to match your context with what is at 2talks end, by default at 2talks end it is set to "from-trunk".
Also you may need to add requirecalltoken=no depending on the version of Asterisk you are running.
hope that helps
The context has no relationship with 2talk's end, it's only used within Asterisk. The context setting defines the context of calls when they hit your box. Both from-trunk or from-pstn map to each other and do exactly the same thing in a FreePBX install and route directly to the inbound call settings.
![]() ![]() |