Hi,

I have this simple configuration wich is used with CallWeaver svn5342:

# cat /etc/callweaver/sip.conf

[general]
context=default
nat=yes
bindport=5060
bindaddr=0.0.0.0
disallow=all
allow=alaw
t38udptlsupport=yes
videosupport=yes
canreinvite=no
dtmfmode=rfc2833
[101]
type=friend
host=dynamic
username=101
secret=101
context=office
subscribecontext=subscribe
[102]
type=friend
host=dynamic
username=102
secret=102
context=office
subscribecontext=subscribe
[103]
type=friend
host=dynamic
username=103
secret=103
context=office
subscribecontext=subscribe

# cat /etc/callweaver/extensions.conf

[general]
static=yes
writeprotect=yes
[default]
[local]
exten   => _1XX,1,Dial(SIP/${EXTEN})
[office]
include => local
[subscribe]
exten = 101,hint,SIP/101
exten = 102,hint,SIP/102
exten = 103,hint,SIP/103

All extensions are used by Ekiga 3.0.2. Every Ekiga instance is
configured to see another instance presents via contact list, so every
Ekiga sends SUBSCRIBE request and receives NOTIFY request with another
instances presence information. But after calling from 103 to 102
instance 101 can't get NOTIFY request about 103 and 102 busy status.

Why can it be? Maybe something wrong in my configuration?

--
Regards,
Eugene Prokopiev
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to