Go Back   Wireless and Wifi Forums > News > Newsgroups > uk.telecom.voip
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-12-2006, 12:14 PM
John McGarrigle
Guest
 
Posts: n/a
Default Orbtalk with Astrisk problems

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


Reply With Quote
  #2 (permalink)  
Old 08-12-2006, 01:15 PM
paul123
Guest
 
Posts: n/a
Default Re: Orbtalk with Astrisk problems


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


Reply With Quote
  #3 (permalink)  
Old 08-12-2006, 02:52 PM
John McGarrigle
Guest
 
Posts: n/a
Default Re: Orbtalk with Astrisk problems


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..


Reply With Quote
  #4 (permalink)  
Old 08-12-2006, 02:52 PM
John McGarrigle
Guest
 
Posts: n/a
Default Re: Orbtalk with Astrisk problems


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..


Reply With Quote
  #5 (permalink)  
Old 08-12-2006, 09:26 PM
paul123
Guest
 
Posts: n/a
Default Re: Orbtalk with Astrisk problems


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..


Here are my settings (3 parts):

-------------------------------------
1) SIP trunk:

Outgoing settings
Trunk name: orbtalk

PEER details
allow=ulaw
authuser=716XXXX
canreinvite=no
context=custom-orbtalk
defaultexpirey=160
disallow=all
dtmfmode=info
fromdomain=talk.orbtalk.co.uk
fromuser=716XXXX
host=talk.orbtalk.co.uk
insecure=very
maxexpirey=180
nat=yes
secret=PASSWORD
type=friend
username=716XXXX

Incoming settings: blank

Registration:716XXXX:PASSWORD@talk.orbtalk.co.uk/716XXXX
-----------------------------------------

2) In Inbound routing, add a DID for your ID number - 716XXXX

-----------------------------------------

3) In Config edit-> extensions_custom.conf
add the context mentioned in the trunk - e.g.

[custom-orbtalk]
exten => 716XXXX,1,Goto(ext-did,716XXXX,1)
exten => 716XXXX,2,Voicemail,u200

----------------------------------------------------------

And then test and keep yer fingers crossed :)


Reply With Quote
  #6 (permalink)  
Old 08-12-2006, 11:09 PM
John McGarrigle
Guest
 
Posts: n/a
Default Re: Orbtalk with Astrisk problems

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


Reply With Quote
  #7 (permalink)  
Old 08-12-2006, 11:09 PM
John McGarrigle
Guest
 
Posts: n/a
Default Re: Orbtalk with Astrisk problems

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


Reply With Quote
  #8 (permalink)  
Old 08-13-2006, 10:54 AM
Jono
Guest
 
Posts: n/a
Default Re: Orbtalk with Astrisk problems

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.

This is my PEER for orbtalk:

authuser=1234567
canreinvite=no
context=from-pstn
fromdomain=talk.orbtalk.co.uk
fromuser=1234567
host=talk.orbtalk.co.uk
insecure=very
secret=123fW123
type=peer
username=1234567

===================

my register string:

1234567:123fW123@talk.orbtalk.co.uk/1234567

===================

and my sip.conf:

[general]

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

callerid = Unknown
externip = my.public.IP.or.dyndns.hostname
localnet=192.168.1.0/255.255.255.0
nat=yes

#include sip_nat.conf
#include sip_custom.conf
#include sip_additional.conf

===================================

Set up Inbound route pointing to 1234567

==================================



Reply With Quote
  #9 (permalink)  
Old 08-13-2006, 11:52 AM
paul123
Guest
 
Posts: n/a
Default Re: Orbtalk with Astrisk problems


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 .

I've tidied up my extensions_custom.conf now :)


Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sony Vaio Wireless Network Connection problems with WEP / WPA security - SOLUTION!! nevinster Troubleshooting 2 06-15-2008 05:27 PM
COM port problems.. Alex Mizrahi alt.comp.hardware 7 01-18-2007 10:59 PM
I have a bigest worse Wireless interference problems in the whole world MicroNet Network Troubleshooting 2 04-03-2006 10:27 AM
Problems Setting Up A Network castillon Network Troubleshooting 1 01-13-2006 09:16 PM
Woosh problems anyone? Mikeh Members Lounge 34 01-18-2005 09:21 PM


All times are GMT. The time now is 07:54 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45