[Asterisk-Users] Attempting native bridge

Dave Van Abel dave at vanabel.com
Mon Jan 17 13:34:15 MST 2005


ERROR CONDITION
---------------
-- Executing Dial("SIP/2001-f6c4", "SIP/2000|20") in new stack
    -- Called 2000
    -- SIP/2000-0ead is ringing
    -- SIP/2000-0ead answered SIP/2001-f6c4
    -- Attempting native bridge of SIP/2001-f6c4 and SIP/2000-0ead

Have searched web and archive w/o good results.

Thks in advance for any help,

Dave

sip.conf
--------
[general]
port = 5060 
bindaddr = 0.0.0.0 
allow=all
context = bogon-calls 
externip = nn.nnn.nnn.nnn	: Behind router, but External static IP
nat=yes

[2000]
type=friend
username=2000
secret=2000
host=dynamic
context=from-sip 
mailbox=2000

[2001]
type=friend
username=2001
secret=2001
host=dynamic
context=from-sip 
mailbox=2001

;Also had some of these included, but don't understand

;nat=yes	; have in [general] as seems to be req'd
;reinvite=no 
;canreinvite=no 
;qualify=1000 
;disallow=all 
;allow=gsm 
;allow=ulaw 
;allow=alaw 

extensions.conf
---------------
[general]

static=yes 
writeprotect=yes

[bogon-calls]

exten => _.,1,Congestion 

[from-sip]
;
; Number 2000 - Dave Laptop #1
;
exten => 2000,1,Dial(SIP/2000,20)
exten => 2000,2,Voicemail(u2000)
exten => 2000,102,Voicemail(b2000)
exten => 2000,103,Hangup
;
; Number 2001 - Dave Laptop #2
;
exten => 2001,1,Dial(SIP/2001,20)
exten => 2001,2,Voicemail(u2001)
exten => 2001,102,Voicemail(b2001)
exten => 2001,103,Hangup





More information about the asterisk-users mailing list