Hi all, I use RPM packet for redhat linux 7.3. My system is redhat linux 7.3. Kernel is 2.4.20-24.7. Now SER usually works fine but seldom it down about 1 time per week. I can't find why I down. How can I find it in a simple way.
Now I use a gateway to connect to PSTN. When traffic is up, I need to add more gateway. Now I use forward function to transfer those calls to PSTN to gateway if it find the call is call to PSTN. If there are more than one gateway, How can I balance calls to those gateway.
Regards, Wangji
__________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
Hello,
On 1/14/2004 10:44 PM, jimmy way wrote:
Hi all, I use RPM packet for redhat linux 7.3. My system is redhat linux 7.3. Kernel is 2.4.20-24.7. Now SER usually works fine but seldom it down about 1 time per week. I can't find why I down. How can I find it in a simple way.
look into /var/log/messages -- there should be some error messages just before SER crashed (look for lines including the word 'ser'). Copy&Paste them in an email to us.
.Daniel
Now I use a gateway to connect to PSTN. When traffic is up, I need to add more gateway. Now I use forward function to transfer those calls to PSTN to gateway if it find the call is call to PSTN. If there are more than one gateway, How can I balance calls to those gateway.
Regards, Wangji
Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Daniel, I had seen /var/log/messages, but I find nothing there. I only find some information about SER starting. Would you please tell me how to add more log information to log file.
Thank you.
Regards,
Wangji
--- Daniel-Constantin Mierla Daniel-Constantin.Mierla@fokus.fraunhofer.de wrote:
Hello,
On 1/14/2004 10:44 PM, jimmy way wrote:
Hi all, I use RPM packet for redhat linux 7.3. My system
is
redhat linux 7.3. Kernel is 2.4.20-24.7. Now SER usually works fine but seldom it down
about
1 time per week. I can't find why I down. How can I find it in a simple way.
look into /var/log/messages -- there should be some error messages just before SER crashed (look for lines including the word 'ser'). Copy&Paste them in an email to us.
.Daniel
Now I use a gateway to connect to PSTN. When
traffic
is up, I need to add more gateway. Now I use
forward
function to transfer those calls to PSTN to gateway
if
it find the call is call to PSTN. If there are more than one gateway, How can I balance calls to those gateway.
Regards, Wangji
Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus"
Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
__________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
Hello, you can try to set debug=7 and log_stderror=yes into your config file and run ser from console redirecting stderr to a file.
ser -f /path/to/config/file 2>serlog.txt
the file may grow very quickly if you have huge traffic since all debug messages are printed there -- try to decrease debug level.
Also, are there other ser log messages in /var/log/messages than those about ser starting?
.Daniel
On 1/15/2004 3:49 PM, jimmy way wrote:
Hi Daniel, I had seen /var/log/messages, but I find nothing there. I only find some information about SER starting. Would you please tell me how to add more log information to log file.
Thank you.
Regards,
Wangji
--- Daniel-Constantin Mierla Daniel-Constantin.Mierla@fokus.fraunhofer.de wrote:
Hello,
On 1/14/2004 10:44 PM, jimmy way wrote:
Hi all, I use RPM packet for redhat linux 7.3. My system
is
redhat linux 7.3. Kernel is 2.4.20-24.7. Now SER usually works fine but seldom it down
about
1 time per week. I can't find why I down. How can I find it in a simple way.
look into /var/log/messages -- there should be some error messages just before SER crashed (look for lines including the word 'ser'). Copy&Paste them in an email to us.
.Daniel
Now I use a gateway to connect to PSTN. When
traffic
is up, I need to add more gateway. Now I use
forward
function to transfer those calls to PSTN to gateway
if
it find the call is call to PSTN. If there are more than one gateway, How can I balance calls to those gateway.
Regards, Wangji
Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus"
Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Dianel, In you config file, I set debug level and log as: debug=8 # debug level (cmd line: -dddddddddd) fork=yes log_stderror=yes I use /etc/init.d/ser to start SER server. I can see nothing about SER server information expect when SER startup. Is it the point why I can see nothing when SER crash?
My system have about 70 G space avialable. But I make a mistake that I install almost all thing in a file system (/). I am afraid if the file system full, then my system must crash
Wangji 2004.1.17
--- Daniel-Constantin Mierla Daniel-Constantin.Mierla@fokus.fraunhofer.de wrote:
Hello, you can try to set debug=7 and log_stderror=yes into your config file and run ser from console redirecting stderr to a file.
ser -f /path/to/config/file 2>serlog.txt
the file may grow very quickly if you have huge traffic since all debug messages are printed there -- try to decrease debug level.
Also, are there other ser log messages in /var/log/messages than those about ser starting?
.Daniel
On 1/15/2004 3:49 PM, jimmy way wrote:
Hi Daniel, I had seen /var/log/messages, but I find nothing there. I only find some information about SER starting. Would you please tell me how to add more
log
information to log file.
Thank you.
Regards,
Wangji
--- Daniel-Constantin Mierla Daniel-Constantin.Mierla@fokus.fraunhofer.de
wrote:
Hello,
On 1/14/2004 10:44 PM, jimmy way wrote:
Hi all, I use RPM packet for redhat linux 7.3. My system
is
redhat linux 7.3. Kernel is 2.4.20-24.7. Now SER usually works fine but seldom it down
about
1 time per week. I can't find why I down. How can
I
find it in a simple way.
look into /var/log/messages -- there should be
some
error messages just before SER crashed (look for lines including the word 'ser'). Copy&Paste them in an email to us.
.Daniel
Now I use a gateway to connect to PSTN. When
traffic
is up, I need to add more gateway. Now I use
forward
function to transfer those calls to PSTN to
gateway
if
it find the call is call to PSTN. If there are
more
than one gateway, How can I balance calls to
those
gateway.
Regards, Wangji
Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus"
Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus"
Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
__________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
Hi Daniel, I had seen /var/log/messages, but I find nothing about crash info there. I only find some information about SER starting. Would you please tell me how to add more log information to log file.
Thank you.
Regards,
Wangji
--- Daniel-Constantin Mierla Daniel-Constantin.Mierla@fokus.fraunhofer.de wrote:
Hello,
On 1/14/2004 10:44 PM, jimmy way wrote:
Hi all, I use RPM packet for redhat linux 7.3. My system
is
redhat linux 7.3. Kernel is 2.4.20-24.7. Now SER usually works fine but seldom it down
about
1 time per week. I can't find why I down. How can I find it in a simple way.
look into /var/log/messages -- there should be some error messages just before SER crashed (look for lines including the word 'ser'). Copy&Paste them in an email to us.
.Daniel
Now I use a gateway to connect to PSTN. When
traffic
is up, I need to add more gateway. Now I use
forward
function to transfer those calls to PSTN to gateway
if
it find the call is call to PSTN. If there are more than one gateway, How can I balance calls to those gateway.
Regards, Wangji
Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus"
Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
__________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus