Re: [asterisk-users] Windows Asterisk Help

2015-07-31 Thread A J Stiles
On Wednesday 29 Jul 2015, Murthy Gandikota wrote:
 Hi All,As
 Downloaded latest version of Asterisk from www.asteriskwin32.com and
 installed on Windows 7.

Why?

Trying to get Asterisk to run on Windows is like trying to teach a gerbil to 
bark.  It's an extraordinary effort, and the result is unlikely to do anything 
other than disappoint.


* Asterisk was designed from the outset to run on Unix-like systems, and has 
certain design decisions baked into it that preclude it from building on 
legacy systems such as Windows without serious modifications.  Any version of 
Asterisk that has been persuaded to run on Windows will be behind the curve, 
and missing the latest and greatest features.

* Asterisk, even on its native Linux platform where all the bits work 
properly, is harder to use than Linux.  The supposed advantage of not 
needing to learn to use Linux is negated by the steeper learning curve of 
Asterisk.

* Asterisk doesn't make too many demands of hardware, except for preferring to 
have its hardware all to itself.  You can try it out on a scrap PC  (available 
free almost anywhere)  at first and then, if you like it, install it on a 
dedicated machine.  If you don't need dedicated PCI / PCI express hardware, 
then you can even run Asterisk on something like a Raspberry Pi.


If you want to run Asterisk, then you might as well bite the bullet and run it 
on Linux.   Also, forget about pre-compiled packages, just build it from 
Source Code.


-- 
AJS

Note:  Originating address only accepts e-mail from list!  If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .

-- 
_
-- 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


Re: [asterisk-users] Windows Asterisk Help

2015-07-30 Thread Scott Griepentrog
On Wed, Jul 29, 2015 at 11:02 PM, Murthy Gandikota murth...@hotmail.com
wrote:



 --
 Date: Wed, 29 Jul 2015 11:47:19 -0500
 From: sgriepent...@digium.com
 To: asterisk-users@lists.digium.com

 Subject: Re: [asterisk-users] Windows Asterisk Help


 On Wed, Jul 29, 2015 at 10:16 AM, John Novack 
 jnov...@stromberg-carlson.org wrote:



 Murthy Gandikota wrote:



  --
 To: asterisk-users@lists.digium.com
 From: webaccounts...@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

Re: [asterisk-users] Windows Asterisk Help

2015-07-29 Thread Scott Griepentrog
On Wed, Jul 29, 2015 at 10:16 AM, John Novack jnov...@stromberg-carlson.org
 wrote:



 Murthy Gandikota wrote:



  --
 To: asterisk-users@lists.digium.com
 From: webaccounts...@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

Re: [asterisk-users] Windows Asterisk Help

2015-07-29 Thread John Novack



Murthy Gandikota wrote:



--
To: asterisk-users@lists.digium.com
From: webaccounts...@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 
http://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 http://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

Re: [asterisk-users] Windows Asterisk Help

2015-07-29 Thread Murthy Gandikota


Date: Wed, 29 Jul 2015 11:47:19 -0500
From: sgriepent...@digium.com
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] Windows Asterisk Help


On Wed, Jul 29, 2015 at 10:16 AM, John Novack jnov...@stromberg-carlson.org 
wrote:

  

  
  




Murthy Gandikota wrote:



  
  




  To: asterisk-users@lists.digium.com

  From: webaccounts...@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

Re: [asterisk-users] Windows Asterisk Help

2015-07-29 Thread Murthy Gandikota


To: asterisk-users@lists.digium.com
From: webaccounts...@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 wayto trouble-shoot 
the problem, I will have to do what you suggest. 
Thanks  Regardsmurthy-- 
_
-- 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

Re: [asterisk-users] Windows Asterisk Help

2015-07-29 Thread jg




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


-- 
_
-- 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