RE: [Asterisk-Users] IPComms Setup

2005-10-05 Thread Crystal Stream, Incorporated
CURRENTLY in GLOBALS I have IPCCIDN01 - IPCCIDN20 set to their respective numbers How do I need to change the IPComms-in context to do what you say --- Kevin Walsh <[EMAIL PROTECTED]> wrote: > Crystal Stream, Incorporated > [EMAIL PROTECTED] wrote: > > this isn't working > > [IPComms-in] > >

RE: [Asterisk-Users] IPComms Setup

2005-10-05 Thread Kevin Walsh
Crystal Stream, Incorporated [EMAIL PROTECTED] wrote: > this isn't working > [IPComms-in] > exten => s,1,Noop(${DATETIME} ${CALLERID}) > exten => s,2,SetCallerID(${CALLERID}) > exten => s,3,Answer > exten => s,4,Goto(main-menu,s,2) > exten => s,5,Hangup > > What I have is a block of 20 DIDs and I

RE: [Asterisk-Users] IPComms Setup

2005-10-05 Thread Kevin Walsh
Crystal Stream, Incorporated [EMAIL PROTECTED] wrote: > Hey > Moo. > > I just setup service with IPComms and they are > telling me to setup such as this: > > iax.conf: > [IPCommsNet] > type=user > host=69.15.xxx.xx > context=voicepulse-in ;(changed by me) > nat=yes > dtmfmode=rfc2833 > disallow=a

Re: [Asterisk-Users] IPComms Setup

2005-10-05 Thread William Suffill
it is trying to match the did in your context which it can't do ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE

Re: [Asterisk-Users] IPComms Setup

2005-10-05 Thread Crystal Stream, Incorporated
this isn't working [IPComms-in] exten => s,1,Noop(${DATETIME} ${CALLERID}) exten => s,2,SetCallerID(${CALLERID}) exten => s,3,Answer exten => s,4,Goto(main-menu,s,2) exten => s,5,Hangup What I have is a block of 20 DIDs and I want to accept calls from all of them. It would be way to freaking comp