Re: [Asterisk-Dev] Re: [Asterisk-Users] Asterisk does not handle call from a Cisco IAD correctly

2005-12-28 Thread James Sizemore
Tilghman Lesher wrote: On Tuesday 27 December 2005 14:15, James Sizemore wrote: I think I found what is munging up the peer lookup: This call from another Asterisk box starts: -- SIP read from 192.168.69.254:5060: The peer lookup that fail reads: -- SIP read from 192.168.7.250:52141

Re: [Asterisk-Dev] INFO and Duration=250

2005-10-17 Thread James Sizemore
Doubling the value to 500 did not seem to effect the length of the tone played at allhm. Back to the drawing board for me. Anyone know what this value is supposed to effect? James Sizemore wrote: I did a bit of searching around and found this class in chan_sip.c: I am going to test

[Asterisk-Dev] INFO and Duration=250

2005-10-16 Thread James Sizemore
I have a gateway using a Digium card to convert a PRI call to a sip call then I transport the sip call to a Cisco IAD where it is converted back to a PRI. This all works well except DTMF is sent with a duration of .25sec. PRI specs says this should be .25sec to .5sec so this is with in spec,

Re: [Asterisk-Dev] INFO and Duration=250

2005-10-16 Thread James Sizemore
(req, Content-Length, clen); add_line(req, tmp); return 0; } == James Sizemore wrote: I have a gateway using a Digium card to convert a PRI call to a sip call then I transport the sip call to a Cisco IAD where it is converted back to a PRI. This all works well

Re: [Asterisk-Dev] Ring requested on channel already in use

2005-09-08 Thread James Sizemore
If I had to guess you also log cdr's to a database and your database server is slow for some reason, Asterisk will not hang up a call till the database query finished, the telco will only wait so long for an acknowledgment from a hang up and disconnects it's end and tried to use the same

[Asterisk-Dev] Re: [Asterisk-cvs] asterisk/channels chan_zap.c,1.154,1.155

2003-12-18 Thread James Sizemore
A clean checkout of CVS asterisk and zaptel are now failing to build: gcc -c -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\CVS-12/18/03-04:09:32\

Re: [Asterisk-Dev] Re: [Asterisk-cvs] asterisk/appsapp_queue.c,1.39,1.40

2003-12-18 Thread James Sizemore
I'm assuming you did something similar to this: if (!join_queue(queuename, qe)) { /* Start music on hold */ if (strcmp(qe.moh,RING)) { ast_indicate(chan, AST_CONTROL_RINGING); } else ast_moh_start(chan,

Re: [Asterisk-Dev] Re: Asterisk and RADIUS

2003-10-26 Thread James Sizemore
I would love a copy. RAD Development wrote: We have developed a RADIUS acc module for Asterisk. If someone is interested, just drop a mail. cheers _ Help STOP SPAM with the new MSN 8 and get 2 months FREE*

Re: [Asterisk-Dev] clearing 'stuck' channels

2003-08-29 Thread James Sizemore
Have you made a bug report on this? What is the number? John Todd wrote: Did you find any solutions to this? I've recently discovered the same problem with my server here. I had 499 sip show channels entries, and then Asterisk refused to start up any new sessions due to Too many files