Displaying 17 results from an estimated 17 matches for "ignoreregexpire".
2006 Jun 28
9
Remote employees using Polycom 501 lose ability to receive incoming calls after few minutes.
...____________________________
;sip.conf
;_____________________________________________________________
[general]
port=5060
bindaddr=0.0.0.0
externip=XXX.XXX.XXX.XXX
localnet=XXX.XXX.XXX.XXX/255.255.255.248
canreinvite=no
tos=reliability
srvlookup=yes
disallow=all
allow=ulaw
dtmfmode=rfc2833
nat=yes
ignoreregexpire=yes
I know it has something to do with the NAT because if I plug my Polycom
directly into my cable modem, thus making it sit on the Internet and
have a real IP, everything works just fine.
I am curious what I am missing.
Thanks.
Von L.
2007 Jan 11
1
realtime sipusers and rtcachefriends... big headache!!
hi folks,
I am using asterisk 1.2.13 (debian etch).
My customer's sip accounts are stored in realtime sipusers.
I have enabled in sip.conf rtcachefriends=yes and ignoreregexpire=yes
Each account has nat=yes
Now, I have lot of problems.
for example, when I change the 'secret' field of a user in the database, it
doesn't
get reflected in Asterisk, who is still expecting the old password.
Randomly, when trying to dial SIP/xxxxx (a customer's account), espe...
2007 Jan 15
1
ANY ADVICE ON THIS????
...t;
Date: Jan 11, 2007 1:12 PM
Subject: realtime sipusers and rtcachefriends... big headache!!
To: asterisk-users@lists.digium.com
hi folks,
I am using asterisk 1.2.13 (debian etch).
My customer's sip accounts are stored in realtime sipusers.
I have enabled in sip.conf rtcachefriends=yes and ignoreregexpire=yes
Each account has nat=yes
Now, I have lot of problems.
for example, when I change the 'secret' field of a user in the database, it
doesn't
get reflected in Asterisk, who is still expecting the old password.
Randomly, when trying to dial SIP/xxxxx (a customer's account), espe...
2008 Jan 17
1
Device state of SIP doesn't change
...guration settings.
Of course, i checked UPGRADE.txt, and lot of other resources, enabled
few settings in sip.conf, but this still doesn't change.
my sip.conf is:
[general]
port = 5060
bindaddr = 0.0.0.0
context = default-external
tos_sip=0x18
tos_audio=0x18
callerid = Unknown
dtmfmode=rfc2833
ignoreregexpire=yes
limitonpeer=yes
notifyringing=yes
notifyhold=yes
allowsubscribe=yes
call-limit=1
and the corresponding realtime entry is:
name: 21168
accountcode: NULL
amaflags: NULL
callgroup: NULL
callerid: device <21168>
canreinvite: no
context: default-sip
defaultip: NULL
dtmfmode: rfc2833
fromuser...
2009 Sep 18
3
DUNDi + SIP Realtime
...ar I considered the following for this project:
- Moving all SIP extensions from individual sip.confs to one MySQL database, and point all servers to that one
- Configure sip.conf on each machine like this:
regcontext=dundi-internal
rtcachefriends=yes
rtsavesysname=yes
rtupdate=no
rtautoclear=yes
ignoreregexpire=no
That way each time an extension registers, Asterisk would add an extension to the dundi-internal context, which as you guessed, is the one being mapped to the other servers. So instead of mapping extensions using wildcards, the extensions will be mapped individually.
extensions.conf would be s...
2007 Jan 26
0
realtime sipusers and rtcachefriends... bigheadache!!
...k-users] realtime sipusers and rtcachefriends...
bigheadache!!
>
>> hi folks,
>>
>> I am using asterisk 1.2.13 (debian etch).
>>
>> My customer's sip accounts are stored in realtime sipusers.
>>
>> I have enabled in sip.conf rtcachefriends=yes and ignoreregexpire=yes
>>
>> Each account has nat=yes
>>
>> Now, I have lot of problems.
>>
>> for example, when I change the 'secret' field of a user in the database,
>> it
>> doesn't
>> get reflected in Asterisk, who is still expecting the old pass...
2007 Dec 19
0
Asterisk Realtime SIP rtcachefriends
I haven't been able to find this on the wiki:
If rtcachefriends=yes. When will a change to a realtime user/peer take effect? Next registration? Never?
It's also not clear to me what the purposes of rtautoclear and ignoreregexpire are. The only info I have found is the comments in the sample config file. Sounds like rtautoclear will save memory if I have lots of peers. Is there any other reason to enable it?
And why would I want to ignore the fact that a registration is expired? It seems if registration is expired and t...
2009 May 14
0
Problem with Asterisk 1.4 and Linksys Spa941/962
...tpbx
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
useclientcode=yes
defaultexpirey=3600
vmexten=voicemail
disallow=all
allow=alaw
allow=ulaw
allow=gsm
;qualify=no
;canreinvite=no
musicclass=default
language=de
useragent=ipanlage
callevents=yes
nat=yes
rtcachefriends=no
rtupdate=no
rtautoclear=no
ignoreregexpire=yes
amaflags=omit
canreinvite=no
subscribecontext=outcust
limitonpeers=yes
allowsubscribe=yes
notifyringing=yes
[xxx]
type=friend
context=outcust
nat=yes
qualify=yes
secret=yyyy
username=xxx
callerid="bla bla"
accountcode=xxx
disallow=all
allow=alaw
allow=ulaw
allow=gsm
host=dynamic
bes...
2011 Jan 02
1
Realtime SIP, multiple AX servers question
...eed to know if ATA's go offline, but, we don't want them caught in this endless loop where our multiple AX servers are out-guessing eachother and overwriting valid data in the database.
Our realtime options in sip.conf are as follows:
rtcachefriends=yes
rtsavesysname=yes
;rtautoclear=yes
;ignoreregexpire=yes
Because we are using "rtsavesysname", a perfect solution seems like it might be along the lines of "If an ATA disappears, empty out the RT database fields ONLY if it's last regserver was this one". Is this possible?
Thank you,
Bryan
2006 Jun 28
0
Remote employees using Polycom 501 lose
...____________________________
;sip.conf
;_____________________________________________________________
[general]
port=5060
bindaddr=0.0.0.0
externip=XXX.XXX.XXX.XXX
localnet=XXX.XXX.XXX.XXX/255.255.255.248
canreinvite=no
tos=reliability
srvlookup=yes
disallow=all
allow=ulaw
dtmfmode=rfc2833
nat=yes
ignoreregexpire=yes
I know it has something to do with the NAT because if I plug my Polycom
directly into my cable modem, thus making it sit on the Internet and
have a real IP, everything works just fine.
I am curious what I am missing.
Thanks.
Von L.
_______________________________________________
--Bandwidt...
2010 Apr 17
1
Realtime changes not reflected realtime
...l information on ARA, the Asterisk Realtime Architecture,<br>
; please read realtime.txt and extconfig.txt in the /doc directory of
the<br>
; source code.<br>
;<br>
rtcachefriends=yes <br>
;rtsavesysname=yes<br>
;rtupdate=yes<br>
;rtautoclear=yes<br>
;ignoreregexpire=yes<br>
<br>
<br>
<br>
Kind regards,<br>
<br>
Jonas.<br>
</font></font>
</body>
</html>
2006 Apr 08
0
Re: [asterisk-dev] bug or bad chan_sip.c
...ltexpirey=1000
allow=all
musicclass=default
language=fr
insecure=very
allowguest=yes
rtptimeout=60
rtpholdtimeout=300
useragent=PBX
dtmfmode = rfc2833
checkmwi=20
promiscredir=no
nat=yes
autodomain=no
domain=nxs.yi.org,sip
allowexternalinvites=yes
rtcachefriends=yes
rtupdate=yes
rtautoclear=yes
ignoreregexpire=yes
and extensions.conf
[general]
static=yes
writeprotect=no
autofallthrough=yes
//////////////////////////////////////////////////////
[globals]
[mainmenu]
exten => s,1,Answer()
exten =>
s,n,GotoIfTime(09:30-21:00|mon-sun|*|*?day,s,1)
exten =>
s,n,GotoIfTime(21:01-09:31|mon-sun|*|*?n...
2006 Apr 08
0
Re: [asterisk-dev] bug or bad chan_sip.c
...ltexpirey=1000
allow=all
musicclass=default
language=fr
insecure=very
allowguest=yes
rtptimeout=60
rtpholdtimeout=300
useragent=PBX
dtmfmode = rfc2833
checkmwi=20
promiscredir=no
nat=yes
autodomain=no
domain=nxs.yi.org,sip
allowexternalinvites=yes
rtcachefriends=yes
rtupdate=yes
rtautoclear=yes
ignoreregexpire=yes
and extensions.conf
[general]
static=yes
writeprotect=no
autofallthrough=yes
//////////////////////////////////////////////////////
[globals]
[mainmenu]
exten => s,1,Answer()
exten =>
s,n,GotoIfTime(09:30-21:00|mon-sun|*|*?day,s,1)
exten =>
s,n,GotoIfTime(21:01-09:31|mon-sun|*|*?n...
2008 Mar 13
1
sip.conf help, inbound calls fall to last specified context
...registration expires, the friend will
; vanish from the configuration until requested again. If set
; to an integer, friends expire within this number of seconds
; instead of the registration interval.
;ignoreregexpire=yes ; Enabling this setting has two functions:
;
; For non-realtime peers, when their registration expires, the
; information will _not_ be removed from memory or the Asterisk database...
2009 Aug 25
0
DTMF duplicated when Waitexten
...=0.0.0.0
tcpenable=no
tlsenable=no
srvlookup=yes
maxexpiry=3600
minexpiry=60
defaultexpiry=120
qualifyfreq=60
disallow=all
allow=alaw
language=fr
relaxdtmf=no
dtmfmode=rfc2833
videosupport=no
dynamic_exclude_static=yes
canreinvite=no
rtcachefriends=yes
rtsavesysname=yes
rtupdate=yes
rtautoclear=yes
ignoreregexpire=no
[xxxxx]
type=peer
host=xxxxxx.xxxxxxx.com
secret=XxXxXxXxXxX
call-limit=128
defaultuser=00XXXXXXXXXXX
fromuser=00XXXXXXXXXXX
disallow=all
allow=ulaw
nat=yes
context=trunk
qualify=50
insecure=invite
restrictcid=no
dtmfmode=rfc2833
rfc2833compensate=yes
canreinvite=no
---------------
my extensio...
2009 Aug 04
0
SIP server behind NAT
...gt; ;rtcachefriends=yes ; Cache realtime friends by adding them to the internal list
> ;rtupdate=yes ; Send registry updates to database using realtime? (yes|no)
> ;rtautoclear=yes ; Auto-Expire friends created on the fly on the same schedule
> ;ignoreregexpire=yes ; Enabling this setting has two functions:
> ; domain=myasterisk.dom
> ; domain=customer.com,customer-context
> ; autodomain=yes
> ; fromdomain=mydomain.tld ; When making outbound SIP INVITEs to
>
> #include sip-vicidial.conf
>
> ; register SIP account on re...
2013 Feb 17
0
Can Cisco 5XX phones share asterisk phone directory?
...will
> ; vanish from the configuration until
> requested again. If set
> ; to an integer, friends expire within
> this number of seconds
> ; instead of the registration interval.
>
> ignoreregexpire=yes ; Enabling this setting has two functions:
> ;
> ; For non-realtime peers, when their
> registration expires, the
> ; information will _not_ be removed from
> memory or the...