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

 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-25-2007, 05:53 PM
phpguy
Guest
 
Posts: n/a
Default ASTERISK@HOME QUESTIONS AND PROBLEMS

hello chaps i got some questions i need to ask abouty asterisk


1) how do i setup a sip trunk with voipbuster when im behind a nat
router ?

2) i enabled the ourtgoung calls recording into wav format but i cant
download them to my pc because i cannot ftp as root and when u enabled
that i dont have access to thje recordings folder by default, how do i
solve that ?

cheers

Reply With Quote
  #2 (permalink)  
Old 11-25-2007, 06:50 PM
phpguy
Guest
 
Posts: n/a
Default Re: ASTERISK@HOME QUESTIONS AND PROBLEMS

hello thanks for your advide ill try all those tomorrow

its asterisk@home 1.4



On Nov 25, 9:07 pm, Jono <notha...@blueyonder.invalid> wrote:
> phpguy laid this down on his screen :
>
> > hello chaps i got some questions i need to ask abouty asterisk

>
> What version of Asterisk@home?
>
> > 1) how do i setup a sip trunk with voipbuster when im behind a nat
> > router ?

>
> Although the below settings apply to my voipcheap account, voipbuster
> is similar
>
> allow=ulaw&alaw
> authuser=username
> disallow=all
> dtmfmode=rfc2833
> fromdomain=voipcheap.com
> fromuser=myPSTNnumber
> host=sip.voipcheap.com
> insecure=very
> nat=yes
> qualify=yes
> secret=password
> type=friend
> username=username
>
> Register:
> username:passw...@sip.voipcheap.com
>
> > 2) i enabled the ourtgoung calls recording into wav format but i cant
> > download them to my pc because i cannot ftp as root and when u enabled
> > that i dont have access to thje recordings folder by default, how do i
> > solve that ?

>
> Download a programme called WinSCP & connect to your Asterisk's IP
> address. Log in as root & navigate to the folder
> /var/spool/asterisk/monitor (at least that's where the recordings are
> on mine)
>
> If you haven't changed to root password, it will be password. Make sure
> you change it.
>
> I asked above which version of AAH, as you should be able to access the
> recordings from the home screen if you have littlejohn's ARI interface.
> This is installed by default on some later releases)
> <http://www.littlejohnconsulting.com/>
>
> Asterisk Recording Interface. A new web-based utility for managing your
> voicemail now is included in AMP and can be accessed by clicking
> Voicemail & Recordings on the initial AMP screen at the IP address of
> your Asterisk system. It also can be accessed athttp://Asterisk-IP-address/recordings/. To log in to the Asterisk
> Recording Interface (ARI), just enter an extension number on your
> Asterisk system and the password for that extension. From the web
> interface, you can manage your voicemail messages including playing
> them back, you can review the call log, and you can set your voicemail
> password as well as your desired setup for recording calls by setting
> the call monitor defaults for this extension. Change your
> ari_admin_password on line 53: nano -w
> /var/www/html/recordings/includes/main.conf.
>
> <http://nerdvittles.com/index.php?p=123>



Reply With Quote
  #3 (permalink)  
Old 11-25-2007, 06:55 PM
phpguy
Guest
 
Posts: n/a
Default Re: ASTERISK@HOME QUESTIONS AND PROBLEMS

is this too old? shuld i upgrade? which version do u suggest and where
to download it from. by the way i hate trixbox, not even as a joke

Reply With Quote
  #4 (permalink)  
Old 11-26-2007, 03:04 AM
phpguy
Guest
 
Posts: n/a
Default Re: ASTERISK@HOME QUESTIONS AND PROBLEMS

i see including calls directed to call queues? but 2.7 supports that
right ?

ill test it and let u know thanks

Reply With Quote
  #5 (permalink)  
Old 11-26-2007, 03:23 AM
phpguy
Guest
 
Posts: n/a
Default Re: ASTERISK@HOME QUESTIONS AND PROBLEMS

one more question if you dont mind, after i download or install 2.7
how do i configure walke up calls ?

is it a click and o procedure or i got to edit config files ? by the
way walke up calls didnt work on my 1.4 by default or even after
editing confdig files

i hope 2.7 is differeent

cheers


Reply With Quote
  #6 (permalink)  
Old 11-26-2007, 04:13 AM
phpguy
Guest
 
Posts: n/a
Default Re: ASTERISK@HOME QUESTIONS AND PROBLEMS

allow=ulaw&alaw
authuser=username
disallow=all
dtmfmode=rfc2833
fromdomain=voipcheap.com

fromuser=myPSTNnumber <-----------------------

///i dont have a pstn number with voipbuster only a username do i
input that threre then?

cheers



host=sip.voipcheap.com
insecure=very
nat=yes
qualify=yes
secret=password
type=friend
username=username

Reply With Quote
  #7 (permalink)  
Old 11-26-2007, 06:24 AM
Jono
Guest
 
Posts: n/a
Default Re: ASTERISK@HOME QUESTIONS AND PROBLEMS

phpguy wrote on 26/11/2007 :
> allow=ulaw&alaw
> authuser=username
> disallow=all
> dtmfmode=rfc2833
> fromdomain=voipcheap.com
>
> fromuser=myPSTNnumber <-----------------------
>
> ///i dont have a pstn number with voipbuster only a username do i
> input that there then?
>


Sorry, I should have been more specific. If you have a mobile or
regular landline number which you have authenticated for outgoing CLI,
then this is the place to put it.



Reply With Quote
  #8 (permalink)  
Old 11-26-2007, 06:28 AM
Jono
Guest
 
Posts: n/a
Default Re: ASTERISK@HOME QUESTIONS AND PROBLEMS

It happens that phpguy formulated :
> one more question if you dont mind, after i download or install 2.7
> how do i configure walke up calls ?


Wakeup Calls Good News & Bad News. The good news is that Asterisk@Home
2.7 includes the latest version of the Wakeup Call program, and the
default setup works. Just dial *62. The bad news is that the "annoy"
option which is supposed to force the user to key in a number to prove
they're awake still doesn't work.

from <http://nerdvittles.com/index.php?p=123>


> is it a click and o procedure or i got to edit config files ? by the
> way walke up calls didnt work on my 1.4 by default or even after
> editing confdig files
>
> i hope 2.7 is different


Well, it works on mine. I have just tested it.



Reply With Quote
  #9 (permalink)  
Old 11-26-2007, 06:30 AM
Jono
Guest
 
Posts: n/a
Default Re: ASTERISK@HOME QUESTIONS AND PROBLEMS

phpguy presented the following explanation :
> download or install 2.7


Source for download:

<http://sourceforge.net/project/showfiles.php?group_id=123387&package_id=135368&re lease_id=400121>



Reply With Quote
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 10-19-2005 04:37 AM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 08-30-2005 04:26 AM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 07-31-2005 04:25 AM


All times are GMT. The time now is 01:42 PM.



Powered by vBulletin® Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 PL2

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