I had some users complaining that DIAX only rung twice in the call
sequence for incoming calls (ring user 1 20 secs, user 2 20 secs, ...).
When testing, it turned out that with DIAX 0.9.3 I got the expected
result: 
Feb  6 11:24:36     -- Executing Dial("CAPI[contr1/313650768]/0",
"IAX/ha/s|20|rt") in new stack
Feb  6 11:24:36     -- Calling using options
'exten=s;callerid=00621262009;language=en;formats=2;capability=2;version=1;adsicpe=0'
Feb  6 11:24:36     -- Called ha/s
Feb  6 11:24:36     -- Call accepted by 80.61.160.1 (format GSM)
Feb  6 11:24:36     -- Format for call is GSM
Feb  6 11:24:36     -- IAX[ha]/39 is ringing
Feb  6 11:24:41     -- Registered 'ha' (AUTHENTICATED) at
80.61.160.1:11800
Feb  6 11:24:56     -- Registered 'bb' (AUTHENTICATED) at
62.194.134.213:10805
Feb  6 11:24:56     -- Nobody picked up in 20000 ms
Feb  6 11:24:56     -- Hungup 'IAX[ha]/39'
But with DIAX 0.9.6b:
Feb  6 11:24:56     -- Executing Dial("CAPI[contr1/313650768]/0",
"IAX/bb/s|20|rt") in new stack
Feb  6 11:24:56     -- Calling using options
'exten=s;callerid=00621262009;language=en;formats=2;capability=2;version=1;adsicpe=0'
Feb  6 11:24:56     -- Called bb/s
Feb  6 11:24:56     -- Call accepted by 62.194.134.213 (format GSM)
Feb  6 11:24:56     -- Format for call is GSM
Feb  6 11:24:56     -- IAX[bb]/43 is ringing
Feb  6 11:25:06     -- Hungup 'IAX[bb]/43'
Feb  6 11:25:06   == No one is available to answer at this time
In other words, only 10 secs, and it looks like DIAX is actively
rejecting the call... Am I missing something?
-- 
Cees de Groot               http://www.tric.nl     <cg@tric.nl>
tric, the new way           helpdesk/ticketing software, VoIP/CTI, 
                            web applications, custom development
Hi, ----- Original Message ----- From: "Cees de Groot" <cg@tric.nl>> I had some users complaining that DIAX only rung twice in the call > sequence for incoming calls (ring user 1 20 secs, user 2 20 secs, ...). > When testing, it turned out that with DIAX 0.9.3 I got the expected > result: > > Feb 6 11:24:36 -- Executing Dial("CAPI[contr1/313650768]/0", > "IAX/ha/s|20|rt") in new stack > Feb 6 11:24:36 -- Calling using options >'exten=s;callerid=00621262009;language=en;formats=2;capability=2;version=1;a dsicpe=0'> Feb 6 11:24:36 -- Called ha/s > Feb 6 11:24:36 -- Call accepted by 80.61.160.1 (format GSM) > Feb 6 11:24:36 -- Format for call is GSM > Feb 6 11:24:36 -- IAX[ha]/39 is ringing > Feb 6 11:24:41 -- Registered 'ha' (AUTHENTICATED) at > 80.61.160.1:11800 > Feb 6 11:24:56 -- Registered 'bb' (AUTHENTICATED) at > 62.194.134.213:10805 > Feb 6 11:24:56 -- Nobody picked up in 20000 ms > Feb 6 11:24:56 -- Hungup 'IAX[ha]/39' > > But with DIAX 0.9.6b: > > Feb 6 11:24:56 -- Executing Dial("CAPI[contr1/313650768]/0", > "IAX/bb/s|20|rt") in new stack > Feb 6 11:24:56 -- Calling using options >'exten=s;callerid=00621262009;language=en;formats=2;capability=2;version=1;a dsicpe=0'> Feb 6 11:24:56 -- Called bb/s > Feb 6 11:24:56 -- Call accepted by 62.194.134.213 (format GSM) > Feb 6 11:24:56 -- Format for call is GSM > Feb 6 11:24:56 -- IAX[bb]/43 is ringing > Feb 6 11:25:06 -- Hungup 'IAX[bb]/43' > Feb 6 11:25:06 == No one is available to answer at this time > > In other words, only 10 secs, and it looks like DIAX is actively > rejecting the call... Am I missing something? >Do you mean that it works with version 0.9.3, but not with 0.9.6? Have you tried with both IAX(1) and IAX2? Can you use debug mode in 0.9.6 and send me the log? BR, Dan