[Asterisk-Users] context
AS
lists at in.com.au
Sat Mar 26 21:12:33 MST 2005
Hi,
We are trying to redirect some DDIs from one machine to another machine over
IAX2.
When we redirect the number as:
exten => 0730184220,1,Dial(IAX2/username)
it sends the call fine to the other end. However, at the other end the
calls comes in as s@''. In the past when we have bought DDIs off other
providers, we have received the call as 0730184220 at contextname.
Any suggestions would be appreciated?
Cheers,
Sahil
- > -----Original Message-----
- > From: asterisk-users-bounces at lists.digium.com
- > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jerry
- > Sent: Sunday, 27 March 2005 1:55 PM
- > To: Asterisk Users Mailing List - Non-Commercial Discussion
- > Subject: Re: [Asterisk-Users] context
- >
- >
- > On Mar 26, 2005, at 9:38 PM, AS wrote:
- >
- > > How do I how to send a call as number at context ?
- > >
- > Not exactly sure what you are asking. If you are trying to
- > dial a specific extension within a specific context then I
- > use a GoTo.
- >
- > [currentcontext]
- > exten => 8885551212,1,GoTo(anothercontext,100,1)
- >
- > [anothercontext]
- > exten => 100,1,Dial(whatever)
- >
- > _______________________________________________
- > 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
- >
- >
More information about the asterisk-users
mailing list