search for: jrhopper

Displaying 7 results from an estimated 7 matches for "jrhopper".

Did you mean: hopper
2003 Nov 06
2
this is the code that breaks outgoing calls on grandstream
Here is the diff from chan_sip.c 15 days ago and 16 days ago. 15 days ago is the point outgoing calls made via grandstream budgetone stopped working. Any help on why it breaks? Any possible fix? /tmp# diff asterisk/channels/chan_sip.c asterisk.works/channels/chan_sip.c 289d288 < int capability; 3921,3922d3919 < p->capability = user->capability;
2003 Nov 06
1
chan_sip and budgetone
Works fine after I went back to the chan_sip from the asterisk-0.5.0 tarball. Getting closer to figuring out the problem. I'll look at the diffs between the two versions tonight and see if I can't tell where the problem is. Is there a way to checkout a two week old version of the cvs? Jon
2003 Nov 07
0
Possible fix for grandstream outgoing
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
2003 Nov 07
0
fix isn't
It just hoses NAT on incoming (from * to grandstream) calls. Jon
2003 Dec 05
0
Budgetone phones
Of the 4 BT-100's I've had 2 where the ethernet ports failed. And another one which finally one day would just refuse to boot. Warranty replacement took care of all of them. Jonathan Hopper "Todd Wallace" <twallace_list@touchstonetel.com> wrote .. > Anyone ever have the Ethernet port on a Budgetone phone quit working. > For > some reason, it stopped link'ing
2003 Sep 26
2
number detection problem.
Hello, We're using asterisk with a z-plex 10 and a Zap tormentia card at a non-profit home for the aged. Sometimes when we dial out, our numbers are misintepreted with one number being detected twice. For instance 337-4411 becomes 337-7441 7's 4's and 0's seem to be particularly prone to this issue. Any ideas? I've tried turning down rxgain and txgain. A little debugging
2003 Nov 06
0
SIP nat not working with budgetone (long)
I've been looking at how our budgetone's have been failing and have found the following: A quick layout -- Latest CVS as of tonight. Sip phone behind NAT. * server with public IP address. -------from sip.conf for my phone: [1747xxxxxxx] username=xxxxx secret=xxxxx host=dynamic type=friend nat=yes ------- -------from the * log messages Nov 6 01:50:07 DEBUG[4101]: File chan_sip.c,