Simple Example. sip.conf [101] username=101 type = friend secret = mypassword qualify = yes nat = no...

6
Simple Example

Transcript of Simple Example. sip.conf [101] username=101 type = friend secret = mypassword qualify = yes nat = no...

Page 1: Simple Example. sip.conf [101] username=101 type = friend secret = mypassword qualify = yes nat = no host = dynamic context = internal [102] username=102.

Simple Example

Page 2: Simple Example. sip.conf [101] username=101 type = friend secret = mypassword qualify = yes nat = no host = dynamic context = internal [102] username=102.

sip.conf

[101]

username=101

type = friend

secret = mypassword

qualify = yes

nat = no

host = dynamic

context = internal

[102]

username=102

type = friend

secret = mypassword

qualify = yes

nat = no

host = dynamic

context = internal

extensions.conf

[internal]

exten = > 101,1,Dial(SIP/101)

exten = > 102,1,Dial(SIP/102)

Page 3: Simple Example. sip.conf [101] username=101 type = friend secret = mypassword qualify = yes nat = no host = dynamic context = internal [102] username=102.

Configuring Soft Phone

select

Menu -> System Settings -> Sip

Proxy -> default

Page 4: Simple Example. sip.conf [101] username=101 type = friend secret = mypassword qualify = yes nat = no host = dynamic context = internal [102] username=102.

Configuring Hard Phone

Open a web browser and type the IP

address of IP phone

Click admin login -> Ext1

Page 5: Simple Example. sip.conf [101] username=101 type = friend secret = mypassword qualify = yes nat = no host = dynamic context = internal [102] username=102.
Page 6: Simple Example. sip.conf [101] username=101 type = friend secret = mypassword qualify = yes nat = no host = dynamic context = internal [102] username=102.

sip.conf

[103]

username=101

type = friend

secret = mypassword

qualify = yes

nat = no

host = dynamic

context = internal

iax.conf

[104]

username=102

type = friend

secret = mypassword

qualify = yes

nat = no

host = dynamic

context = internal

extensions.conf

[internal]

exten = > 103,1,Dial(SIP/103)

exten = > 104,1,Dial(IAX2/104)