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