&lt;clippy&gt;Looks like you are trying to build a call center&lt;/clippy&gt;<br><br>have you seen mod_fifo?<br>It&#39;s designed to let people on headsets sit idle and you can send calls to them at will.<br><br><br><div class="gmail_quote">
On Tue, Jun 16, 2009 at 3:11 PM, Peter P GMX <span dir="ltr">&lt;<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks Michael,<br>
<br>
I have disabled it now.<br>
<br>
I finally got it to work, (sip_h_Call-Info=&lt;sip:$${domain}&gt;;answer-after=0)<br>
but the behaviour was not as desired, as I didn&#39;t manage the phone to<br>
pick up the call on the headset. It will only have the speaker enabled.<br>
So I will have to go a different way with parking the call and then<br>
forward it.<br>
<div><div></div><div class="h5"><br>
Best regards<br>
Peter<br>
<br>
<br>
Michael Jerris schrieb:<br>
&gt;   uuid_setvar &lt;unique_id&gt; sip_invite_params intercom=true should be<br>
&gt; unnecessary.<br>
&gt;<br>
&gt; Mike<br>
&gt;<br>
&gt; On Jun 16, 2009, at 1:49 PM, Peter P GMX wrote:<br>
&gt;<br>
&gt;<br>
&gt;&gt; It mainly works now by uuid_transfer the following way via event<br>
&gt;&gt; socket.<br>
&gt;&gt;      uuid_setvar &lt;unique_id&gt; sip_invite_params intercom=true<br>
&gt;&gt;      uuid_setvar &lt;unique_id&gt; sip_auto_answer true<br>
&gt;&gt;      uuid_transfer &lt;unique_id&gt; 1000 XML default<br>
&gt;&gt; so the call is transferred from 1000 to 1000.<br>
&gt;&gt;<br>
&gt;&gt; What happens:<br>
&gt;&gt; 1) If I disable intercom on the Snom phone, the phone rings, stops<br>
&gt;&gt; ringing and rings again (ok)<br>
&gt;&gt; 1) If I enable intercom on the Snom phone, the phone rings, stops<br>
&gt;&gt; ringing and hangs up (not ok)<br>
&gt;&gt;<br>
&gt;&gt; So I do not get the Snom to pick up the call in intercom mode.<br>
&gt;&gt;<br>
&gt;&gt; The last invite is:<br>
&gt;&gt;    INVITE sip:1000@192.168.178.50:2752;transport=tls;line=er6kxnib<br>
&gt;&gt; SIP/2.0<br>
&gt;&gt;    Via: SIP/2.0/TLS 217.xx.xx.xxx;branch=z9hG4bK3gjpa64pSKgmF<br>
&gt;&gt;    Route: &lt;<a href="http://sip:1000@217.24.11.189:2752" target="_blank">sip:1000@217.24.11.189:2752</a>&gt;;transport=tls;line=er6kxnib<br>
&gt;&gt;    Max-Forwards: 68<br>
&gt;&gt;    From: &quot;Peter FS&quot; &lt;sip:723323@217.xx.xx.xxx&gt;;tag=9eQ8rjQy533HF<br>
&gt;&gt;    To:<br>
&gt;&gt; &lt;sip:1000@192.168.178.50:2752;transport=tls;line=er6kxnib;intercom=true<br>
&gt;&gt;<br>
&gt;&gt;    Call-ID: bd05aeab-d53a-122c-72b5-001e904cc34e<br>
&gt;&gt;    CSeq: 116467629 INVITE<br>
&gt;&gt;    Contact: &lt;sip:mod_sofia@217.xx.xx.xxx:5061;transport=tls&gt;<br>
&gt;&gt;    Call-Info: &lt;sip:217.xx.xx.xxx&gt;;answer-after=0<br>
&gt;&gt; The intercom part is there and the Call-Info line with answer-after<br>
&gt;&gt; also.<br>
&gt;&gt;<br>
&gt;&gt; The phone answers with<br>
&gt;&gt;    SIP/2.0 401 Unauthorized<br>
&gt;&gt;    Via: SIP/2.0/TLS 217.xx.xx.xxx;branch=z9hG4bK3gjpa64pSKgmF<br>
&gt;&gt;    From: &quot;Peter FS&quot; &lt;sip:723323@217.xx.xx.xxx&gt;;tag=9eQ8rjQy533HF<br>
&gt;&gt;    To:<br>
&gt;&gt; &lt;sip:1000@192.168.178.50:2752;transport=tls;line=er6kxnib;intercom=true<br>
&gt;&gt;<br>
&gt;&gt;&gt; ;tag=71rskygkr2<br>
&gt;&gt;&gt;<br>
&gt;&gt;    Call-ID: bd05aeab-d53a-122c-72b5-001e904cc34e<br>
&gt;&gt;    CSeq: 116467629 INVITE<br>
&gt;&gt;    Contact:<br>
&gt;&gt; &lt;sip:1000@192.168.178.50:2752;transport=tls;line=er6kxnib&gt;;reg-id=1<br>
&gt;&gt;    WWW-Authenticate: Digest realm=&quot;<a href="http://sip2.mycompany.de" target="_blank">sip2.mycompany.de</a>&quot;,<br>
&gt;&gt; nonce=&quot;2ee26efe6ab27f88&quot;, algorithm=MD5<br>
&gt;&gt;    Content-Length: 0<br>
&gt;&gt; and hangs up.<br>
&gt;&gt;<br>
&gt;&gt; Anybody know how to solve this Snom intercom issue?<br>
&gt;&gt;<br>
&gt;&gt; Best regards<br>
&gt;&gt; Peter<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Michael Jerris schrieb:<br>
&gt;&gt;<br>
&gt;&gt;&gt; The transfer should work but it sounds like offhook agents is what<br>
&gt;&gt;&gt; your really trying to accomplish so I would go with brian&#39;s<br>
&gt;&gt;&gt; suggestion.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Jun 16, 2009, at 7:38 AM, Peter P GMX &lt;<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hello Michael,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I want the phone be ringing, just for acoustical feedback reasons.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; But what if I<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;   * transfer it to the same user destination again (now with<br>
&gt;&gt;&gt;&gt; intercom<br>
&gt;&gt;&gt;&gt;     enabled), will this work?<br>
&gt;&gt;&gt;&gt;   * transfer it to park and then transfer it to the same destination<br>
&gt;&gt;&gt;&gt;     again (now with intercom enabled)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Best regards<br>
&gt;&gt;&gt;&gt; Peter<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Michael Jerris schrieb:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; The only way I can think to do this today would be to cancel the<br>
&gt;&gt;&gt;&gt;&gt; call<br>
&gt;&gt;&gt;&gt;&gt; and re send with the intercom headers for a phone that supports it.<br>
&gt;&gt;&gt;&gt;&gt; It may be possible to send a reinvite with autoanswer headers but I<br>
&gt;&gt;&gt;&gt;&gt; doubt that would work, all you could do is try making code to do it<br>
&gt;&gt;&gt;&gt;&gt; it<br>
&gt;&gt;&gt;&gt;&gt; a sipp or sipsak scenario and test it.  A better aproach might be<br>
&gt;&gt;&gt;&gt;&gt; to<br>
&gt;&gt;&gt;&gt;&gt; answer the call normally and detect that to start your web workflow<br>
&gt;&gt;&gt;&gt;&gt; or<br>
&gt;&gt;&gt;&gt;&gt; not really ring the phone, just the web app and deliver the call<br>
&gt;&gt;&gt;&gt;&gt; with<br>
&gt;&gt;&gt;&gt;&gt; autoanswer when the button is hit in the web ui.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Mike<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On Jun 16, 2009, at 4:24 AM, Peter P GMX &lt;<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Hello Brian,<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; this is too easy :-).<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; This is for a small callcenter app and I only want the user to<br>
&gt;&gt;&gt;&gt;&gt;&gt; pickup<br>
&gt;&gt;&gt;&gt;&gt;&gt; the call once (to accept the call in X-Lite (or a Snom phone)<br>
&gt;&gt;&gt;&gt;&gt;&gt; and to<br>
&gt;&gt;&gt;&gt;&gt;&gt; start the workflow on the web application). I do not want him to<br>
&gt;&gt;&gt;&gt;&gt;&gt; accept<br>
&gt;&gt;&gt;&gt;&gt;&gt; the call on the phone and then on the Web app.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Best regards<br>
&gt;&gt;&gt;&gt;&gt;&gt; Peter<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Brian West schrieb:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; click on the AA button?  :)<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; /b<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Jun 15, 2009, at 7:19 PM, Peter P GMX wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; What is the best way to have this done? Move the call to park<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; and<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; then<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; retransfer again with intercom, or is there a better solution?<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>