Closed GoogleCodeExporter closed 8 years ago
When you use agents instead of SIP channels, you're going against the actual
application design. Infact, the Server use the channel as the key to identify
the
client and send relevant messages. When You use agents, the channel is slight
different and the way asterisk notifies it's messages should be checked and
implemented.
I plan to integrate agents in a future release. Your debug has been anyway
useful to
patch Server.cs and get the SendMessage function a bit more robust.
I need more details about your tests and configuration to reproduce the bug.
Thank You
Original comment by d4rks...@gmail.com
on 2 Oct 2008 at 9:47
Fixed by Giuseppe Innamorato (Xenialab)
Original comment by d4rks...@gmail.com
on 23 Oct 2008 at 10:23
Hi Bruno,
I'm in a similar situation where I have created agents logon/logoff. The server
doesn't crash in my case however I always get the agent context (through which
they're logged in) instead of the actual call context.
As a result I miss out on vital incoming callerid and context information. Is
there a
way to preserve this information? The cti-client doesn't seem to pickup other
context
information.
Cheers
Eshan
Original comment by eshanvb@gmail.com
on 18 Aug 2009 at 12:42
Okey got over this by using AgentCallbacklogin to use SIP channels and
listening on
the agent extension, it's all good.
Original comment by eshanvb@gmail.com
on 19 Aug 2009 at 6:09
Original issue reported on code.google.com by
giuseppe.innamorato
on 2 Oct 2008 at 8:01Attachments: