Displaying 3 results from an estimated 3 matches for "donttell".
Did you mean:
wonttell
2005 Jun 28
2
Trying to get *8 call pickup to work
...s=yes
musiconhold=default
channel => 1-24
# < features.conf sed 's/;.*//g' | grep -v ^$
[general]
parkext => 700
parkpos => 701-720
context => parkedcalls
pickupexten = *8
# < sip.conf sed 's/;.*//g' | grep -v ^$ | grep -v '^[ ]' | sed s/secret=.*/secret=donttell/g
[general]
context=default
callgroup=1
pickupgroup=1
port=5060
bindaddr=0.0.0.0
srvlookup=yes
disallow=all
allow=ulaw
allow=alaw
allow=g723.1
allow=g729
callgroup=1
pickupgroup=1
context=default
nat=no
canreinvite=yes
dtmfmode=rfc2833
incominglimit=4
[1310]
username=1310
secret=donttell
type=frien...
2006 Mar 27
0
iax2_poke_noanswer on IP change. Sometimes permanent.
I have 4 asterisk servers which are "Friends" and each one has an account
for termination. A total of 5 peers each.
Currently, the setup is as follows
========iax.conf=========
[FriendName]
type=friend
context=server_friend
secret=donttell
host=friend.dyndns.com
qualify=750
=====================
In the past i would also use a register => and set host=dynamic, but the
registration would often timeout, sometimes never work between two
particular servers, and didnt help maintain my peers after ip change. So
for simplicity i follow...
2004 Jul 26
1
Cisco IOS and racoon
...UG: isakmp.c:1149:isakmp_parsewoh(): seen
nptype=5(id)
2004-07-26 16:24:03: DEBUG: isakmp.c:1155:isakmp_parsewoh(): invalid
length of payload
My Cisco config is:
<cisco config>
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
group 2
lifetime 10000
crypto isakmp key donttell address 1.1.1.1 no-xauth
!
crypto ipsec security-association lifetime seconds 6000
!
crypto ipsec transform-set MB esp-3des esp-md5-hmac
!
crypto map FreeBSDIPSEC-MAP 1 ipsec-isakmp
description BBE Map
set peer 1.1.1.1
set security-association lifetime seconds 10000
set transform-set MB
set pf...