[Asterisk-Users] Skinny behind NAT?

2004-01-15 Thread David A. Lauer


Can skinny work behind NAT?  I have a Cisco 7910 using SCCP behind NAT
that has one way audio.  The called party cannot hear the calling party
who's using the 7910.

skinny.conf

;
; Skinny Configuration for Asterisk
;
[general]
port = 2000 ; Port to bind to, default tcp/2000
bindaddr = 0.0.0.0  ; Address to bind to
dateFormat = M-D-Y  ; M,D,Y in any order (5 chars max)
keepAlive = 120

; allow = all
disallow = all
;allow=g723.1
allow=g729
allow=ulaw
allow=alaw


; Carlos' 7910 used for testing
[7910]  ; Device name
device=SEP0007EBC7F3DE  ; Offical identifier
nat=1
callerid=TS Test 7910 954-937-8081
;mailbox=2109
callwaiting=1
transfer=1
threewaycalling=1
context=skinny-longdistance
line = 2109


-- 
David A. Lauer
Network Engineer
Tristar Communications

[EMAIL PROTECTED]
954.977.8081 ext. 21



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Skinny behind NAT?

2004-01-14 Thread David A. Lauer

Can skinny work behind NAT?  I have a Cisco 7910 using SCCP behind NAT
that has one way audio.  The called party cannot hear the calling party
who's using the 7910.

skinny.conf

;
; Skinny Configuration for Asterisk
;
[general]
port = 2000 ; Port to bind to, default tcp/2000
bindaddr = 0.0.0.0  ; Address to bind to
dateFormat = M-D-Y  ; M,D,Y in any order (5 chars max)
keepAlive = 120

; allow = all
disallow = all
;allow=g723.1
allow=g729
allow=ulaw
allow=alaw


; Carlos' 7910 used for testing
[7910]  ; Device name
device=SEP0007EBC7F3DE  ; Offical identifier
nat=1
callerid=TS Test 7910 954-937-8081
;mailbox=2109
callwaiting=1
transfer=1
threewaycalling=1
context=skinny-longdistance
line = 2109




-- 
David A. Lauer
Network Engineer
Tristar Communications

[EMAIL PROTECTED]
954.977.8081 ext. 21



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Accountcodes

2003-12-30 Thread David A. Lauer

I'm trying  to  use accountcodes, but experiencing inconsistant 
results.  I have two * servers, one which  appears to be  working  as
expected and one not.  I would  like to prepend the device's accountcode
to the  dialed  number.  The  sip1 server does not seem to have the
${ACCOUNTCODE} variable set when reading the extensions.conf, but sip2
server does.

What troubleshooting or trace information can I review to determine the
cause? 

sip server #1

sip.conf

[2105]
type=friend
username=2105
secret=105
canreinvite=no
host=dynamic
;context=from-sip
mailbox=2105
nat=yes
accountcode=2

extensions.conf

exten = _1NXXNXX,1,Dial(SIP/[EMAIL PROTECTED])

sip server #2

sip.conf

[2108]  
type=friend
username=2108
secret=108
canreinvite=no
host=dynamic
context=from-sip
mailbox=2108
nat=yes
callerid=9549778081
accountcode=12345

extensions.conf

exten = _1NXXNXX,1,Dial(SIP/[EMAIL PROTECTED])


Thanks,

-- 
David A. Lauer
Tristar Communications



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] mysql cdrs

2003-12-27 Thread David A. Lauer


How can I download the asterisk-addons and setup CDR support for mysql?

I reviewed the wiki but did not find instructions on dowloading.  Just a
sample of the cdr_mysql.conf file.

DaL


-- 
David A. Lauer
Network Engineer
Tristar Communications

[EMAIL PROTECTED]
954.977.8081 ext. 21



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users