ASTERISK@HOME 2.7 AND VOIPBUSTER SETUP
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > WebserverTalk Community > Voice Over IP > Voice Over IP in UK > ASTERISK@HOME 2.7 AND VOIPBUSTER SETUP




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    ASTERISK@HOME 2.7 AND VOIPBUSTER SETUP  
phpguy


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-31-07 12:11 AM

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


//////////////////////////////////////





[ Post a follow-up to this message ]



    Re: ASTERISK@HOME 2.7 AND VOIPBUSTER SETUP  
voiptalker@gmail.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-31-07 12:11 PM

On 30 Dec, 21:02, phpguy <ksma...@hotmail.com> wrote:
> 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'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






[ Post a follow-up to this message ]



    Re: ASTERISK@HOME 2.7 AND VOIPBUSTER SETUP  
Hongtian


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-31-07 12:11 PM

On 31 Dec, 04:02, phpguy <ksma...@hotmail.com> wrote:
> 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
>
> //////////////////////////////////////

It is terrible. I would like to suggest you try miniSipServer. It is
very easy to use.





[ Post a follow-up to this message ]



    Re: ASTERISK@HOME 2.7 AND VOIPBUSTER SETUP  
Jono


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-31-07 12:11 PM

Hongtian pretended :
> It is terrible. I would like to suggest you try miniSipServer. It is
> very easy to use.

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>







[ Post a follow-up to this message ]



    Re: ASTERISK@HOME 2.7 AND VOIPBUSTER SETUP  
voiptalker@gmail.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-31-07 06:11 PM

On Dec 31, 12:28=A0pm, Jono <notha...@blueyonder.invalid> wrote:
> Hongtian pretended :
> 
>
> Not that I can comment on miniSipServer, however, AAH 2.7 is far from
> terrible.

Agreed.

> 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=3D196>
>
> <http://www.pbxinaflash.org/index.htm>

And those settings above also work in PBX-in-a-Flash  B-)





[ Post a follow-up to this message ]



    Re: ASTERISK@HOME 2.7 AND VOIPBUSTER SETUP  
phpguy


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-03-08 06:11 PM

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:
> On 30 Dec, 21:02, phpguy <ksma...@hotmail.com> wrote:
> 
> 
> 
>
> 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







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:01 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register