[Freeswitch-users] Requesting quote

EdPimentl edpimentl at gmail.com
Thu Apr 5 05:53:12 PDT 2007


We are looking for a quote for a FS project with the following requirements:

FreeSwitch Dial Plan:
Support Sip Trunking (In-Out) with 3rd party SIP Provider
Support Asterisk via AIX and SIP
Support VoiceMail with individual and group
Support Conferences - Create Adhoc and scheduled and assigned PIN ,
(creation of conf call via call back feature, ala jajah)
Support Accepting SIP URI(one or more), e164 number(one or more) and
establish a call ( another call back feature)
Support Accepting 1 or more e164 numbers and Conference call pin and
establish the call
Support dialing out one or more number and at a given date and time
and establishing a conference call
Support use a schedule to know when to dial out and deliver a
message(log if it is ring no answer,, busy or AMD full and call back)
Support Integration with OpenFire for GoogleTalk - XMPP interoperability
Support unified communications rules and determine how to route call based upon
Support ITAD / ISN Routing
Support Lease Cost Routing
--------------------------------------


Please note this Asterisk syntax..  and it will require a equivalent
FS dial plan..
S= the Mobile# or ID of person and "N" is the priority to parse the rule..
AYA_EVENT = anywhereyouare event
exten => s,n,AYA_CAS(${ARG3},${CALLERIDNUM},${CALLERIDNAME},${EMAILID},${GTALKUSERID})
exten => s,n,Verbose( AYA_EVENT is ${AYA_EVENT})
exten => s,n,GotoIf($[${AYA_EVENT} = ACCEPT ]?accept:)
exten => s,n,GotoIf($[${AYA_EVENT} = DECLINE ]?decline:)
exten => s,n,GotoIf($[${AYA_EVENT} = REDIRECT ]?redirect:)
exten => s,n,GotoIf($[${AYA_EVENT} = VMAIL ]?voicemail:)
exten => s,n,GotoIf($[${AYA_EVENT} = CONFERENCE ]?conference:)
exten => s,n,GotoIf($[${AYA_EVENT} = SMS ]?sms:)
exten => s,n,GotoIf($[${AYA_EVENT} = PRESENCE ]?IM:)

Thanks in advance,
-E




More information about the FreeSWITCH-users mailing list