Hi Setup : Asterisk 1.6 on Fedora Core 9 with TE410P.. 1. I;ve noticed that whenever during "background(menu-filename)" method - i try to press any key for selection like 1 for some prompt, 2 for another prompt etc...Asterisk takes a while before it takes me to the respective option..Is that normal behaviour ? by the time the caller waits to listen to the appropriate prompt on selecting 1 - he thinks nothing is happening for 2-3 seconds .. fyi, I used to use Trixbox prev. and didnt find any such problem ... 2. Is there any way to block the caller id from appearing on the SIP Phone ? my trunk is E1 PRI while i used softphones internally - i dont want my agents to see the caller id - is their any way to block caller ids from appearing on softphones ? Thanks Sriram -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081219/9e208acb/attachment.htm
David fire
2008-Dec-19 17:08 UTC
[asterisk-users] Cut Through DTMF & caller ID on SIP phon
set(CALLERID(number)=000) David 2008/12/19 Sriram <d_r_sriram at hotmail.com>> Hi > > Setup : Asterisk 1.6 on Fedora Core 9 with TE410P.. > 1. I;ve noticed that whenever during "background(menu-filename)" method - i > try to press any key for selection like 1 for some prompt, 2 for another > prompt etc...Asterisk takes a while before it takes me to the respective > option..Is that normal behaviour ? by the time the caller waits to listen to > the appropriate prompt on selecting 1 - he thinks nothing is happening for > 2-3 seconds .. > fyi, I used to use Trixbox prev. and didnt find any such problem ... > > 2. Is there any way to block the caller id from appearing on the SIP Phone > ? my trunk is E1 PRI while i used softphones internally - i dont want my > agents to see the caller id - is their any way to block caller ids from > appearing on softphones ? > > Thanks > Sriram > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >set(CALLERID(number)=000) David -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081219/2d4da298/attachment.htm
Eric "ManxPower" Wieling
2008-Dec-19 17:36 UTC
[asterisk-users] Cut Through DTMF & caller ID on SIP phone
Sriram wrote:> Setup : Asterisk 1.6 on Fedora Core 9 with TE410P.. 1. I;ve noticed > that whenever during "background(menu-filename)" method - i try to > press any key for selection like 1 for some prompt, 2 for another > prompt etc...Asterisk takes a while before it takes me to the > respective option..Is that normal behaviour ? by the time the caller > waits to listen to the appropriate prompt on selecting 1 - he thinks > nothing is happening for 2-3 seconds .. fyi, I used to use Trixbox > prev. and didnt find any such problem ...This typically happens when you have overlapping extensions. i.e. a menu option 1 and extensions starting with 1. Don't forget to look in include'd contexts, and don't forget wildcards.
Trevor Peirce
2008-Dec-28 18:10 UTC
[asterisk-users] Cut Through DTMF & caller ID on SIP phone
Sriram wrote:> 2. Is there any way to block the caller id from appearing on the SIP > Phone ? my trunk is E1 PRI while i used softphones internally - i > dont want my agents to see the caller id - is their any way to block > caller ids from appearing on softphones ?a) SetCallerPres(restircted) or b) Set(CALLERID(name)=Anonymous)
Philipp Kempgen
2008-Dec-29 19:59 UTC
[asterisk-users] Cut Through DTMF & caller ID on SIP phone
Trevor Peirce schrieb:> Sriram wrote: >> 2. Is there any way to block the caller id from appearing on the SIP >> Phone ? my trunk is E1 PRI while i used softphones internally - i >> dont want my agents to see the caller id - is their any way to block >> caller ids from appearing on softphones ? > > a) SetCallerPres(restircted) > or > b) Set(CALLERID(name)=Anonymous)Set(CALLERID(all)=Anonymous <anonymous>); Philipp Kempgen -- http://www.das-asterisk-buch.de - http://www.the-asterisk-book.com Amooma GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 --