When I place a call using Iconnecthere as my sip provider, I hear no ringback when making a call. Does anyone else have this problem or offer any suggestions? Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031003/b048f72f/attachment.htm
Try the 'r' option in your Dial command. exten => 1234,1,Dial,SIP/someone@outthere.com||r For further options, try "show application dial" from the CLI. -wade -----Original Message----- From: Kevin [mailto:Asterisk@gtcus.com] Sent: Friday, October 03, 2003 11:28 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] No Ringback on Iconnect When I place a call using Iconnecthere as my sip provider, I hear no ringback when making a call. Does anyone else have this problem or offer any suggestions? Thanks, Kevin
When I place a call using Iconnecthere or Nikotel as my sip provider, I hear no ringback when making a call. I do see call progress in the console. Does anyone else have this problem or offer any suggestions? Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031003/e2ce3113/attachment.htm
When I place a call using Iconnecthere or Nikotel as my sip provider, I hear no call progress such as ringback when making a call. If I program the SIP phone to directly access iconnect or nikotel I do hear ringing when the outbound call is placed. Does anyone else have this problem or offer any suggestions? Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031005/98a08fd0/attachment.htm
When I place a call using Iconnecthere or Nikotel as my sip provider, I hear no call progress such as ringback when making a call. If I program the SIP phone to directly access iconnect or nikotel I do hear ringing when the outbound call is placed. Does anyone else have this problem or offer any suggestions? Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031005/475b9cf8/attachment.htm
What is the Exten => ..Dial(. Line from your extensions.conf? -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Kevin Sent: Sunday, October 05, 2003 7:23 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] No Ringback on Iconnect When I place a call using Iconnecthere or Nikotel as my sip provider, I hear no call progress such as ringback when making a call. If I program the SIP phone to directly access iconnect or nikotel I do hear ringing when the outbound call is placed. Does anyone else have this problem or offer any suggestions? Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031005/b94f9ad5/attachment.htm
I have tried both of these: exten => _1XXXXXXXXXX,1,Dial,SIP/BYEXTENSION@iconnect exten => _1XXXXXXXXXX,1,Dial,SIP/BYEXTENSION@nikotel||r -----Original Message----- From: Andrew Joakimsen [mailto:andrew@envisionstudio.net] Sent: Sunday, October 05, 2003 7:56 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] No Ringback on Iconnect What is the Exten => ..Dial(. Line from your extensions.conf? -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Kevin Sent: Sunday, October 05, 2003 7:23 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] No Ringback on Iconnect When I place a call using Iconnecthere or Nikotel as my sip provider, I hear no call progress such as ringback when making a call. If I program the SIP phone to directly access iconnect or nikotel I do hear ringing when the outbound call is placed. Does anyone else have this problem or offer any suggestions? Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031005/d47bf2e8/attachment.htm
Try exten => _1NXXNXXXXXX,1,Dial(SIP/BYEXTENSION@iconnect,90,r) or exten => _1NXXNXXXXXX,1,Dial(SIP/BYEXTENSION@nikotel,90,r) It should work. -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Kevin Sent: Sunday, October 05, 2003 9:04 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] No Ringback on Iconnect I have tried both of these: exten => _1XXXXXXXXXX,1,Dial,SIP/BYEXTENSION@iconnect exten => _1XXXXXXXXXX,1,Dial,SIP/BYEXTENSION@nikotel||r -----Original Message----- From: Andrew Joakimsen [mailto:andrew@envisionstudio.net] Sent: Sunday, October 05, 2003 7:56 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] No Ringback on Iconnect What is the Exten => ..Dial(. Line from your extensions.conf? -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Kevin Sent: Sunday, October 05, 2003 7:23 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] No Ringback on Iconnect When I place a call using Iconnecthere or Nikotel as my sip provider, I hear no call progress such as ringback when making a call. If I program the SIP phone to directly access iconnect or nikotel I do hear ringing when the outbound call is placed. Does anyone else have this problem or offer any suggestions? Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031005/0aa64007/attachment.htm
Changed my conf file to: exten => _1XXXXXXXXXX,1,Dial,SIP/BYEXTENSION@nikotel,90,r still no ringback. -----Original Message----- From: Andrew Joakimsen [mailto:andrew@envisionstudio.net] Sent: Sunday, October 05, 2003 9:20 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] No Ringback on Iconnect Try exten => _1NXXNXXXXXX,1,Dial(SIP/BYEXTENSION@iconnect,90,r) or exten => _1NXXNXXXXXX,1,Dial(SIP/BYEXTENSION@nikotel,90,r) It should work. -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Kevin Sent: Sunday, October 05, 2003 9:04 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] No Ringback on Iconnect I have tried both of these: exten => _1XXXXXXXXXX,1,Dial,SIP/BYEXTENSION@iconnect exten => _1XXXXXXXXXX,1,Dial,SIP/BYEXTENSION@nikotel||r -----Original Message----- From: Andrew Joakimsen [mailto:andrew@envisionstudio.net] Sent: Sunday, October 05, 2003 7:56 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] No Ringback on Iconnect What is the Exten => ..Dial(. Line from your extensions.conf? -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Kevin Sent: Sunday, October 05, 2003 7:23 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] No Ringback on Iconnect When I place a call using Iconnecthere or Nikotel as my sip provider, I hear no call progress such as ringback when making a call. If I program the SIP phone to directly access iconnect or nikotel I do hear ringing when the outbound call is placed. Does anyone else have this problem or offer any suggestions? Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031005/67844f59/attachment.htm
Then remove the ,r and see if it works. Have you setup your indications.conf? Do you get any messages from asterisk CLI? What device are you using? -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Kevin Sent: Sunday, October 05, 2003 11:01 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] No Ringback on Iconnect Changed my conf file to: exten => _1XXXXXXXXXX,1,Dial,SIP/BYEXTENSION@nikotel,90,r still no ringback. -----Original Message----- From: Andrew Joakimsen [mailto:andrew@envisionstudio.net] Sent: Sunday, October 05, 2003 9:20 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] No Ringback on Iconnect Try exten => _1NXXNXXXXXX,1,Dial(SIP/BYEXTENSION@iconnect,90,r) or exten => _1NXXNXXXXXX,1,Dial(SIP/BYEXTENSION@nikotel,90,r) It should work. -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Kevin Sent: Sunday, October 05, 2003 9:04 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] No Ringback on Iconnect I have tried both of these: exten => _1XXXXXXXXXX,1,Dial,SIP/BYEXTENSION@iconnect exten => _1XXXXXXXXXX,1,Dial,SIP/BYEXTENSION@nikotel||r -----Original Message----- From: Andrew Joakimsen [mailto:andrew@envisionstudio.net] Sent: Sunday, October 05, 2003 7:56 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] No Ringback on Iconnect What is the Exten => ..Dial(. Line from your extensions.conf? -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Kevin Sent: Sunday, October 05, 2003 7:23 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] No Ringback on Iconnect When I place a call using Iconnecthere or Nikotel as my sip provider, I hear no call progress such as ringback when making a call. If I program the SIP phone to directly access iconnect or nikotel I do hear ringing when the outbound call is placed. Does anyone else have this problem or offer any suggestions? Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031005/87a7b316/attachment.htm