Displaying 3 results from an estimated 3 matches for "candac".
Did you mean:
tandac
2015 Jun 12
2
Voice mail and caller ID
...RID number is "${CALLERID(num)}")
same => n,VoicemailMain(${CALLERID(num)}@LocalSets,s)
same => n,Hangup
However, my extensions are set up so that they always show the external
number, not the extension:
[foobar2](client-phone)
secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
callerid=Candace <5555551212>
mailbox=foobar2 at LocalSets
So the caller ID is 5555551212 but the voice mail is foobar2. Is there
any way to get the actual extension that called? Can I create a
variable in the extension that I can read instead of ${CALLERID(num)}?
I tried setting a random string (xaccount...
2015 Jun 12
0
Voice mail and caller ID
...> same => n,VoicemailMain(${CALLERID(num)}@LocalSets,s)
> same => n,Hangup
>
> However, my extensions are set up so that they always show the external
> number, not the extension:
>
> [foobar2](client-phone)
> secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> callerid=Candace <5555551212>
> mailbox=foobar2 at LocalSets
>
> So the caller ID is 5555551212 but the voice mail is foobar2. Is there
> any way to get the actual extension that called? Can I create a
> variable in the extension that I can read instead of ${CALLERID(num)}?
> I tried sett...
2009 Feb 23
0
.specification or .gemspec?
Hi,
I am currently working on Heroku (herokugarden.com) and pushing to the
Heroku Git repo from my local computer. I am also installing gems on
local. When I install gems locally, they generate .gemspec files in a
specification/ folder. However, when I push through to Heroku, it tells
me that I''m missing a .specification file for that gem and that I should
run ''rake