[Freeswitch-users] Intercom
Anthony Minessale
anthmct at yahoo.com
Sun Mar 9 07:54:13 PDT 2008
file a bug in jira i know how to fix it but i keep forgetting
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale at hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org
pstn:213-799-1400
----- Original Message ----
From: andrew <andrew_nh at yahoo.com>
To: freeswitch-users at lists.freeswitch.org
Sent: Thursday, March 6, 2008 1:51:33 PM
Subject: [Freeswitch-users] Intercom
I want to get intercom working on FreeSWITCH with an
Aastra phone. There is some code that does this
already in the default config files.
----------------------------------
<action
application="export"><![CDATA[sip_h_Call-Info=<sip:$${domain}>;answer-after=0]]></action>
<action application="export"
data="sip_auto_answer=true"/>
<action application="bridge"
data="user/${dialed_ext}@$${domain}"/>
----------------------------------
But it doesn’t seem to work on the Aastra.
I have this code in Asterisk that does intercom my
Aastra phone
----------------------------------
exten => s,n,Set(ALERTINFO=Alert-Info: Ring Answer)
exten => s,n,Set(CALLINFO=Call-Info:
<uri>\;answer-after=0)
exten => s,n,Set(SIPURI=intercom=true)
exten => s,n,ExecIf($["${ALERTINFO}" !=
""],SipAddHeader,${ALERTINFO})
exten => s,n,ExecIf($["${CALLINFO}" !=
""],SipAddHeader,${CALLINFO})
exten => s,n,ExecIf($["${SIPURI}" !=
""],Set,__SIP_URI_OPTIONS=${SIPURI})
----------------------------------
Looks like I need to get the "Alert-Info: Ring Answer"
and the "set sip uri options intercom=true" parts
working in FreeSWITCH. Any idea how to do this?
-Andrew
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080309/2fb73ecd/attachment-0002.html
More information about the FreeSWITCH-users
mailing list