Hi all, Does openser support fax? if it support How can I config openser ?
Best Regards.
Hi,
fax support is a end device feature which is totally transparent to openser as a SIP proxy.
regards, bogdan
Nguyen Duc Phi wrote:
Hi all, Does openser support fax? if it support How can I config openser ?
Best Regards.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hello,
On 11/11/05 11:55, Nguyen Duc Phi wrote:
Hi all, Does openser support fax? if it support How can I config openser ?
openser is a sip server, dealing with signaling part. The fax is transmitted as media. So you do not need to configure anything on openser, you just need devices on the end-user side that support fax.
Daniel
Best Regards.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi,
How could I check the address part of the From address in a SIP invite matches a radius defined AVP?
Thanks, Patrick
Hi Patrick,
use avp_write() to extract the From URI: http://www.voice-system.ro/docs/avpops/ar01s06.html#avp_write to load AVPs via Radius, see: http://www.openser.org/docs/modules/1.1.x/avp_radius.html#AEN100
to finally compare them, see: http://www.voice-system.ro/docs/avpops/ar01s06.html#avp_check
regards, bogdan
Patrick Jordan-Smith wrote:
Hi,
How could I check the address part of the From address in a SIP invite matches a radius defined AVP?
Thanks, Patrick