Displaying 2 results from an estimated 2 matches for "4b2b".
Did you mean:
4b20
2014 Jul 09
1
switching from simple_bridge technology to native_rtp issue
...Dial("SIP/101-00000017", "SIP/102") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/102
-- SIP/102-00000018 is ringing
-- SIP/102-00000018 answered SIP/101-00000017
-- Channel SIP/101-00000017 joined 'simple_bridge' basic-bridge
<0ad2e3a9-e4be-4b2b-bf55-0357dafcdbab>
-- Channel SIP/102-00000018 joined 'simple_bridge' basic-bridge
<0ad2e3a9-e4be-4b2b-bf55-0357dafcdbab>
> Bridge 0ad2e3a9-e4be-4b2b-bf55-0357dafcdbab: switching from
simple_bridge technology to native_rtp
> 0x7f427c068a10 -- Probation passe...
2013 Nov 12
7
Hook into Exception Chain
Hi there,
I''m using Log4r in my rails projects. On log.error an email is sent using
the EmailOutputter.
I know changed the EmailOutputter to include a global var in the subject
(MDC) since the subject is normally static.
I want to set this var to the exception message, so it is sent as the
subject.
Can anyone tell me how to do this in rails?
Basically:
raise e or some other cause