Hello, I am trying to make a call from our PABX to Asterisk on PRI interface. How can i configure Asterisk to enter the overlap receiving state if the complete number is not obtained in setup message. Looking forward to any help in this regard Regards Nauman Bin Ali __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050309/79c4f9c5/attachment.htm
On March 9, 2005 07:26 am, n a wrote:> How can i configure Asterisk to enter the overlap receiving state if the > complete number is not obtained in setup message.I take it the overlapdial=yes option isn't doing what you want? Perhaps a more detailed explanation of what you're after would help, including the output of "pri debug span x" with the relevant bits exposed. -A.
Hello Well i think that overlapdial=yes would be required if i am trying to dial from the asterisk side, whereas in my case i am trying to do the opposite. I think that asterisk would enter the overlap receiving if i send it a setup request with either no called number or incomplete called number. When i do this the asterisk unlike sending me a setup acknowledge message (as Euro ISDN says) it sends me a connect message and then hangs up saying that its an invalid extension :( Any Ideas ??? hope i am not posting on the wrong forum cause it says *-user not coders :) Regards Nauman Bin Ali On March 9, 2005 07:26 am, n a wrote:> How can i configure Asterisk to enter the overlap receiving state if the> complete number is not obtained in setup message.I take it the overlapdial=yes option isn't doing what you want?Perhaps a more detailed explanation of what you're after would help, including the output of "pri debug span x" with the relevant bits exposed.-A. n a <hnbam20@yahoo.com> wrote: Hello, I am trying to make a call from our PABX to Asterisk on PRI interface. How can i configure Asterisk to enter the overlap receiving state if the complete number is not obtained in setup message. Looking forward to any help in this regard Regards Nauman Bin Ali __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------- Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. Learn more. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050310/e88b1348/attachment.htm
Hello, Thank you guys it works with setting overlapdial=yes,immediate=no . Regards Nauman Bin Ali Peter Svensson <psvasterisk@psv.nu> wrote: On Fri, 11 Mar 2005, Joe Antkowiak wrote:> > Hello > > > > Well i think that overlapdial=yes would be required if i am trying to dial > > from the asterisk side, whereas in my case i am trying to do the opposite. > > I think that asterisk would enter the overlap receiving if i send it a setup > > request with either no called number or incomplete called number. When i do > > this the asterisk unlike sending me a setup acknowledge message (as Euro > > ISDN says) it sends me a connect message and then hangs up saying that its > > an invalid extension :(The "overlapdial" setting enables both incoming and outgoing ovarlap reception/sending. You need it enabled on all interfaces where you want to handle overlap digits. You can safely enable it, since Asterisk handles the Sending Complete message from e.g. the pstn. If you want to assemble the digits using the dialplan (unless you know otherwise you do) then you need to set immediate=no. This instructs asterisk to build an extension until a match is made in the dialplan. The Dial application also understands overlap dialing and will pass on overlap digits that are received after dial is called and pass them to the outgoing call leg. 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 --------------------------------- Do you Yahoo!? Yahoo! Sports - Sign up for Fantasy Baseball. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050313/5b6ae8a1/attachment.htm