Hello, We have a DID partner sending traffic to Asterisk via SIP, but we are not hearing ringtones. When we call the same extension via SIP, we can hear that's it"s ringing (virtually).. Is is something related with call-progress not recognized by DID provider ? Thanks, ________________________ a b d o u l aba at gcomnetworks.com SIP: (131) 229-1002 at sip.freeipcall.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041222/ad61645a/attachment.htm
abdoul
2005-Jan-04 08:07 UTC
[Asterisk-Users] call from PSTN, not hearing SIP: 180/RINGING ( was call from DID, not hearing RINGTONEs )
Answer found : Answer first, Ring, Wait, then ... exten => s,1,Answer exten => s,2,Ringing exten => s,3,Wait(x) exten => s,4,... At 14:35 22/12/2004 +0000, you wrote:>Hello, > >We have a DID partner sending traffic to Asterisk via SIP, but we are not >hearing ringtones. When we call the same extension via SIP, we can hear >that's it"s ringing (virtually).. > >Is is something related with call-progress not recognized by DID provider ?________________________ a b d o u l aba at gcomnetworks.com SIP: (131) 229-1002 at sip.freeipcall.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050104/e8dd151b/attachment.htm
Peter Svensson
2005-Jan-04 08:42 UTC
[Asterisk-Users] call from PSTN, not hearing SIP: 180/RINGING ( was call from DID, not hearing RINGTONEs )
On Tue, 4 Jan 2005, abdoul wrote:> Answer found : > > Answer first, Ring, Wait, then ... > > exten => s,1,Answer > exten => s,2,Ringing > exten => s,3,Wait(x) > exten => s,4,...That will cause all callers to you to have to pay even if the call is not answered. Not very nice. You may need to play with the "progressinband" setting and/or adding "r" when dialing a local extension. Peter
Oswaldo Arratia
2005-Jan-04 08:59 UTC
[Asterisk-Users] call from PSTN, not hearing SIP: 180/RINGING( was call from DID, not hearing RINGTONEs )
What type of equipment does your DID provider have? I had the same problem with Cisco and solved it by adding progress_ind setup enable 3 on the voip peer. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Peter Svensson Sent: Tuesday, January 04, 2005 10:43 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] call from PSTN, not hearing SIP: 180/RINGING( was call from DID, not hearing RINGTONEs ) On Tue, 4 Jan 2005, abdoul wrote:> Answer found : > > Answer first, Ring, Wait, then ... > > exten => s,1,Answer > exten => s,2,Ringing > exten => s,3,Wait(x) > exten => s,4,...That will cause all callers to you to have to pay even if the call is not answered. Not very nice. You may need to play with the "progressinband" setting and/or adding "r" when dialing a local extension. Peter _______________________________________________ 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