[HELP]:
Guys,
I’m after patch to the chan_sip.c for the problem experienced with grandstream GXP2000 not showing disconnected handsets on Asterisk 1.4.40. I believe this is an issue with the Grandstreams however, the patch to chan_sip.c will fix my current issues since we only use GXP2000’s through out. Here’s what I have researched from other posts and require a simple patch to resolve my issues.
[code}
— chan_sip.c.orig 2007-03-18 20:37:06.000000000 +0000
+++ chan_sip.c 2007-03-23 15:12:40.946029746 +0000
@@ -6890,7 +6890,7 @@
pidfnote = “On the phone”;
break;
case AST_EXTENSION_UNAVAILABLE:
- statestring = “terminated”;
- statestring = “confirmed”;
local_state = NOTIFY_CLOSED;
pidfstate = “away”;
pidfnote = “Unavailable”;
[/code]
Is there anyone out there whom is willing to help me out in providing the a patched chan_sip.so file?
It would be greatly appreciated. I miss my red lights.
Rob