The UK's Number One VoIP Resource
This is a discussion on ASTERISK@HOME 2.7 AND VOIPBUSTER SETUP within the uk.telecom.voip forums, part of the Newsgroup Forums category; i got an asterisk@home 2.7 box setup with zap and voipbuster the zap works and i set it ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
i got an asterisk@home 2.7 box setup with zap and voipbuster
the zap works and i set it up to dial using my landline and fxo card when i dial 99= something it ommits the 99 and dials the rest i want to set up the voipbuster trunk to do the same with 88 but for some reason it wotn connect i used the default settings im behiond a router and i put nat to yes but nothing what do i need to do ? all my phones are sip phones linksys spa 921 i can see from the flash panel its going through to trunk but nothing happens then times out, i cant hear anytihng i setted up asterisk as sip trunk not iax2 thanks in advance OUTGOING SETTINGS host=194.120.0.198 nat=1 secret=XXXXXX type=peer username=XXXXXXXX ////////////////////////////////// INCOMING SETTINGS context=from-pstn secret=XXXXXXXXXXXXXXX type=user ///////////////////////////// REGISTRATION XXXXX:XXXXXXXXXX@194.120.0.198 //////////////////////////////// SIP.CONF ; Note: If your SIP devices are behind a NAT and your Asterisk ; server isn't, try adding "nat=1" to each peer definition to ; solve translation problems. [general] port = 5060 ; Port to bind to (SIP is 5060) bindaddr = 192.168.100.69 ; Address to bind to (all addresses on machine) disallow=all allow=ulaw allow=alaw context = from-sip-external ; Send unknown SIP callers to this context callerid = Unknown #include sip_nat.conf #include sip_custom.conf #include sip_additional.conf ////////////////////////////////////// |
|
|||
|
On 30 Dec, 21:02, phpguy <ksma...@hotmail.com> wrote:[color=blue]
> i got an asterisk@home 2.7 box setup with zap and voipbuster > > the zap works and i set it up to dial using my landline and fxo card > when i dial 99= something it ommits the 99 and dials the rest > > i want to set up the voipbuster trunk to do the same with 88 but for > some reason it wotn connect[/color] I'm assuming you've set the dial rules in *both* the trunk *and* the corresponding outbound route. my settings in AAH2.7 were as follows: SIP TRUNK: Voipbuster ///////////////////////////////// Outgoing dial rules: (for UK + International - Note my UK outbound route was 0|[1278]XXXXXXXXX and 0044|.) 0044+1XXXXXXXXX 0044+2XXXXXXXXX 0044+7XXXXXXXXX 0044+8XXXXXXXXX 00. ///////////////////////////////// Outgoing Settings ///////////////////////////////// Trunk name: voipbuster ---------------------- Peer Details: allow=ulaw&alaw canreinvite=yes disallow=all fromdomain=voipbuster.com fromuser=USERNAME host=sip.voipbuster.com insecure=very nat=yes qualify=1000 secret=PASSWORD srvlookup=yes type=friend username=USERNAME /////////////////////////////////// Incoming details: USER details: empty /////////////////////////////////// Register string: USERNAME:PASSWORD@sip.voipbuster.com ////////////////////////////////////// If you have a voip-in number, this would look a little different - but that's another issue. Also, if you have more than 2 voipbuster accounts on your AAH box, you'll need to delete the line: qualify=1000 |
|
|||
|
On 31 Dec, 04:02, phpguy <ksma...@hotmail.com> wrote:[color=blue]
> i got an asterisk@home 2.7 box setup with zap and voipbuster > > the zap works and i set it up to dial using my landline and fxo card > when i dial 99= something it ommits the 99 and dials the rest > > i want to set up the voipbuster trunk to do the same with 88 but for > some reason it wotn connect > > i used the default settings im behiond a router and i put nat to yes > but nothing > > what do i need to do ? all my phones are sip phones linksys spa 921 > > i can see from the flash panel its going through to trunk but nothing > happens then times out, i cant hear anytihng > > i setted up asterisk as sip trunk not iax2 > > thanks in advance > > OUTGOING SETTINGS > > host=194.120.0.198 > nat=1 > secret=XXXXXX > type=peer > username=XXXXXXXX > > ////////////////////////////////// > > INCOMING SETTINGS > > context=from-pstn > secret=XXXXXXXXXXXXXXX > type=user > > ///////////////////////////// > > REGISTRATION > > XXXXX:XXXXXXX...@194.120.0.198 > > //////////////////////////////// > > SIP.CONF > > ; Note: If your SIP devices are behind a NAT and your Asterisk > ; server isn't, try adding "nat=1" to each peer definition to > ; solve translation problems. > > [general] > port = 5060 ; Port to bind to (SIP is 5060) > bindaddr = 192.168.100.69 ; Address to bind to (all addresses on > machine) > disallow=all > allow=ulaw > allow=alaw > context = from-sip-external ; Send unknown SIP callers to this context > callerid = Unknown > > #include sip_nat.conf > #include sip_custom.conf > #include sip_additional.conf > > //////////////////////////////////////[/color] It is terrible. I would like to suggest you try miniSipServer. It is very easy to use. |
|
|||
|
Hongtian pretended :[color=blue]
> It is terrible. I would like to suggest you try miniSipServer. It is > very easy to use.[/color] Not that I can comment on miniSipServer, however, AAH 2.7 is far from terrible. I have been using that version since it came out....until yesterday. The OP could & should consider using PBX-in-a-Flash (which I set up yesterday) <http://nerdvittles.com/index.php?p=196> <http://www.pbxinaflash.org/index.htm> |
|
|||
|
On Dec 31, 12:28*pm, Jono <notha...@blueyonder.invalid> wrote:[color=blue]
> Hongtian pretended : >[color=green] > > It is terrible. I would like to suggest you try miniSipServer. It is > > very easy to use.[/color] > > Not that I can comment on miniSipServer, however, AAH 2.7 is far from > terrible.[/color] Agreed. [color=blue] > I have been using that version since it came out....until yesterday. > > The OP could & should consider using PBX-in-a-Flash (which I set up > yesterday) > > <http://nerdvittles.com/index.php?p=196> > > <http://www.pbxinaflash.org/index.htm>[/color] And those settings above also work in PBX-in-a-Flash B-) |
|
|||
|
hello there i tried that but it says all circuits are busy now and
voipbuster truck is greyed out in the flash operator panel, any idea why this happens ? cheers On 31 Dec 2007, 11:18, voiptal...@gmail.com wrote:[color=blue] > On 30 Dec, 21:02, phpguy <ksma...@hotmail.com> wrote: >[color=green] > > i got an asterisk@home 2.7 box setup with zap and voipbuster[/color] >[color=green] > > the zap works and i set it up to dial using my landline and fxo card > > when i dial 99= something it ommits the 99 and dials the rest[/color] >[color=green] > > i want to set up the voipbuster trunk to do the same with 88 but for > > some reason it wotn connect[/color] > > I'm assuming you've set the dial rules in *both* the trunk *and* the > corresponding outbound route. > > my settings in AAH2.7 were as follows: > > SIP TRUNK: Voipbuster > ///////////////////////////////// > Outgoing dial rules: (for UK + International - Note my UK outbound > route was 0|[1278]XXXXXXXXX and 0044|.) > > 0044+1XXXXXXXXX > 0044+2XXXXXXXXX > 0044+7XXXXXXXXX > 0044+8XXXXXXXXX > 00. > ///////////////////////////////// > Outgoing Settings > ///////////////////////////////// > Trunk name: voipbuster > ---------------------- > Peer Details: > allow=ulaw&alaw > canreinvite=yes > disallow=all > fromdomain=voipbuster.com > fromuser=USERNAME > host=sip.voipbuster.com > insecure=very > nat=yes > qualify=1000 > secret=PASSWORD > srvlookup=yes > type=friend > username=USERNAME > > /////////////////////////////////// > Incoming details: > USER details: empty > > /////////////////////////////////// > Register string: > > USERNAME:PASSW...@sip.voipbuster.com > > ////////////////////////////////////// > If you have a voip-in number, this would look a little different - but > that's another issue. > Also, if you have more than 2 voipbuster accounts on your AAH box, > you'll need to delete the line: qualify=1000[/color] |
![]() |
| Thread Tools | |
| Display Modes | |
|
|