[Asterisk-Users] Can I exchange datas between two Asterisk servers ?

2005-02-19 Thread Robert Rozman
Hi,

I'd like to establish way to exchange data between two remote Asterisk
server. Something like call over IAX and send some structured data.

Any advice ?

Regards,

Rob.


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


Re: [Asterisk-Users] Can I exchange datas between two Asterisk servers ?

2005-02-19 Thread timebandit001
 I'd like to establish way to exchange data between two remote Asterisk
 server. Something like call over IAX and send some structured data.
 
 Any advice ?
I don't know if this could be done thru an IAX call.

What you could do is something like this :
- have a php script on one server that POST the data in xml to your other server
or
- have a php script on one server that GET the data in xml from your
other server

at least, that's how I would do it

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