[Asterisk-Users] Strange T1 Problem
Joe Dennick
joe at dennick.net
Fri Apr 16 05:44:17 MST 2004
Can one use a pipe '|' for the Dial application the same way that one
would use a comma ','?
My dialplan looks like this:
exten => 1234,1,Dial(SIP/1234,20,r)
exten => 1234,2,Voicemail(u1234)
etc....
I know this one works, but what I don't know is if it will also work
using pipes in place of the commas.
Joe
-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of
willy at yponeinc.com
Sent: Friday, April 16, 2004 7:30 AM
To: asterisk-users at lists.digium.com
Subject: Re: [Asterisk-Users] Strange T1 Problem
Lookie here:
This is what you have
> exten => 1234567890,2,Dial(SIP/user1|r)
But, perhaps, here's what it shouls be:
exten => 1234567890,2,Dial(SIP/user1||r)
The second argument is *timeout*.
Normally you'd have something like
Dial(Channel,time,options)
exten => 1234567890,2,Dial(SIP/user1|60|r)
But the empty time works as well. It will just ring
forever.
Cheers,
Willy
----- Original Message Follows -----
>
> On Thu, 2004-04-15 at 15:26, Steven Critchfield wrote:
>
> > Explicitly answer the line. If that doesn't handle
> > inband audio, there is a r flag to dial. This was
> discussed very recently.
>
> This must be a different problem, because neither of those solutions
> worked.
>
>
>
> zapata.conf sends call to fixup context:
>
>
> [fixup]
>
> ; Receive call as *<calling>*<called>
> exten => _.,1,Answer
> exten => _.,2,Cut(CALLING=EXTEN,*,2)
> exten => _.,3,SetCIDNum(${CALLING})
> exten => _.,4,Cut(CALLED=EXTEN,*,3)
> exten => _.,5,Goto(default|${CALLED}|1)
>
>
> [default]
>
> exten => 1234567890,1,Answer
> exten => 1234567890,2,Dial(SIP/user1|r)
>
>
> user1's phone rings, but no ring from PSTN caller. user1 picks up,
> both can talk ok.
>
>
> I have been using cvs stable branch. I will try HEAD and
> see if that fixes it as suggested by Eric.
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
Willy Wouters
ypOne Publishing
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at 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
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 4/9/2004
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 4/9/2004
More information about the asterisk-users
mailing list