View previous topic :: View next topic |
Author |
Message |
pdhales at optusnet.co... Guest
|
Posted: Sun Feb 10, 2008 6:41 pm Post subject: [asterisk-users] Generate anonymous SIP Calls |
|
|
Is there a way for Asterisk to generate anonymous SIP calls?
I have tried putting "" in the fromuser field, but that didn't seem to
work.
I have been asked by a Telco to provide SIP traffic with headers that
are empty before the '@' symbol.
Is this even possible?
PaulH |
|
Back to top |
|
|
philipp.kempgen at amo... Guest
|
Posted: Mon Feb 11, 2008 7:12 am Post subject: [asterisk-users] Generate anonymous SIP Calls |
|
|
Paul Hales wrote:
Quote: | Is there a way for Asterisk to generate anonymous SIP calls?
I have tried putting "" in the fromuser field, but that didn't seem to
work.
I have been asked by a Telco to provide SIP traffic with headers that
are empty before the '@' symbol.
|
Anonymous SIP calls should use "Anonymous" as the callerid
per RFC 2543.
Set(CALLERID(all)=Anonymous <anonymous>);
Regards,
Philipp Kempgen
--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
Asterisk? -> http://www.das-asterisk-buch.de
Gesch?ftsf?hrer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998 |
|
Back to top |
|
|
|