I have successfully been able to do serctl ping sip:x.x.x.x . I get the
message 200 OK. But I'm not able to call the phone x.x.x.x using the 3 digit
extension. Can someone suggest why this is happening? The phone is a
grandstream SIP phone and I have put the SIP server's IP in it. 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(a)fokus.fraunhofer.de
Cc: serusers(a)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