How can I know if a phone is on a particular sip server if I have more than one server via a script ?
Thanks
We are in the process of deploying a new SIP server on Solaris in order to start running some SIP phones tests.
AS being no so familiar with the application entirely I would appreciate a small guidance fro you experienced people of what is more needed besides downloading a SIP express router and install it.
I would like to add few SIP phones and test call local and external.
Your help is greatly appreciated.
Regards
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of l.gaillard01@free.fr Sent: Thursday, July 22, 2004 4:17 PM To: serusers@lists.iptel.org Subject: [Serusers] Is a terminal present?
How can I know if a phone is on a particular sip server if I have more than one server via a script ?
Thanks
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Please __do not reply__ to a message when you write about something else. Send a new message, with some suggestive subject, so that is easy to follow discussions by mail thread.
Daniel
On 7/22/2004 3:23 PM, michael tenn wrote:
We are in the process of deploying a new SIP server on Solaris in order to start running some SIP phones tests.
AS being no so familiar with the application entirely I would appreciate a small guidance fro you experienced people of what is more needed besides downloading a SIP express router and install it.
I would like to add few SIP phones and test call local and external.
Your help is greatly appreciated.
Regards
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of l.gaillard01@free.fr Sent: Thursday, July 22, 2004 4:17 PM To: serusers@lists.iptel.org Subject: [Serusers] Is a terminal present?
How can I know if a phone is on a particular sip server if I have more than one server via a script ?
Thanks
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I'll change a little bit my question, how can I get the ip address for the next hop? I have a module which needs the ip of the target. But on INVITE, ..., the ip dest is the address of the SER server and not of the phone. So, if there's a way to do that and you know it, answer me. Thanks
Laurent
Selon l.gaillard01@free.fr:
How can I know if a phone is on a particular sip server if I have more than one server via a script ?
Thanks
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
You can use "serctl ul show user@domain" to see the location of the user. If you get no location address, then the user is registered somewhere else or not at all. If you run multiple ser instances of ser on same host, make sure you use for each different fifo files and adequate tunned serctl.
Daniel
On 7/22/2004 3:16 PM, l.gaillard01@free.fr wrote:
How can I know if a phone is on a particular sip server if I have more than one server via a script ?
Thanks
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Yes, but I need to do it in a module (programming, or argument via the ser.cfg) not by hand for a phone. If you have an idea.
Laurent
Selon Daniel-Constantin Mierla daniel@iptel.org:
You can use "serctl ul show user@domain" to see the location of the user. If you get no location address, then the user is registered somewhere else or not at all. If you run multiple ser instances of ser on same host, make sure you use for each different fifo files and adequate tunned serctl.
Daniel
On 7/22/2004 3:16 PM, l.gaillard01@free.fr wrote:
How can I know if a phone is on a particular sip server if I have more than
one
server via a script ?
Thanks
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Laurent:
On each proxy modify the logic handling register requests such that at the point where you save the location you also use exec_msg to execute some statement that results in that users relevant information being sent to you (or your application). For example you could execute an echo command to display the values of various SER environment variables and email the result to you. Just an example.
-Steve
l.gaillard01@free.fr wrote:
Yes, but I need to do it in a module (programming, or argument via the ser.cfg) not by hand for a phone. If you have an idea.
Laurent
Selon Daniel-Constantin Mierla daniel@iptel.org:
You can use "serctl ul show user@domain" to see the location of the user. If you get no location address, then the user is registered somewhere else or not at all. If you run multiple ser instances of ser on same host, make sure you use for each different fifo files and adequate tunned serctl.
Daniel
On 7/22/2004 3:16 PM, l.gaillard01@free.fr wrote:
How can I know if a phone is on a particular sip server if I have more than
one
server via a script ?
Thanks
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
You can send a REGISTER message to each server in turn and see if there is any Contact header field in 200 OK.
Jan.
On 22-07 15:16, l.gaillard01@free.fr wrote:
How can I know if a phone is on a particular sip server if I have more than one server via a script ?
Thanks
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers