Sipgate on Cisco CME

Sipgate on Cisco CME

I saw a fantastic deal on a Cisco 1861 SRST on eBay, so decided that our home needed one.

Beautiful, isn’t it?

Cisco 1861

After registering for a new Sipgate account and using the config from www.netconf.co.uk, I found that the new user IDs couldn’t be entered into CME as a ‘clid network-number’.

Cisco IOS only takes a numerical value as the ‘clid network-number’ but Sipgate user IDs have a letter in them.

As a workaround for this, I manually amended ‘From’ field the SIP Invite message sent to Sipgate.

Instead of:

dial-peer voice 1 voip
  clid network-number xxxxxxxx

I’ve used the following:

voice class sip-profiles 1
 request INVITE sip-header From modify "(<.*:)(.*@)" "\1xxxxxxxx@"

dial-peer voice 1 voip
  voice-class sip profiles 1

This was taken from Cisco’s example found here.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.