* You are viewing Posts Tagged ‘Hey’

Anyone worked with allo products?

Hey all I am looking at some products by a company called allo I am
wondering if anyone has had any experience with any of their items, phones,
ata, transcoder cards? How have they worked are they worth looking at?

Thanks

Bryant Zimmerman (ZK Tech Inc.)

Interesting PRI issue

Hey Guys!

Please help me to find out issue. I have two PRI

## Span 1: WPT1/0 “wanpipe1 card 0″
span=1,1,0,esf,b8zs
bchan=1-23
hardhdlc=24
echocanceller=mg2,1-23

## Span 2: WPT1/1 “wanpipe2 card 1″
span=2,2,0,esf,b8zs
bchan=25-47
hardhdlc=48
echocanceller=mg2,25-47

Sometime my calls got through but some time i am getting pri cause 44

sebpbx1*CLI>
== Using SIP RTP CoS mark 5

broken SVN asterisk 1.8 ?

On Sun, Jun 05, 2011 at 04:18:25PM +0000, satish patel wrote:
>
> Hey guys!
>
> I have just download latest SVN Revision 322051 and compile and install but my asterisk -V showing still old version :( is it broken ?
>
> /usr/sbin/asterisk -V
> Asterisk SVN-branch-1.8-r321926

asterisk -V shows the last changed revision in the build.

To see the difference, try:

cd asterisk-src-dir
svnversion
svnversion -c

ConfBridge for 1.8 ?

Hey Guys!

I am looking ConfBridge for 1.8 version of asterisk. How could i obtain and install with 1.8 ?

-S

Read VoiceMail direct

Hey Guy!

I want direct access of VoiceMail without asking mailbox number (Direct ask PIN). I am using following dialplan but its still asking me Mailbox number. Look like asterisk 1.8 doesn’t support CALLERIDNUM variable.

Do you have any idea ?

exten => 8500,1,answer
exten => 8500,2,wait(1)
exten => 8500,3,voicemailmain(${CALLERIDNUM:-4}@default)
exten => 8500,4,hangup
exten => i,1,playback(invalid)
exten => i,2,hangup