On Wed, Jul 29, 2015 at 10:16 AM, John Novack <jnovack at stromberg-carlson.org> wrote:> > > Murthy Gandikota wrote: > > > > ------------------------------ > To: asterisk-users at lists.digium.com > From: webaccounts173 at jgoettgens.de > Date: Wed, 29 Jul 2015 16:11:31 +0200 > Subject: Re: [asterisk-users] Windows Asterisk Help > > > > Downloaded latest version of Asterisk from www.asteriskwin32.com and > installed on Windows 7. > > Here is my sip.conf > > [general] > context = demo ; Default context for incoming calls > bindport = 5060 ; UDP Port to bind to (SIP standard port is > 5060) > bindaddr = 0.0.0.0 ; IP address to bind to (0.0.0.0 binds to > all) > srvlookup = yes ; Enable DNS SRV lookups on outbound calls > context=incoming > disallow=all > allow=ulaw > allow=alaw > allow=g729 > allow=g723 > externip=72.220.28.226 > localnet=192.168.0.0 > nat=yes > maxexpiry=15 > minexpiry=14 > ;rtautoclear=no > ;autofallthrough=yes > > register =>16194077214:<<password>@69.59.234.67:5060/202 > > [authentication] > [3000] > type = friend > context = default > username = 3000 > host = dynamic > mailbox = 3000 > dtmfmode = rfc2833 > [3001] > type = friend > context = default > username = 3001 > host = dynamic > mailbox = 3001 > dtmfmode = rfc2833 > > [3002] > type = friend > username = 3002 > context = default > host = dynamic > mailbox = 3002 > dtmfmode = rfc2833 > > [vonage-out] > > username=16194077214 > > type=friend > > secret=<<password>> > > port=5061 > > nat=yes > > host=69.59.234.67 > > fromuser=16194077214 > > fromdomain=69.59.234.67 > > dtmfmode=rfc2833 > > auth=md5 > > [vonage202] > > username=16194077214 > > ;type=friend > type=peer > ;type=user > > secret=<<password>> > > port=5061 > > nat=yes > > insecure=port,invite > > host=69.59.234.67 > > fromuser=16194077214 > > fromdomain=69.59.234.67 > > ;dtmfmode=inband > > context=from-pstn > > canreinvite=no > > ;auth=md5 > disallow=all > allow=ulaw > ;allow=alaw > ;allow=g729 > ;allow=g723 > > Here is my extensions.conf > > [from-pstn] > ;exten => 16194077214,1,verbose(0, hello) > exten => 16194077214,1,Answer; > exten => 16194077214,n,SayUnixTime() > exten => 16194077214,n,Hangup > > > I am able to connect with Asterisk on the first try after fresh load, > but not on the subsequent tries. > I have to re-reload sip.conf and extensions.conf to connect with Asterisk. > Looking at the logs, it seems like a registration issue. So I set > minexpirty and maxexpirty that seems to have no effect. can post the logs, > if someone wants me to. > > Your kind help is appreciated. > > Best regards > murthy > > > > > www.asteriskwin32.com hosts only a very very old version of Asterisk > (1.2.something). What speaks against setting up a small virtual machine to > host a recent version of Asterisk? > > jg > > You have a point. My SIP provider at the moment is Vonage which I can't > access from work (some security issue:) > So I am confined to testing from home and I don't have any other machine > to spare. If there is no other way > to trouble-shoot the problem, I will have to do what you suggest. > > Thanks & Regards > murthy > > > For very little $$$ you could obtain an HP thin client, load a modern > version of Asterisk using AstLinux, and leave your Win 7 machine to do what > it does best ( which is certainly NOT Asterisk ) > Once installed, it can be completely controlled and configured remotely > over your home LAN, consumes very little power, has a universal power > supply, consumes little power and no noisy fans. > HP5720 units can be had off eBay for $20-30 US. Even with shipping to your > country, really low cost solution much more in the mainstream. > AstLinux uses standard Asterisk confs. The GUI is used for management and > editing, and doesn't use the difficult to troubleshoot and quirky > overlays of a TrixBox or FreePBX > Check out the astlinux website for more details > > John Novack > > -- > > Dog is my Co-pilot > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >?Another option (assuming your computer has enough ram and disk space) is to run a copy of Linux in Vmware Player (which is available for free). It allows you to run the Linux environment in a virtual computer as if it was an application on windows. Then you can test the most recent release of Asterisk (version 13 at the moment).? -- [image: Digium logo] Scott Griepentrog Digium, Inc ? Software Developer 445 Jan Davis Drive NW ? Huntsville, AL 35806 ? US direct/fax: +1 256 428 6239 ? mobile: +1 256 580 6090 Check us out at: http://digium.com ? http://asterisk.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150729/9f227248/attachment.html>
Date: Wed, 29 Jul 2015 11:47:19 -0500
From: sgriepentrog at digium.com
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Windows Asterisk Help
On Wed, Jul 29, 2015 at 10:16 AM, John Novack <jnovack at
stromberg-carlson.org> wrote:
Murthy Gandikota wrote:
To: asterisk-users at lists.digium.com
From: webaccounts173 at jgoettgens.de
Date: Wed, 29 Jul 2015 16:11:31 +0200
Subject: Re: [asterisk-users] Windows Asterisk Help
Downloaded latest version of Asterisk from www.asteriskwin32.com
and installed on Windows 7.
Here is my sip.conf
[general]
context = demo ; Default context for
incoming calls
bindport = 5060 ; UDP Port to bind to
(SIP standard port is 5060)
bindaddr = 0.0.0.0 ; IP address to
bind to (0.0.0.0 binds to all)
srvlookup = yes ; Enable DNS SRV
lookups on outbound calls
context=incoming
disallow=all
allow=ulaw
allow=alaw
allow=g729
allow=g723
externip=72.220.28.226
localnet=192.168.0.0
nat=yes
maxexpiry=15
minexpiry=14
;rtautoclear=no
;autofallthrough=yes
register
=>16194077214:<<password>@69.59.234.67:5060/202
[authentication]
[3000]
type = friend
context = default
username = 3000
host = dynamic
mailbox = 3000
dtmfmode = rfc2833
[3001]
type = friend
context = default
username = 3001
host = dynamic
mailbox = 3001
dtmfmode = rfc2833
[3002]
type = friend
username = 3002
context = default
host = dynamic
mailbox = 3002
dtmfmode = rfc2833
[vonage-out]
username=16194077214
type=friend
secret=<<password>>
port=5061
nat=yes
host=69.59.234.67
fromuser=16194077214
fromdomain=69.59.234.67
dtmfmode=rfc2833
auth=md5
[vonage202]
username=16194077214
;type=friend
type=peer
;type=user
secret=<<password>>
port=5061
nat=yes
insecure=port,invite
host=69.59.234.67
fromuser=16194077214
fromdomain=69.59.234.67
;dtmfmode=inband
context=from-pstn
canreinvite=no
;auth=md5
disallow=all
allow=ulaw
;allow=alaw
;allow=g729
;allow=g723
Here is my extensions.conf
[from-pstn]
;exten => 16194077214,1,verbose(0, hello)
exten => 16194077214,1,Answer;
exten => 16194077214,n,SayUnixTime()
exten => 16194077214,n,Hangup
I am able to connect with Asterisk on the first try
after fresh load, but not on the subsequent tries.
I have to re-reload sip.conf and extensions.conf to
connect with Asterisk. Looking at the logs, it seems
like a registration issue. So I set minexpirty and
maxexpirty that seems to have no effect. can post the
logs, if someone wants me to.
Your kind help is appreciated.
Best regards
murthy
www.asteriskwin32.com
hosts only a very very old version of Asterisk
(1.2.something). What speaks against setting up a small
virtual machine to host a recent version of Asterisk?
jg
You have a point. My SIP provider at the moment is Vonage
which I can't access from work (some security issue:)
So I am confined to testing from home and I don't have any
other machine to spare. If there is no other way
to trouble-shoot the problem, I will have to do what you
suggest.
Thanks & Regards
murthy
For very little $$$ you could obtain an HP thin client, load a
modern version of Asterisk using AstLinux, and leave your Win 7
machine to do what it does best ( which is certainly NOT Asterisk )
Once installed, it can be completely controlled and configured
remotely over your home LAN, consumes very little power, has a
universal power supply, consumes little power and no noisy fans.
HP5720 units can be had off eBay for $20-30 US. Even with shipping
to your country, really low cost solution much more in the
mainstream.
AstLinux uses standard Asterisk confs. The GUI is used for
management and editing, and doesn't use the difficult to
troubleshoot and quirky overlays of a TrixBox or FreePBX
Check out the astlinux website for more details
John Novack
--
Dog is my Co-pilot
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
?Another option (assuming your computer has enough ram and disk space) is to run
a copy of Linux in Vmware Player (which is available for free). It allows you
to run the Linux environment in a virtual computer as if it was an application
on windows. Then you can test the most recent release of Asterisk (version 13
at the moment).?
--
Scott Griepentrog
Digium, Inc ? Software Developer
445 Jan Davis Drive NW ? Huntsville, AL 35806 ? US
direct/fax: +1 256 428 6239 ? mobile: +1 256 580 6090
Check us out at: http://digium.com ? http://asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Many thanks for your kind replies. Here is what I have done:
a) Downloaded VM Player and Ubuntu ISO
http://theholmesoffice.com/installing-ubuntu-in-vmware-player-on-windows/
b) installed Ubuntu 14 something on Windows 7
(By the way the Wubi which is supposed to download and install Ubuntu turned out
to be a dud)
c) installed Asterisk 11
http://blogs.digium.com/2012/11/14/how-to-install-asterisk-11-on-ubuntu-12-4-lts/
By the way, there was an undocumented problem with compiling DAHDI So I skipped
that step
d) ran Asterisk and everything is back where they should be
However, some times I get "User Busy" response from Vonage. I think
thisis an Asterisk issue. If anyone knows how to rejig Asterisk so that it
won't holdon to the session after hang up, kindly let me know.
Best regardsmurthy
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.digium.com/pipermail/asterisk-users/attachments/20150730/2cd34c1b/attachment.html>
On Wed, Jul 29, 2015 at 11:02 PM, Murthy Gandikota <murthy64 at hotmail.com> wrote:> > > ------------------------------ > Date: Wed, 29 Jul 2015 11:47:19 -0500 > From: sgriepentrog at digium.com > To: asterisk-users at lists.digium.com > > Subject: Re: [asterisk-users] Windows Asterisk Help > > > On Wed, Jul 29, 2015 at 10:16 AM, John Novack < > jnovack at stromberg-carlson.org> wrote: > > > > Murthy Gandikota wrote: > > > > ------------------------------ > To: asterisk-users at lists.digium.com > From: webaccounts173 at jgoettgens.de > Date: Wed, 29 Jul 2015 16:11:31 +0200 > Subject: Re: [asterisk-users] Windows Asterisk Help > > > > Downloaded latest version of Asterisk from www.asteriskwin32.com and > installed on Windows 7. > > Here is my sip.conf > > [general] > context = demo ; Default context for incoming calls > bindport = 5060 ; UDP Port to bind to (SIP standard port is > 5060) > bindaddr = 0.0.0.0 ; IP address to bind to (0.0.0.0 binds to > all) > srvlookup = yes ; Enable DNS SRV lookups on outbound calls > context=incoming > disallow=all > allow=ulaw > allow=alaw > allow=g729 > allow=g723 > externip=72.220.28.226 > localnet=192.168.0.0 > nat=yes > maxexpiry=15 > minexpiry=14 > ;rtautoclear=no > ;autofallthrough=yes > > register =>16194077214:<<password>@69.59.234.67:5060/202 > > [authentication] > [3000] > type = friend > context = default > username = 3000 > host = dynamic > mailbox = 3000 > dtmfmode = rfc2833 > [3001] > type = friend > context = default > username = 3001 > host = dynamic > mailbox = 3001 > dtmfmode = rfc2833 > > [3002] > type = friend > username = 3002 > context = default > host = dynamic > mailbox = 3002 > dtmfmode = rfc2833 > > [vonage-out] > > username=16194077214 > > type=friend > > secret=<<password>> > > port=5061 > > nat=yes > > host=69.59.234.67 > > fromuser=16194077214 > > fromdomain=69.59.234.67 > > dtmfmode=rfc2833 > > auth=md5 > > [vonage202] > > username=16194077214 > > ;type=friend > type=peer > ;type=user > > secret=<<password>> > > port=5061 > > nat=yes > > insecure=port,invite > > host=69.59.234.67 > > fromuser=16194077214 > > fromdomain=69.59.234.67 > > ;dtmfmode=inband > > context=from-pstn > > canreinvite=no > > ;auth=md5 > disallow=all > allow=ulaw > ;allow=alaw > ;allow=g729 > ;allow=g723 > > Here is my extensions.conf > > [from-pstn] > ;exten => 16194077214,1,verbose(0, hello) > exten => 16194077214,1,Answer; > exten => 16194077214,n,SayUnixTime() > exten => 16194077214,n,Hangup > > > I am able to connect with Asterisk on the first try after fresh load, > but not on the subsequent tries. > I have to re-reload sip.conf and extensions.conf to connect with Asterisk. > Looking at the logs, it seems like a registration issue. So I set > minexpirty and maxexpirty that seems to have no effect. can post the logs, > if someone wants me to. > > Your kind help is appreciated. > > Best regards > murthy > > > > > www.asteriskwin32.com hosts only a very very old version of Asterisk > (1.2.something). What speaks against setting up a small virtual machine to > host a recent version of Asterisk? > > jg > > You have a point. My SIP provider at the moment is Vonage which I can't > access from work (some security issue:) > So I am confined to testing from home and I don't have any other machine > to spare. If there is no other way > to trouble-shoot the problem, I will have to do what you suggest. > > Thanks & Regards > murthy > > > For very little $$$ you could obtain an HP thin client, load a modern > version of Asterisk using AstLinux, and leave your Win 7 machine to do what > it does best ( which is certainly NOT Asterisk ) > Once installed, it can be completely controlled and configured remotely > over your home LAN, consumes very little power, has a universal power > supply, consumes little power and no noisy fans. > HP5720 units can be had off eBay for $20-30 US. Even with shipping to your > country, really low cost solution much more in the mainstream. > AstLinux uses standard Asterisk confs. The GUI is used for management and > editing, and doesn't use the difficult to troubleshoot and quirky > overlays of a TrixBox or FreePBX > Check out the astlinux website for more details > > John Novack > > -- > > Dog is my Co-pilot > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > ?Another option (assuming your computer has enough ram and disk space) is > to run a copy of Linux in Vmware Player (which is available for free). It > allows you to run the Linux environment in a virtual computer as if it was > an application on windows. Then you can test the most recent release of > Asterisk (version 13 at the moment).? > > -- > [image: Digium logo] > Scott Griepentrog > Digium, Inc ? Software Developer > 445 Jan Davis Drive NW ? Huntsville, AL 35806 ? US > direct/fax: +1 256 428 6239 ? mobile: +1 256 580 6090 > Check us out at: http://digium.com ? http://asterisk.org > > -- _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New > to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE > or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > Many thanks for your kind replies. Here is what I have done: > > a) Downloaded VM Player and Ubuntu ISO > > http://theholmesoffice.com/installing-ubuntu-in-vmware-player-on-windows/ > > b) installed Ubuntu 14 something on Windows 7 > > (By the way the Wubi which is supposed to download and install Ubuntu > turned out to be a dud) > > c) installed Asterisk 11 > > > http://blogs.digium.com/2012/11/14/how-to-install-asterisk-11-on-ubuntu-12-4-lts/ > > By the way, there was an undocumented problem with compiling DAHDI > So I skipped that step >?In a virtual environment, the DAHDI library is not useful, as it only serves to connect to hardware cards that you likely don't have and VMware generally doesn't support passing through to the virtual machine anyway. ?> > d) ran Asterisk and everything is back where they should be > > However, some times I get "User Busy" response from Vonage. I think this > is an Asterisk issue. If anyone knows how to rejig Asterisk so that it > won't hold > on to the session after hang up, kindly let me know. > >To get assistance with specific SIP call failures, you would need to capture the SIP messaging for an instance where it failed, using 'sip set debug' in Asterisk or wireshark, and then share that. You'll only need the actual SIP traffic on port 5060, not the RTP. I would also recommend testing with a different provider (ITSP) first. I have used voip.ms successfully with Asterisk. ?> Best regards > murthy > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- [image: Digium logo] Scott Griepentrog Digium, Inc ? Software Developer 445 Jan Davis Drive NW ? Huntsville, AL 35806 ? US direct/fax: +1 256 428 6239 ? mobile: +1 256 580 6090 Check us out at: http://digium.com ? http://asterisk.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150730/3bef5a79/attachment.html>