sipwitch-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sipwitch-devel] How to make presence to work ?


From: Anton
Subject: [Sipwitch-devel] How to make presence to work ?
Date: Fri, 27 Jan 2012 09:45:13 +0700

I test sipwitch by linphone and I can not get presence to work. When two 
linphones work directly or through freeswitch
then I see user status (Online, Offline, Busy .. etc). But when I connect my 
linphones to sipwitch then user status
always Offline.

How can I make presence to work ?

And a two questions more:

1. Where can I find description of all available config options ?  I suspect 
than example config contains not all of
them.  Also I would like to see more examples with comments.

2. Is it right when I write in <access> network 0.0.0.0/0 ? Seems it does not 
work - can not dial from any IP but can
from more specific (see below). And can register from any and can send text 
messages from any IP.

Here is my sipwitch.conf:

<provision>
<user id="240">
        <secret>pass1</secret>
        <extension>240</extension>
        <display>240</display>
</user>
<user id="user2">
        <secret>pass2</secret>
        <extension>242</extension>
        <display>user2</display>
</user>
<user id="andrey">
        <secret>pass3</secret>
        <extension>565</extension>
        <display>user3</display>
</user>
<user id="user4">
        <secret>pass4</secret>
        <display>user4</display>
</user>
<user id="user5">
        <secret>pass5</secret>
        <extension>250</extension>
        <display>user5</display>
</user>
</provision>

<access>
        <local1>192.168.0.0/24</local1>
        <local2>172.16.0.0/24</local2>
        <world>0.0.0.0/0</world>
</access>

<stack>
        <localnames>my-domain.local</localnames>
        <mapped>200</mapped>
        <threading>2</threading>
        <interface>*</interface>
        <dumping>false</dumping>
        <system>system</system>
        <anon>anonymous</anon>
</stack>
<timers>
        <ring>4</ring>
        <cfna>4</cfna>
        <reset>6</reset>
</timers>
<registry>
        <prefix>200</prefix>
        <range>100</range>
        <keysize>77</keysize>
        <mapped>200</mapped>
        <realm>my-domain.local</realm>
</registry>
<routing>
</routing>
</sipwitch>


-- 
Anton [WARM-RIPE]
Stack ltd division head
tel. 8 (3822) 555-797


reply via email to

[Prev in Thread] Current Thread [Next in Thread]