PBXes » Search » Search Results
Showing posts 1 to 6 of 6 results
Author Post
Thread: RE: Voicemail in MP3 format
g3i

Replies: 6
Views: 18556

Voicemail in MP3 format 27.06.2010 12:46 Forum: Feature Requests

Not sure if this is something I missed, but we are accessing our e-mail voicmail mostly on mobiles.

Since lot's of handsets seem to have trouble with WAV (as well as wemail clients) but have good support for MP3 it would be great to have the option of having voicemail delivered as MP3.

Cheers,
Leo

Thread: Decouple datacenter from timezone
g3i

Replies: 0
Views: 6322

Decouple datacenter from timezone 27.06.2010 12:35 Forum: Feature Requests

Currently you can only specify your timezone (in 'Personal Data' which automatically assigns a datacenter).

In our case network latency to Tokyo would be much better than the assigned Seattle datacenter. However we can only change this by changing our timezone which will screw up all time-based rules.

It would be great to have the datacenter as a separate choice in personal data settings.

Cheers,
Leo
Adelaide, South Australia

Thread: RE: CallerID modifications
g3i

Replies: 4
Views: 12770

RE: CallerID modifications 08.06.2010 13:28 Forum: Queues, Digital Receptionist, Faxmail, Voicemail and Ring Groups

Maybe this helps:

Linksys Handsets don't display the calling Trunk Display Name if the call is from a CID blocked number.

Modify '/etc/asterisk/extensions_additional.conf'


[ext-did]
include => ext-did-custom
exten => fax,1,Goto(ext-fax,in_fax,1)
exten => s,1,Set(__FROM_DID=${EXTEN})
exten => s,n,GotoIf($[ "${CALLERID(name)}" != "" ] ?cidok)
exten => s,n,Set(CALLERID(name)=${CALLERID(num)})
exten => s,n(cidok),Noop(CallerID is ${CALLERID(all)})
exten => s,n,Goto(ext-group,600,1)
exten => 0884630555,1,Set(__FROM_DID=${EXTEN})
exten => 0884630555,n,GotoIf($[ "${CALLERID(name)}" != "" ] ?cidok)
exten => 0884630555,n,Set(CALLERID(name)=${CALLERID(num)})
exten => 0884630555,n(cidok),Noop(CallerID is ${CALLERID(all)})
exten => 0884630555,n,Set(_RGPREFIX=BC: )
exten => 0884630555,n,Set(CALLERID(name)=${RGPREFIX}${CALLERID(name)})

; added these three lines to stop Linksys phones from displaying their own
; anonymous caller message
exten => 0884630555,n,GotoIf($[ "${CALLERID(num)}" != "anonymous" ] ?anonok)
exten => 0884630555,n,Set(CALLERID(num)=${RGPREFIX}${CALLERID(num)})
exten => 0884630555,n(anonok),Noop(CallerID is ${CALLERID(all)})

exten => 0884630555,n,Goto(ext-group,601,1)
exten => 0884631555,1,Set(__FROM_DID=${EXTEN})
exten => 0884631555,n,GotoIf($[ "${CALLERID(name)}" != "" ] ?cidok)
exten => 0884631555,n,Set(CALLERID(name)=${CALLERID(num)})
exten => 0884631555,n(cidok),Noop(CallerID is ${CALLERID(all)})
exten => 0884631555,n,Set(_RGPREFIX=G3I: )
exten => 0884631555,n,Set(CALLERID(name)=${RGPREFIX}${CALLERID(name)})

; added these three lines to stop Linksys phones from displaying their own
; anonymous caller message
exten => 0884631555,n,GotoIf($[ "${CALLERID(num)}" != "anonymous" ] ?anonok)
exten => 0884631555,n,Set(CALLERID(num)=${RGPREFIX}${CALLERID(num)})
exten => 0884631555,n(anonok),Noop(CallerID is ${CALLERID(all)})

exten => 0884631555,n,Goto(ext-group,600,1)

Thread: RE: CallerID modifications
g3i

Replies: 4
Views: 12770

RE: CallerID modifications 07.06.2010 10:18 Forum: Queues, Digital Receptionist, Faxmail, Voicemail and Ring Groups

That is exactly our reason - we have a few SIP trunks and depending on the source would need to answer the phone differently.

We had our own Asterisk setup where we had some minor config modifications to achieve this.

Thread: RE: CallerID modifications
g3i

Replies: 4
Views: 12770

CallerID modifications 06.06.2010 14:00 Forum: Queues, Digital Receptionist, Faxmail, Voicemail and Ring Groups

Hi,

I was wondering if there is any functionality within the PBXES interface that allows the modification of the CALLERID display according to which trunk the call came from.

We have a number of SIP trunks and would like to prepend a 3 digit 'trunk code' to the CallerID to enable the operator to know which trunk the call came from.

Can you do this with PBXES ?

Cheers from down under,

Leo Gaggl
Adelaide, South Australia

Thread: Linksys dropping registration
g3i

Replies: 0
Views: 6759

Linksys dropping registration 06.06.2010 13:53 Forum: Terminal Equipment

We are having some issues with 2 Linksys SPA942's and one Linksys PAP2T which initially register fine on PBXES.

However on re-registration ('Register Expires' currently set to 2400sec) all the Linksys equipment fails to register with the error "Can't connect to login server".

At the next re-registration cycle it seems to work again. This issue does not occur on SIPDROID or on a softphone client.

I have searched through the forum and can not find any answer that is applicable to this.

Cheers,

Leo Gaggl
Adelaide, South Australia

Showing posts 1 to 6 of 6 results

Powered by Burning Board Lite 1.0.2 © 2001-2004 WoltLab GmbH
English Translation by Satelk