Gunnar Þ. Gestsson
2004-Nov-02 12:48 UTC
[Asterisk-Users] Tone while ringing another IAX Phone
Hello I have an IAX Phone installed on two Windows machines. When dialling from one to the other the user is not supplied with a dialling tone. I maid Asterisk read a notify to the user but it is followed by a silence for up to 20 seconds. Is there a solution for this ? Following is my extension for the IAX Phones. exten => _45570XX,1,Playback(vm-dialout) exten => _45570XX,2,Dial(IAX2/${EXTEN}, 20) exten => _45570XX,3,Voicemail(u${EXTEN}) exten => _45570XX,4,Hangup exten => _45570XX,103,Voicemail(b${EXTEN}) exten => _45570XX,104,Hangup Regards, Gunnar Gestsson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041102/69f3b560/attachment.htm
Christopher Stephens
2004-Nov-02 12:55 UTC
[Asterisk-Users] Tone while ringing another IAX Phone
Simple, add ,r to your Dial command.>From the wiki:'r: Generate a ringing tone for the calling party, passing no audio from the called channel(s) until one answers. Use with care and don't insert this by default into all your dial statements as you are killing call progress information for the user.' On Tue, 2 Nov 2004 19:48:06 -0000, "Gunnar ?. Gestsson" <gunnar@element.is> said:> Hello > > I have an IAX Phone installed on two Windows machines. When dialling from one to the other the user is not supplied with a dialling tone. I maid Asterisk read a notify to > the user but it is followed by a silence for up to 20 seconds. Is there a solution for this ? > > Following is my extension for the IAX Phones. > > exten => _45570XX,1,Playback(vm-dialout) > exten => _45570XX,2,Dial(IAX2/${EXTEN}, 20) > exten => _45570XX,3,Voicemail(u${EXTEN}) > exten => _45570XX,4,Hangup > exten => _45570XX,103,Voicemail(b${EXTEN}) > exten => _45570XX,104,Hangup > > Regards, > Gunnar Gestsson > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Gunnar Þ. Gestsson
2004-Nov-03 02:23 UTC
[Asterisk-Users] Tone while ringing another IAX Phone
Still does not work. exten => _45570XX,1,Dial(IAX2/${EXTEN}, 20, r) exten => _45570XX,2,Voicemail(u${EXTEN}) exten => _45570XX,3,Hangup exten => _45570XX,102,Voicemail(b${EXTEN}) exten => _45570XX,103,Hangup and I don't hear anything while calling other IAX phone. Regards, Gunnar Gestsson -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Christopher Stephens Sent: 2. n?vember 2004 19:56 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Tone while ringing another IAX Phone Simple, add ,r to your Dial command.>From the wiki:'r: Generate a ringing tone for the calling party, passing no audio from the called channel(s) until one answers. Use with care and don't insert this by default into all your dial statements as you are killing call progress information for the user.' On Tue, 2 Nov 2004 19:48:06 -0000, "Gunnar ?. Gestsson" <gunnar@element.is> said:> Hello > > I have an IAX Phone installed on two Windows machines. When dialling from one to the other the user is not supplied with a dialling tone. I maid Asterisk read a notify to > the user but it is followed by a silence for up to 20 seconds. Is there a solution for this ? > > Following is my extension for the IAX Phones. > > exten => _45570XX,1,Playback(vm-dialout) exten => > _45570XX,2,Dial(IAX2/${EXTEN}, 20) exten => > _45570XX,3,Voicemail(u${EXTEN}) exten => _45570XX,4,Hangup exten => > _45570XX,103,Voicemail(b${EXTEN}) exten => _45570XX,104,Hangup > > Regards, > Gunnar Gestsson > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users