Can someone please help me with this? I'm not able to serctl ping sip:466@iic.com while I am successfully able to do serctl ping sip:x.x.x.x where x.x.x.x is the IP of the SIP phone with extension 466. Can someone tell me what must be the reason? Thank you very much.
-----Original Message----- From: Jiri Kuthan [mailto:jiri@iptel.org] Sent: Tuesday, October 07, 2003 5:17 AM To: Sesha Bhatlapenumarthy; Daniel-Constantin.Mierla@fokus.fraunhofer.de Cc: serusers@lists.iptel.org Subject: RE: [Serusers]serctl
At 11:13 AM 10/7/2003, Jiri Kuthan wrote:
At 10:04 PM 10/6/2003, Sesha Bhatlapenumarthy wrote:
Hi,
I've tried to do a "serctl ping sip:466@iic.com" [466 is a extension to
the
SIP phone]. I get the following error. Can someone please tell me what it is? I'm not able to forward the call to the SIP phone through PBX.
serctl ping sip:466@iic.com
[...]
2(24590) ERROR: udp_send: sendto(sock,0x402f2fc8,359,0,0x402f245c,16): Invalid argument(22) 2(24590) CRITICAL: invalid sendtoparameters one possible reason is the server is bound to localhost and attempts to send to the net
This might be the reason -- you are running ser in debugging mode, which possibly binds only to loopback interface and you can't send out. Try turning debugging mode off.
Sorry -- better advice. Check first at which IP addresses listens with "serctl ps". If there is none which can route to iic.com (like loopback), set listen=IP in your config to a routable address.
-jiri