How can i transfer repeated call to same queue member in asterisk -


I am using queue and I want to map a caller to an executive. If I call in the queue and call you the next time if I call in the queue, the call will not automatically be sent to the other members of the queue. There is an option in Q configuration to do this ... ?

You need to do something like this

  exten = & gt; ; _x., 1, set (ext = $ {ODBC_check_info ($ {caller id}}}}} exten => .x2, gotoife ($ ["$ {ext}"! = ""] - From-internal, $ {ext}, 1); if match, ext exten =>, _x, 3, goto (to-psnt, $ {EXTEN}, 1). If nto match, go to default route  

P>


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -