[Asterisk-Users] Possible fix for grandstream outgoing

jrhopper at pasty.com jrhopper at pasty.com
Fri Nov 7 00:24:41 MST 2003


The latest chan_sip.c works for my budgetones with the following lines removed. YMMV. I haven't bothered to dig in and see what those lines actually do. Did soneone just get wacky with cut and paste from the peer while loop? Or am I breaking something else. 

Jon

--- chan_sip.c.broken  Fri Nov  7 02:17:47 2003
+++ chan_sip.c  Fri Nov  7 02:16:23 2003
@@ -3928,8 +3928,8 @@ static int check_user(struct sip_pvt *p,
                                p->callgroup = user->callgroup;
                                p->pickupgroup = user->pickupgroup;
                                p->restrictcid = user->restrictcid;
-                               p->capability = user->capability;
-                               p->jointcapability = user->capability;
+                               /*p->capability = user->capability;
+                               p->jointcapability = user->capability;*/
                                if (user->dtmfmode) {




More information about the asterisk-users mailing list