[Asterisk-Users] caller id NUMBER in addition to or in place of NAME

2004-12-26 Thread Dorn Hetzel
On Sat, Dec 25, 2004 at 11:12:22PM -0500, Dorn Hetzel wrote:
 I'd like to get VM_CALLERID to include number in addition to name
 since often when calls come from cell lines or various other,
 the name is just a city, state and the number would be more
 usefull.  Is there a way to get the number in the VM_CALLERID
 string, or is there a second variable I can use in formatting
 email vmail notifications to get the number?

Maybe I could ask this more clearly.  Is there any way to get
the callers NUMBER in addition to or in place of NAME in the
voicemail notification emails?

Regards,

-Dorn

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] caller id NUMBER in addition to or in place of NAME

2004-12-26 Thread Eric Wieling aka ManxPower
Dorn Hetzel wrote:
On Sat, Dec 25, 2004 at 11:12:22PM -0500, Dorn Hetzel wrote:
I'd like to get VM_CALLERID to include number in addition to name
since often when calls come from cell lines or various other,
the name is just a city, state and the number would be more
usefull.  Is there a way to get the number in the VM_CALLERID
string, or is there a second variable I can use in formatting
email vmail notifications to get the number?

Maybe I could ask this more clearly.  Is there any way to get
the callers NUMBER in addition to or in place of NAME in the
voicemail notification emails?
I seem to recall a bug regarding this.  Are you using 1.0.3, 1.0.x CVS 
STABLE, or CVS-HEAD.  The problem is that what was listed in the 
voicemail.conf.sample as the default e-mail message was, in fact, not 
the default e-mail message.  Uncommenting out the example message fixed 
the problem.

--Eric
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] caller id NUMBER in addition to or in place of NAME

2004-12-26 Thread Steve Prior
Eric Wieling aka ManxPower wrote:
I seem to recall a bug regarding this.  Are you using 1.0.3, 1.0.x CVS 
STABLE, or CVS-HEAD.  The problem is that what was listed in the 
voicemail.conf.sample as the default e-mail message was, in fact, not 
the default e-mail message.  Uncommenting out the example message fixed 
the problem.
Yup, you got it right.  I chased that issue once.
Steve
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] caller id NUMBER in addition to or in place of NAME

2004-12-26 Thread Steve Prior
I just checked the code and didn't see any way to change the pager email
body or subject like you can the regular email notification - only the from 
string.  If you wanted to hack it, the messages are in apps/app_voicemail.c
on or about line 1033.

Steve
Dorn Hetzel wrote:
  Now the regular emails have the name and number ...
However, the pager emails still have name only...  Is there a string
variable to redefine the subject/body sent to the pageremail?
Regards,
-Dorn
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users