Re: [asterisk-users] Integrating With Asterisk

2010-11-08 Thread Shyamala Devi
Hi Kevin,
Ours is an MFC application hosted on a .Net 3.5 Framework and it uses a
third party SDK (MFC) for Voice communication. We don't have the code for it
and the SDK is no more supported. Our application runs on Windows XP, Vista,
2003/2008 server & Windows7, both on 32 bit and 64 bit platform.

Regards,
Shyamala

On Mon, Nov 8, 2010 at 6:17 PM, Kevin Keane  wrote:

> There are many ways to do this, and very little information to go on.
>
>
>
> For instance, if you have Exchange 2007 and a lot of money, you can
> integrate it with Asterisk using Exchange UM (Unified Messaging). Microsoft
> charges extra for the premium CALs you need to actually do that. There are
> also some pitfalls (Microsoft uses SIP over TCP, in Asterisk that mode is
> experimental. Asterisk usually uses SIP over UDP).
>
>
>
> Since your Windows application already exists, you must already have a way
> to generate voice mails for non-Asterisk systems.  It is entirely possible,
> and in fact quite likely, that you can leverage whatever mechanism you are
> using for that.
>
>
>
> The more information you give us about your existing Windows application
> and how it interfaces with phone systems to begin with, the better
> information you will get.
>
>
>
> Also don’t forget version information. Which version of Windows, which
> version of Asterisk, and is there any other software involved?
>
>
>
> *From:* asterisk-users-boun...@lists.digium.com [mailto:
> asterisk-users-boun...@lists.digium.com] *On Behalf Of *Shyamala Devi
> *Sent:* Monday, November 08, 2010 2:55 AM
> *To:* asterisk-users@lists.digium.com
> *Subject:* [asterisk-users] Integrating With Asterisk
>
>
>
> Hi,
> I'm trying to send Voice mails from my existing Windows application to an
> Asterisk system. I'm new to Asterisk and to VOIP. Could you please guide me
> with this?
>
> Regards,
> Shyamala
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>   http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Integrating With Asterisk

2010-11-08 Thread Kevin Keane
There are many ways to do this, and very little information to go on.

For instance, if you have Exchange 2007 and a lot of money, you can integrate 
it with Asterisk using Exchange UM (Unified Messaging). Microsoft charges extra 
for the premium CALs you need to actually do that. There are also some pitfalls 
(Microsoft uses SIP over TCP, in Asterisk that mode is experimental. Asterisk 
usually uses SIP over UDP).

Since your Windows application already exists, you must already have a way to 
generate voice mails for non-Asterisk systems.  It is entirely possible, and in 
fact quite likely, that you can leverage whatever mechanism you are using for 
that.

The more information you give us about your existing Windows application and 
how it interfaces with phone systems to begin with, the better information you 
will get.

Also don't forget version information. Which version of Windows, which version 
of Asterisk, and is there any other software involved?

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Shyamala Devi
Sent: Monday, November 08, 2010 2:55 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Integrating With Asterisk

Hi,
I'm trying to send Voice mails from my existing Windows application to an 
Asterisk system. I'm new to Asterisk and to VOIP. Could you please guide me 
with this?

Regards,
Shyamala
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Integrating With Asterisk

2010-11-08 Thread Shyamala Devi
Hi,
I'm trying to send Voice mails from my existing Windows application to an
Asterisk system. I'm new to Asterisk and to VOIP. Could you please guide me
with this?

Regards,
Shyamala
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] integrating with Asterisk and OpenSER for Voicemail

2007-01-05 Thread raviprakash sunkara

Hi Users,

I'm Setting UP the Voicemails  by integrating with  Asterisk and   OpenSER,

After 32  sec or 6 ring, it  has to go the Voicemail server of Asterisk,

In openser.cfg   ... is not hiiting the Asterisk server
. ... any one  help me 


modparam("tm","fr_timer",6)
modparam("tm","fr_inv_timer",24)
modparam("tm","wt_timer",1)
#mrodparam("tm", "ruri_matching", 0)
#modparam("tm", "via1_matching", 0)
modparam("avpops","avp_url","mysql://root:[EMAIL PROTECTED]/openser")
modparam("avpops", "avp_table", "usr_preferences")
modparam("avpops","avp_aliases","inv=i:15")
...
route
{
..
if (loose_route()) {
  t_relay();
   exit;
   };
if(is_method("INVITE") && !has_totag())
   {
   xdbg("user [$ruri] has voicemail redirection
enabled\n");
   # backup R-URI
   avp_write("$ruri","$avp(inv)");
   setflag(2);
   };
..

route(1);
}
route[1] {
if(isflagset(2))
   {
t_on_failure("1");
   };
}
failure_route[1] {
   log("- \n");
   if (t_was_cancelled()) {
   xdbg("transaction was cancelled by UAC\n");
   return;
   }
   # restore initial uri
   avp_pushto("$ruri", "$avp(inv)");
   prefix("9");
   # route to Asterisk Media Server
   rewritehostport("192.168.2.75:5060");
   append_branch();
   t_relay("192.168.2.75:5060");
resetflag(2);
}


.




--
Thanks and Regards
Ravi Prakash Sunkara
[EMAIL PROTECTED]
M:+91 9985077535
O:+91 40 23114549
F:+91 40 40208727
[EMAIL PROTECTED]
www.hyperion-tech.com
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users