08-09-2012 09:20 AM - edited 03-21-2019 06:08 AM
I have a problem i have a SIP trunk working well but when i configure the jabber ios, at UC500, this siptrnk drop calls for incomming and ountgoing, the CME is 8.6 if anybody has the solution..
09-17-2012 05:44 PM
do not use the CA, with trunk and jabber.. configure manualy
09-18-2012 04:15 PM
Can you provide more details on what options you had to change to fix this? I've been experiencing the same issue, No outbound SIP trunk calls from Jabber (just fast busy).
Thanks!
09-18-2012 04:50 PM
Sure, you can config using the CA, the sip trunk, but never the jabber, if you configure the jabber with CA, the SIP trunk doesn't work, because put aditional configuration global SIP, and in the CUBE. to resolve that i reload the last configuration without jabber, and configure the jabber manually, adding the sip dn.. etc..
09-26-2012 11:52 AM
I have tried this as well - that is NOT using CCA to install the jabber configs. Do any one of you have a recommendation of what config statements to include or not include?
I was able to restore the ability for desk phones to call jabber phones by adding:
no outbound-proxy int the voice register global configuration as documented by the CCME/Jabber documentation.
What else should be added?
Thanks
Chris
09-27-2012 10:32 AM
could you check if you have these, please remove it.
voice service voip
sip
bind control source-interface Vlan100
bind media source-interface Vlan100
09-27-2012 01:41 PM
I don't have those commands in our config. We are able to receive calls (from external via SIP trunk), but any outbound calls from Jabber result in a fast busy.
09-27-2012 02:25 PM
could you provide running_config and deb ccsip all, if you dont want to post here, shot me email to bkwon@cisco.com
09-27-2012 03:26 PM
voice service voip
ip address trusted list
ipv4 0.0.0.0 0.0.0.0
no ip address trusted authenticate
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
supplementary-service h450.12
no supplementary-service sip moved-temporarily
no supplementary-service sip refer
sip
bind control source-interface Vlan100
bind media source-interface Vlan100
registrar server expires max 3600 min 3600
no update-callerid
voice register global
mode cme
source-address 10.1.1.1 port 5060
max-dn 56
max-pool 14
authenticate register
hold-alert
tftp-path flash:
create profile sync 0002114410791068
voice register dn 1
number 6912
name jon doe
no-reg
label 6912
voice register pool 1
registration-timer max 720 min 660
id mac 0000.8888.9999
session-transport tcp
type CiscoMobile-iOS
number 1 dn 1
dtmf-relay rtp-nte sip-notify
username jon password 123456
no vad
09-27-2012 04:18 PM
please remove these 2 cli
voice service voip
sip
bind control source-interface Vlan100 ->
bind media source-interface Vlan100 ->
09-27-2012 07:43 PM
Guys - i think i found it. I took Kwon's suggesting of wiping and adding line by line manually. This did not work. It was NOT UNTIL AFTER i did the following:
In the global command:
Voice Register Global
you then do a
create profile
Everything seems to have woken up!!!
09-28-2012 11:17 AM
yes, definately you have to do 'create profile' under voice register global to update SIP phones profile, after remove 2 bind CLI.
10-02-2012 06:07 PM
Thanks for a step in the right direction after reviewing our config...
We were able to resolve issues with Jabber by removing the codec from the voice register pool and then making sure the following was set:
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g729r8
Is hold a supported feature? When we press hold the call is just disconnected, just wondering if hold works for anyone else....Thanks
01-17-2013 07:33 AM
Here is how I got MOH to work (i.e. not disconnect the call, when I press HOLD on the Jabber iPhone):
I only had the following under "voice service sip / sip"
voice service voip
sip
bind media source-interface Vlan100
I simpy added:
bind control source-interface Vlan100
Also make sure that under "voice register pool 1" you have the following two commands:
dtmf-relay rtp-nte sip-kpml
voice-class codec 1
Hope this helps!
Cheers
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide