Using Digium's "Asterisk Developer's Kit (TDM)", I've been trying to make an outside call by copying sample.call to /var/spool/asterisk/outgoing. I want the VoiceMailMain to run when the call is answered. The call is made correctly but, as you probably know, the application starts as soon as the call is made. I see there are two solutions: Using callprogress=yes in zapata.conf -> Nothing happens. No ring is detected, the asnwer is not detected, only the hangup is detected and the call fails. Using "Answer confirmation" by entering "Channel: Zap/1c/XXXXXXX" in sample.call -> The # sign is correctly detected ans the answer is confirmed, but, it appears as if all other # sing used in the call are ignored. For instance, Comedian asks for the mailbox followed by the # sign, but the mailbox number is never acknowledge. Does anyone have a good experience with callprogress? Should I use some other hardware? Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030902/662b372e/attachment.htm
If you're in US try to use callprogress=yes in zapata.conf. The problem with analog channels is that we assume blindly that after the number has been dialed the call is answered. Unless you use some progress detection algorithm that works for you. So try callprogress=yes. regards Martin On Tue, 2 Sep 2003, Frank N. wrote:> Using Digium's "Asterisk Developer's Kit (TDM)", > > I've been trying to make an outside call by copying sample.call to /var/spool/asterisk/outgoing. > I want the VoiceMailMain to run when the call is answered. > > The call is made correctly but, as you probably know, the application starts as soon as the call is made. > I see there are two solutions: > Using callprogress=yes in zapata.conf -> Nothing happens. No ring is detected, the asnwer is not detected, only the hangup is detected and the call fails. > Using "Answer confirmation" by entering "Channel: Zap/1c/XXXXXXX" in sample.call -> The # sign is correctly detected ans the answer is confirmed, but, it appears as if all other # sing used in the call are ignored. For instance, Comedian asks for the mailbox followed by the # sign, but the mailbox number is never acknowledge. > > Does anyone have a good experience with callprogress? Should I use some other hardware? Thank you.
I'm in Canada. I assume this is ok. I did put callprogress=yes in zapata.conf. Several months ago, I had tried it. I had issues then (bad answers, answers not detected, so on), but at least it appeared to work, I had call progress messages showing on the console (ring, etc..). At that moment, I thought I could do some tuning in dsp.c and make work for me. But then the project was put on hold. Now I just restarted working on it, and I have nothing. I know callprogress is activated, but I have no feedback whatsoever, except for the fact that Asterisk never detect the call has being answered. Is call progress more reliable on some other hardware, like Dialogic? Thank you very much for your reply. If you're in US try to use callprogress=yes in zapata.conf. The problem with analog channels is that we assume blindly that after the number has been dialed the call is answered. Unless you use some progress detection algorithm that works for you. So try callprogress=yes. regards Martin On Tue, 2 Sep 2003, Frank N. wrote:> Using Digium's "Asterisk Developer's Kit (TDM)", > > I've been trying to make an outside call by copying sample.call to > /var/spool/asterisk/outgoing. I want the VoiceMailMain to run when the > call is answered. > > The call is made correctly but, as you probably know, the application > starts as soon as the call is made. I see there are two solutions: > Using callprogress=yes in zapata.conf -> Nothing happens. No ring is > detected, the asnwer is not detected, only the hangup is detected and > the call fails. Using "Answer confirmation" by entering "Channel: > Zap/1c/XXXXXXX" in sample.call -> The # sign is correctly detected ans > the answer is confirmed, but, it appears as if all other # sing used > in the call are ignored. For instance, Comedian asks for the mailbox > followed by the # sign, but the mailbox number is never acknowledge. > > Does anyone have a good experience with callprogress? Should I use > some other hardware? Thank you._______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
I'm in Canada. I assume this is ok. I did put callprogress=yes in zapata.conf. Several months ago, I had tried it. I had issues then (bad answers, answers not detected, so on), but at least it appeared to work, I had call progress messages showing on the console (ring, etc..). At that moment, I thought I could do some tuning in dsp.c and make work for me. But then the project was put on hold. Now I just restarted working on it, and I have nothing. I know callprogress is activated, but I have no feedback whatsoever, except for the fact that Asterisk never detect the call has being answered. Is call progress more reliable on some other hardware, like Dialogic? Thank you very much for your reply. If you're in US try to use callprogress=yes in zapata.conf. The problem with analog channels is that we assume blindly that after the number has been dialed the call is answered. Unless you use some progress detection algorithm that works for you. So try callprogress=yes. regards Martin On Tue, 2 Sep 2003, Frank N. wrote:> Using Digium's "Asterisk Developer's Kit (TDM)", > > I've been trying to make an outside call by copying sample.call to > /var/spool/asterisk/outgoing. I want the VoiceMailMain to run when the > call is answered. > > The call is made correctly but, as you probably know, the application > starts as soon as the call is made. I see there are two solutions: > Using callprogress=yes in zapata.conf -> Nothing happens. No ring is > detected, the asnwer is not detected, only the hangup is detected and > the call fails. Using "Answer confirmation" by entering "Channel: > Zap/1c/XXXXXXX" in sample.call -> The # sign is correctly detected ans > the answer is confirmed, but, it appears as if all other # sing used > in the call are ignored. For instance, Comedian asks for the mailbox > followed by the # sign, but the mailbox number is never acknowledge. > > Does anyone have a good experience with callprogress? Should I use > some other hardware? Thank you._______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users