[Asterisk-Users] CALLERIDNUM not passed over?
Nik Martin
nmartin at radiancetech.com
Thu Jun 3 09:20:09 MST 2004
Are your phones SIP? I have a configuration like:
Sip.conf:
[nmartin]
Mailbox=105
Callerid = "Nik Martin" <105> <<<<---- THIS MUST BE DEFINED
Etc.=etc.
Yada=yada
Extensions.conf:
Exten => 105,1,dial(SIP/nmartin,20,tT)
Exten => 600,1,Wait(1)
Exten => 600,2,(VoiceMailMain(${CALLERIDNUM})
Exten => 600,3,Hangup
Exten => 600,4,NOOP(${CALLERIDNUM})
> -----Original Message-----
> From: asterisk-users-admin at lists.digium.com
> [mailto:asterisk-users-admin at lists.digium.com] On Behalf Of
> Reto Stauss
> Sent: Thursday, June 03, 2004 10:11 AM
> To: asterisk-users at lists.digium.com
> Subject: Re: [Asterisk-Users] CALLERIDNUM not passed over?
>
>
> > This one came up a week or so ago on list... please check
> the archives
> > before posting.
>
> Sorry, did a search but obviously not for the right key words ...
>
> > use 's' before the CALLERIDNUM
> > ie
> > exten => 999,2,VoicemailMain(s${CALLERIDNUM})
>
> The "s" is as I read now for suppressing the password . My
> problem was that I did not specify the extension in the callerid:
>
> only
> callerid="Some Name"
>
> instead of
> callerid="Some Name" <99999999>
>
> Thanks anyway!
> Reto
>
>
> > On 03/06/2004 at 14:41 Reto Stauss wrote:
> >
> > >When a user dials 999 he is always asked for the mailbox
> and has to
> > >enter his mailbox number and password. As I understand
> this shouldn't
> > >happen because the CALLERIDNUM is
> > >passed over to VoicemailMain. It's annoying to have to
> enter the number
> > >everytime ...
> > >
> > >The voice mail configuration is read from MySQL. We are
> using the CVS
> > >version from a few days ago.
> > >
> > >Extract from extensions.conf:
> > >
> > >exten => 999,1,wait(1)
> > >exten => 999,2,VoicemailMain(${CALLERIDNUM})
> > >exten => 999,3,Hangup
> > >
> > >Any hints?
> > >
> > >Thanks in advance
> > >Reto
> > >
> > >_______________________________________________
> > >Asterisk-Users mailing list
> > >Asterisk-Users at 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
> >
> >
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at 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
> >
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
>
>
More information about the asterisk-users
mailing list