BILL GITONGA
2006-Jan-16  21:06 UTC
[Asterisk-Users] Asterisk Load Balancing Asterisk Database
Hi all I am doing load balancing on the asterisk and would like to know where the files for Asterisk Database (Backley DB1) are stored so that I could place them in one NFS machine. I know the is a file at /var/lib/asterisk/astdb but astdb is not the file that?s used to family field Does anyone know where the files are? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Raymond Chen
2006-Jan-16  21:22 UTC
[Asterisk-Users] CVS HEAD chanisavail not working for sip channel?
Dear all,
 
I have encountered problem with app_chanisavail for sip channels.  I have
setup call-limit=1 in sip.conf as instructed, but when making call to
app_chanisavail, the channels did not increment correctly.   I end up
dialing multiple times to the first channel only.   I think the
ast_device_state(trychan) did not returned correctly.  Any idea?  
 
 
Extensions.conf  :
 
exten =>
_1234.,1,ChanIsAvail(SIP/1&SIP/2&SIP/3&SIP/4&SIP/5|s)
exten => _1234.,n,Dial(${AVAILORIGCHAN}/0${EXTEN:4}|45)
exten => _1234.,n+101,busy
 
 
sip.conf :
 
[1]
type=friend
context=default
host=xxx.xxx.xxx.xxx
username=abcd
secret=abcd
port=5060
call-limit=1
fromuser=abcd
fromdomain=xxx.xxx.xxx.xxx
nat=yes
canreinvite=no
insecure=yes
insecure=very
disallow=all
allow=g723
allow=g729
 
....
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20060116/2d7bf2d8/attachment.htm
Raymond Chen
2006-Jan-16  22:44 UTC
[Asterisk-Users] CVS HEAD chanisavail not working for sip channel?
Dear all,
 
I have encountered problem with app_chanisavail for sip channels.  I have
setup call-limit=1 in sip.conf as instructed, but when making call to
app_chanisavail, the channels did not increment correctly.   I end up
dialing multiple times to the first channel only.   I think the
ast_device_state(trychan) did not returned correctly.  Any idea?  
 
 
Extensions.conf  :
 
exten =>
_1234.,1,ChanIsAvail(SIP/1&SIP/2&SIP/3&SIP/4&SIP/5|s)
exten => _1234.,n,Dial(${AVAILORIGCHAN}/0${EXTEN:4}|45)
exten => _1234.,n+101,busy
 
 
sip.conf :
 
[1]
type=friend
context=default
host=xxx.xxx.xxx.xxx
username=abcd
secret=abcd
port=5060
call-limit=1
fromuser=abcd
fromdomain=xxx.xxx.xxx.xxx
nat=yes
canreinvite=no
insecure=yes
insecure=very
disallow=all
allow=g723
allow=g729
 
....
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20060116/bab442d0/attachment.htm
BILL GITONGA
2006-Jan-17  13:48 UTC
[Asterisk-Users] Asterisk Load Balancing Asterisk Database
Hi I;m reposting this since i did not get any replys I am doing load balancing on the asterisk and would like to know where the files for Asterisk Database (Backley DB1) are stored so that I could place them in one NFS machine. I know the is a file at /var/lib/asterisk/astdb but astdb is not the file that?s used to family field Does anyone know where the files are? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com