Hi all

I have question regarding to my nom 200 and asterisk.

I have an * server with two x101p and two lines conected.

When i am in a call in line 1 and a call in line two is received the first
call goes imediatly to hold and the line button blinks indicating that
another call arrived.

It is very bad because i can,t inform  the first caller that  the another
call is waiting... i have to take the second call tell the second caller to
wait and return to the first call.

What can i do to make the first call remain until i attend the second?

Snom 200 runing software 2.03o

Asterisk from CVS 01/21/04

dialplan:

When the caller press 2 or 3

[sales]

exten => s,1,SetCallerID(2)
exten => s,2,SetCIDName(sales)
exten => s,3,DIAL(SIP/snom200,20,tr)
exten => s,4,Wait(1)
exten => s,5,Goto(recepcao,s,1)

[support]

exten => s,1,SetCallerID(3)
exten => s,2,SetCIDName(suporte)
exten => s,3,DIAL(SIP/snom200,20,tr)
exten => s,4,Wait(1)
exten => s,5,Goto(recepcao,s,1)


Thanks for any help.


Atenciosamente
Cláudio Miklos


iPFONE Telefonia IP
Rua Caio Graco 735 São Paulo SP
BR - 55 11 3801-3702
USA - 1 360-968-1591
FWD - 64662
sip:[EMAIL PROTECTED]
www.ipfone.com.br
[EMAIL PROTECTED]

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to