Re: [asterisk-users] dialplan tips

2009-08-06 Thread harry R
2009/8/6 Alex Samad a...@samad.com.au On Fri, Jul 24, 2009 at 08:28:48AM -0500, Danny Nicholas wrote: Here's how I think your dialplan should look: exten = 101,1,Ringing exten = 101,2,Answer() exten = 101,3,Dial(SIP/quentin,10) exten = 101,n,VoiceMail(1...@default,u) exten =

Re: [asterisk-users] dialplan tips

2009-08-06 Thread Philipp Kempgen
harry R schrieb: But as someone else wrote before, you can do a dialplan like this exten = 101,1,Ringing exten = 101,n,Answer() exten = 101,n,Dial(SIP/quentin,10) exten = 101,n,Goto(101-${DIALSTATUS},1) exten = 101-NOANSWER,1,VoiceMail(1...@default,u) exten =

Re: [asterisk-users] dialplan tips

2009-08-06 Thread harry R
exten = 101,1,Ringing exten = 101,n,Answer() exten = 101,n,Dial(SIP/quentin,10) exten = 101,n,Goto(101-${DIALSTATUS},1) exten = 101-NOANSWER,1,VoiceMail(1...@default,u) exten = 101-NOANSWER,n,Playback(vm-goodbye) exten = 101-NOANSWER,n,Hangup() exten = 101-BUSY,1,Playback(busy)

Re: [asterisk-users] dialplan tips

2009-08-05 Thread Alex Samad
On Fri, Jul 24, 2009 at 08:28:48AM -0500, Danny Nicholas wrote: Here's how I think your dialplan should look: exten = 101,1,Ringing exten = 101,2,Answer() exten = 101,3,Dial(SIP/quentin,10) exten = 101,n,VoiceMail(1...@default,u) exten = 101,n,Playback(vm-goodbye) exten =

Re: [asterisk-users] dialplan tips

2009-07-26 Thread Leif Madsen
harry R wrote: In advance sorry for my bad english and if my problem was already exposed (I didn't find any tips in the mailing list archive. Bad luck) I have some questions about asterisk 1.6 release : 1) how can I do a n+101 priority jumping if a SIP canal is busy ? I read that the general

[asterisk-users] dialplan tips

2009-07-24 Thread harry R
Hi everybody In advance sorry for my bad english and if my problem was already exposed (I didn't find any tips in the mailing list archive. Bad luck) I have some questions about asterisk 1.6 release : 1) how can I do a n+101 priority jumping if a SIP canal is busy ? I read that the general

Re: [asterisk-users] dialplan tips

2009-07-24 Thread Doug Lytle
harry R wrote: Hi everybody 1) how can I do a n+101 priority jumping if a SIP canal is busy ? I read that the general parameter priorityjumping is depreciated in the 1.6 release and I already try the j option in dial() application but no way. You'll want to use DIALSTATUS exten =

Re: [asterisk-users] dialplan tips

2009-07-24 Thread Danny Nicholas
msg0099.txt|grep INBOX _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of harry R Sent: Friday, July 24, 2009 7:44 AM To: asterisk-users@lists.digium.com Subject: [asterisk-users] dialplan tips Hi everybody In advance sorry

Re: [asterisk-users] dialplan tips

2009-07-24 Thread harry R
:* Friday, July 24, 2009 7:44 AM *To:* asterisk-users@lists.digium.com *Subject:* [asterisk-users] dialplan tips Hi everybody In advance sorry for my bad english and if my problem was already exposed (I didn't find any tips in the mailing list archive. Bad luck) I have some questions about