Displaying 2 results from an estimated 2 matches for "messages_url".
Did you mean:
messages_uri
2005 Sep 12
4
CallerID Name in dialplan
Is it possible to show CallerID names for dialplan applications? When I call
from phone-to-phone, it shows the CallerID from sip.conf or iax.conf, but I
don't know of any way to show CallerID Name when I call the extension for an
application (voicemail for example):
exten => 1000,1,Answer
exten => 1000,n,VoicemailMain
I'd like the display to read "VOICE MAIL" when I
2004 Apr 01
4
CISCO 7940 and directory/services problem
...> <Telephone>3006</Telephone> </DirectoryEntry>
</CiscoIPPhoneDirectory>
Each time you press the C7940's "Directory" button and select "External
Directory", the C7960 will read the above XML file and display the entries.
If you program the "messages_url:" entry as shown above, each time you press
the "Messages" button on the phone, it will auto-dial x3123.
Obviously, you need an entry in extensions.conf like:
exten => 3123,1,VoicemailMain2(${CALLERIDNUM})
to instruct asterisk what to do when a phone dials x3123.
The "serv...