[asterisk-users] Snom Aler-info Ringtone
Philipp Kempgen
philipp.kempgen at amooma.de
Thu Mar 5 13:32:35 CST 2009
Adrià Vidal schrieb:
> Have someone running fine Alert-Info with a Snom 370
> exten => 200,1,SIPAddHeader(Alert-Info:<http://www.notused.com>\;info=alert-external)
> exten => 200,n,Dial(SIP/${EXTEN},30)
>
> Can see into the phone SIP trace is receivend the Alert-Info, but
> phone continue to ring with the default one.
>
> INVITE sip:200 at 192.168.10.170:1110 SIP/2.0
> Alert-Info:alert-external
"Alert-Info:alert-external" != "Alert-Info:<http://www.notused.com>\;info=alert-external"
I would try (one after the other)
SIPAddHeader(Alert-Info: <http://127.0.0.1/Bellcore-dr3>)
SIPAddHeader(Alert-Info: <http://127.0.0.1>\;info=alert-external)
SIPAddHeader(Alert-Info: <http://127.0.0.1>;info=alert-external)
SIPAddHeader(Alert-Info: <http://127.0.0.1\;info=alert-external>)
SIPAddHeader(Alert-Info: <http://127.0.0.1;info=alert-external>)
And make sure you have the settings in following on the Snom:
alert_external_ring_text: alert-external
alert_external_ring_sound: Ringer4
Philipp Kempgen
--
AMOOCON 2009, May 4-5, Rostock / Germany -> http://www.amoocon.de
Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
--
More information about the asterisk-users
mailing list