I'm seeing the following errors in syslog when I place a call to one particular URI in my system. There are 5 devices registered to receive calls for this URI. Is this a problem? Is there a limit to how many telephone sets can have the same number appearance?
Jan 3 12:15:44 sip /usr/sbin/ser[9845]: lookup(): Error while appending a branch Jan 3 12:15:44 sip /usr/sbin/ser[9845]: USRLOC DB lookup not found... Jan 3 12:15:52 sip /usr/sbin/ser[9846]: ERROR: append_branch: max nr of branches exceeded
There is a maximum number of branches as a compile-time option. The option, MAX_BRANCHES, is set in config.h by default to 4. If you wish it higher, you need to change it and compile ser newly from sources.
-Jiri
On Sat, 4 Jan 2003, Daryl Jones wrote:
I'm seeing the following errors in syslog when I place a call to one particular URI in my system. There are 5 devices registered to receive calls for this URI. Is this a problem? Is there a limit to how many telephone sets can have the same number appearance?
Jan 3 12:15:44 sip /usr/sbin/ser[9845]: lookup(): Error while appending a branch Jan 3 12:15:44 sip /usr/sbin/ser[9845]: USRLOC DB lookup not found... Jan 3 12:15:52 sip /usr/sbin/ser[9846]: ERROR: append_branch: max nr of branches exceeded
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers