View previous topic :: View next topic |
Author |
Message |
brian at freeswitch.org Guest
|
Posted: Tue May 05, 2009 4:27 pm Post subject: [Freeswitch-users] Invite with TLS when originate |
|
|
now append transport=tls
Quote: | {originate_timeout=30,sip_secure_media=true,context=default}sofia/default/723321@sip2.mydomain.de ([email]context=default}sofia/default/723321@sip2.mydomain.de[/email]);transport=tls |
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
Prometheus001 at gmx.net Guest
|
Posted: Tue May 05, 2009 4:34 pm Post subject: [Freeswitch-users] Invite with TLS when originate |
|
|
I want to invite another party into a conference with TLS and SRTP enabled.
Internal phones are invited by the following dialstring:
{originate_timeout=30,sip_secure_media=true,context=default}sofia/default/723321@sip2.mydomain.de
72332200 Conference'.
This enables SRTP but no TLS.
Is there any variable I can set in order to enable TLS?
set internal_auth_calls=true
is meant only for configuration, hein?
Also context=default doesn't succeed in this case. The call is passed to
the public context.
Best regards
Peter
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Tue May 05, 2009 5:11 pm Post subject: [Freeswitch-users] Invite with TLS when originate |
|
|
The far end challenged you and it looks like you couldn't answer said challenge.
/b
On May 5, 2009, at 5:06 PM, Peter P GMX wrote:
Quote: | Cannot create outgoing channel, cause: MANDATORY_IE_MISSING |
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
Prometheus001 at gmx.net Guest
|
Posted: Tue May 05, 2009 5:15 pm Post subject: [Freeswitch-users] Invite with TLS when originate |
|
|
When I append transport=tls I recieve the following and the call is not
initiated:
2009-05-06 00:01:37 [DEBUG] mod_sofia.c:83 sofia_on_init()
sofia/internal/723321@sip2.mydomain.de;transport=tls SOFIA INIT
2009-05-06 00:01:37 [DEBUG] sofia_glue.c:1972 sofia_glue_build_crypto()
Set Local Key [1 AES_CM_128_HMAC_SHA1_32
inline:AfDrMfXhTLFqPVOvzwTNV+9Wa8WYdh/TiSlZ90f0]
2009-05-06 00:01:38 [DEBUG] sofia_glue.c:583
sofia_glue_ext_address_lookup() STUN Success [217.xxx.xxx.190]:[12300]
2009-05-06 00:01:38 [DEBUG] sofia_glue.c:587
sofia_glue_ext_address_lookup() STUN Not Required ip and port match.
[217.xxx.xxx.190]:[12300]
2009-05-06 00:01:38 [DEBUG] mod_sofia.c:111 sofia_on_init()
(sofia/internal/723321@sip2.mydomain.de;transport=tls) State Change
CS_INIT -> CS_ROUTING
2009-05-06 00:01:38 [DEBUG] switch_core_session.c:933
switch_core_session_signal_state_change() Send signal
sofia/internal/723321@sip2.mydomain.de;transport=tls [BREAK]
2009-05-06 00:01:38 [DEBUG] switch_core_state_machine.c:480
switch_core_session_run()
(sofia/internal/723321@sip2.mydomain.de;transport=tls) State INIT going
to sleep
2009-05-06 00:01:38 [DEBUG] switch_core_state_machine.c:397
switch_core_session_run()
(sofia/internal/723321@sip2.mydomain.de;transport=tls) Running State
Change CS_ROUTING
2009-05-06 00:01:38 [DEBUG] switch_core_state_machine.c:483
switch_core_session_run()
(sofia/internal/723321@sip2.mydomain.de;transport=tls) State ROUTING
2009-05-06 00:01:38 [DEBUG] mod_sofia.c:130 sofia_on_routing()
sofia/internal/723321@sip2.mydomain.de;transport=tls SOFIA ROUTING
2009-05-06 00:01:38 [DEBUG] switch_ivr_originate.c:63
originate_on_routing()
(sofia/internal/723321@sip2.mydomain.de;transport=tls) State Change
CS_ROUTING -> CS_CONSUME_MEDIA
2009-05-06 00:01:38 [DEBUG] switch_core_session.c:933
switch_core_session_signal_state_change() Send signal
sofia/internal/723321@sip2.mydomain.de;transport=tls [BREAK]
2009-05-06 00:01:38 [DEBUG] switch_core_state_machine.c:483
switch_core_session_run()
(sofia/internal/723321@sip2.mydomain.de;transport=tls) State ROUTING
going to sleep
2009-05-06 00:01:38 [DEBUG] switch_core_state_machine.c:397
switch_core_session_run()
(sofia/internal/723321@sip2.mydomain.de;transport=tls) Running State
Change CS_CONSUME_MEDIA
2009-05-06 00:01:38 [DEBUG] switch_core_state_machine.c:502
switch_core_session_run()
(sofia/internal/723321@sip2.mydomain.de;transport=tls) State CONSUME_MEDIA
2009-05-06 00:01:38 [DEBUG] sofia.c:2911 sofia_handle_sip_i_state()
Channel sofia/internal/723321@sip2.mydomain.de;transport=tls entering
state [calling][0]
2009-05-06 00:01:38 [DEBUG] sofia.c:4241 sofia_handle_sip_i_invite() IP
217.xxx.xxx.190 Rejected by acl "domains". Falling back to Digest auth.
2009-05-06 00:01:38 [ERR] sofia_reg.c:1489
sofia_reg_handle_sip_r_challenge() No Matching gateway found
2009-05-06 00:01:38 [NOTICE] sofia_reg.c:1508
sofia_reg_handle_sip_r_challenge() Hangup
sofia/internal/723321@sip2.mydomain.de;transport=tls [CS_CONSUME_MEDIA]
[MANDATORY_IE_MISSING]
2009-05-06 00:01:38 [DEBUG] switch_channel.c:1641
switch_channel_perform_hangup() Send signal
sofia/internal/723321@sip2.mydomain.de;transport=tls [KILL]
2009-05-06 00:01:38 [DEBUG] switch_core_session.c:933
switch_core_session_signal_state_change() Send signal
sofia/internal/723321@sip2.mydomain.de;transport=tls [BREAK]
2009-05-06 00:01:38 [DEBUG] switch_ivr_originate.c:2094
switch_ivr_originate() Originate Resulted in Error Cause: 96
[MANDATORY_IE_MISSING]
2009-05-06 00:01:38 [ERR] mod_conference.c:4326 conference_outcall()
Cannot create outgoing channel, cause: MANDATORY_IE_MISSING
Brian West schrieb:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
Prometheus001 at gmx.net Guest
|
|
Back to top |
|
|
|