Displaying 4 results from an estimated 4 matches for "sip_password".
2013 Sep 18
2
sipgate outgoing calls
...is my sip.conf file
[general]
port = 5060
bindaddr = 0.0.0.0
context=default
qualify=no
disallow=all
allow=alaw
allow=ulaw
allow=g729
allow=gsm
allow=slinear
srvlookup=yes
videosupport=yes
alwaysauthreject=yes
register => SIP-ID:SIP-Password at sipgate.co.uk/SIP-ID
[sipgate]
type=peer
secret=SIP_PASSWORD
insecure=invite
username=SIP-ID
defaultuser=SIP-ID
fromuser=SIP-ID
context=sipgate_in
fromdomain=sipgate.co.uk
host=sipgate.co.uk
outboundproxy=proxy.live.sipgate.co.uk
qualify=yes
disallow=all
allow=alaw
dtmfmode=rfc2833
SIP-ID:SIP-Password
obviously, i replace these with my login details
but,...
2009 Oct 18
1
Call from 'sip-id' to extension 'sip-id' rejected because extension not found ?
I'm trying to setup sipgate on 1.6.1. Following the instructions on the
site: http://www.sipgate.com/faq/article/394/How_do_I_configure_Asterisk,
I created [sipgate] in sip.conf and a [sipgate-in] in extensions.conf:
[sipgate]
type=friend
secret= ;;SIP_PASSWORD
insecure=port,invite
defaultuser= ;; SIP-ID
fromuser= ;;SIP-ID
context=sipgate_in
fromdomain=sipgate.com
host=sipgate.com
outboundproxy=proxy.live.sipgate.com
qualify=yes
disallow=all
allow=ulaw
dtmfmode=rfc2833
nat=yes
canreinvite=no
which seems to take:
sip show user sipgate
asterisk*CLI>...
2009 Nov 22
1
transferring SIP call: no voice
...quot;"yyyyyyyyyyyyy" <xxxxxxxxxxxxx>") in new stack
-- Executing [s at incoming:3] Dial("SIP/nhi-riverside-sip-00000009",
"DAHDI/g0,60") in new stack
-- Called g0
-- DAHDI/1-1 is ringing
Asterisk A sip.conf:
[sipgate]
type=friend
secret= ;;SIP_PASSWORD
insecure=port,invite
defaultuser= ;; SIP-ID
fromuser= ;;SIP-ID
context=sipgate-test
fromdomain=sipgate.com
host=sipgate.com
outboundproxy=proxy.live.sipgate.com
qualify=yes
disallow=all
allow=ulaw
dtmfmode=rfc2833
nat=yes
canreinvite=no
Asterisk A extensions.conf:
[sipgate-test]
exten =>...
2005 Jan 27
1
CallerID for incoming SIP calls to Asterisk connected phone
...that for inbound calls, I see the callerid of the
SIP phone initiating the call.
Here are the (hopefully) relevant parts in the config files...
In sip.conf:
-----------
register => 1747xxxxxxx:mypassword@proxy01.sipphone.com/1747xxxxxxx
[sipphone]
context=from-sip-external
type=friend
secret=sip_password
username=1747xxxxxxx
;host=proxy01.sipphone.com
host=198.65.166.131
callerid="My Name <1747xxxxxxx>:
qualify=no
reinvite=no
canreinvite=no
insecure=very
[20]
context=from-sip-internal
type=friend
callerid=20
username=20
mailbox=20
secret=xxxx
host=dynamic
defaultip=192.168.1.51
canreinv...