I'm having problems setting up asterik (via FreePBX) to use Orbtalk as
a trunk. I've got multiple trunks to other providers, without any
problems, but I can't seem to nail the settings for Orbtalk.
Do orbtalk require any special settings that people like Voipcheap and
Voipfone wouldn't require?
John McGarrigle wrote:
> Hi All,
>
> I'm having problems setting up asterik (via FreePBX) to use Orbtalk as
> a trunk. I've got multiple trunks to other providers, without any
> problems, but I can't seem to nail the settings for Orbtalk.
>
> Do orbtalk require any special settings that people like Voipcheap and
> Voipfone wouldn't require?
>
> All suggestions appreciated..
>
> Cheers!
>
> -John McGarrigle
If you have a voiptalk.org trunk set up, try copying that - changing
username, password to your orbtalk details - and fromdomain &
userdomain=talk.orbtalk.co.uk. Don't forget to add the details to your
voiptalk context in extensions_custom.conf
paul123 wrote:
> John McGarrigle wrote:
> > Hi All,
> >
> > I'm having problems setting up asterik (via FreePBX) to use Orbtalk as
> > a trunk. I've got multiple trunks to other providers, without any
> > problems, but I can't seem to nail the settings for Orbtalk.
> >
> > Do orbtalk require any special settings that people like Voipcheap and
> > Voipfone wouldn't require?
> >
> > All suggestions appreciated..
> >
> > Cheers!
> >
> > -John McGarrigle
>
> If you have a voiptalk.org trunk set up, try copying that - changing
> username, password to your orbtalk details - and fromdomain &
> userdomain=talk.orbtalk.co.uk. Don't forget to add the details to your
> voiptalk context in extensions_custom.conf
I don't have voiptalk.org setup...
The strange thing is, I have this in my SIP peers;
paul123 wrote:
> John McGarrigle wrote:
> > Hi All,
> >
> > I'm having problems setting up asterik (via FreePBX) to use Orbtalk as
> > a trunk. I've got multiple trunks to other providers, without any
> > problems, but I can't seem to nail the settings for Orbtalk.
> >
> > Do orbtalk require any special settings that people like Voipcheap and
> > Voipfone wouldn't require?
> >
> > All suggestions appreciated..
> >
> > Cheers!
> >
> > -John McGarrigle
>
> If you have a voiptalk.org trunk set up, try copying that - changing
> username, password to your orbtalk details - and fromdomain &
> userdomain=talk.orbtalk.co.uk. Don't forget to add the details to your
> voiptalk context in extensions_custom.conf
I don't have voiptalk.org setup...
The strange thing is, I have this in my SIP peers;
John McGarrigle wrote:
> paul123 wrote:
> > John McGarrigle wrote:
> > > Hi All,
> > >
> > > I'm having problems setting up asterik (via FreePBX) to use Orbtalk as
> > > a trunk. I've got multiple trunks to other providers, without any
> > > problems, but I can't seem to nail the settings for Orbtalk.
> > >
> > > Do orbtalk require any special settings that people like Voipcheap and
> > > Voipfone wouldn't require?
> > >
> > > All suggestions appreciated..
> > >
> > > Cheers!
> > >
> > > -John McGarrigle
> >
> > If you have a voiptalk.org trunk set up, try copying that - changing
> > username, password to your orbtalk details - and fromdomain &
> > userdomain=talk.orbtalk.co.uk. Don't forget to add the details to your
> > voiptalk context in extensions_custom.conf
>
> I don't have voiptalk.org setup...
>
> The strange thing is, I have this in my SIP peers;
>
> Host Username Refresh State
>
> talk.orbtalk.co.uk:5060 716**** 105 Registered
>
> Yet it's not working..
It happens that John McGarrigle formulated :
> Thanks paul, outbound is now working perfectly...
>
> What is the purpose of those two lines added to custom extensions?
> Sorry, i'm fairly new to asterisk!
>
> Cheers.
>
> -John
They force the inbound route to be treated as a DID.
In the PEER details, you can see the context as "context=custom-orbtalk
" which ties in with the entries you're asking about.
You could leave the second line out & allow your normal routing to deal
with voicemail.
We have assumed you're using a version such as Asterisk@home or
Trixbox, or at least you've installed FreePBX
.......here's something though, I had to take this approach with
voiptalk trunks, not orbtalk.
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
allow=gsm
;context = from-sip-external ; Send unknown SIP callers to this context
context = from-trunk ; exactly the same as from-pstn
;defaultexpirey = 600 ; include this only if necessary
;maxexpirey = 3600 ; include this only if necessary
progressinband = yes
dtmfmode=auto
Jono wrote:
> It happens that John McGarrigle formulated :
> > Thanks paul, outbound is now working perfectly...
> >
> > What is the purpose of those two lines added to custom extensions?
> > Sorry, i'm fairly new to asterisk!
> >
<snip>
> You could leave the second line out & allow your normal routing to deal
> with voicemail.
>
> We have assumed you're using a version such as Asterisk@home or
> Trixbox, or at least you've installed FreePBX
<snip>
Yeah, quite right Jono, the second line could really be omitted .