[asterisk-users] Windows Asterisk Help

Murthy Gandikota murthy64 at hotmail.com
Wed Jul 29 08:59:39 CDT 2015


Hi All,
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 callsbindport = 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 callscontext=incoming disallow=all allow=ulaw allow=alaw allow=g729 allow=g723 externip=72.220.28.226 localnet=192.168.0.0 nat=yes maxexpiry=15minexpiry=14;rtautoclear=no;autofallthrough=yes
register =>16194077214:<<password>@69.59.234.67:5060/202
[authentication][3000]type = friendcontext = defaultusername = 3000host = dynamicmailbox = 3000dtmfmode = rfc2833[3001]type = friendcontext = defaultusername = 3001host = dynamicmailbox = 3001dtmfmode = rfc2833
[3002]type = friendusername = 3002context = defaulthost = dynamicmailbox = 3002dtmfmode = 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=friendtype=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=md5disallow=allallow=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 regardsmurthy

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150729/e3ba7745/attachment.html>


More information about the asterisk-users mailing list